397 Commits

Author SHA1 Message Date
258c89b763 replace remove icon with trash btn. and fix bg color 2022-01-11 15:16:29 +01:00
04f4d50e07 add white background 2022-01-11 14:27:18 +01:00
27fbf9412c define better default colors 2021-12-09 22:20:44 +01:00
993b64f5c8 update deps 2021-12-09 22:08:21 +01:00
5cf713d851 add new feature so we save recent colors 2021-12-09 22:07:26 +01:00
cd8efc0eda format code 2021-12-09 22:06:59 +01:00
b009806ecf Merge branch 'master' of https://github.com/hhaoao/whiteboard into hhaoao-master 2021-12-09 20:46:25 +01:00
f764c9b5f3
Merge pull request #129 from christf/volumes
docker-compose: define volumes to allow persistency of whiteboards
2021-12-09 20:22:59 +01:00
Christof Schulze
a9f3f9a2bf docker-compose: define volumes to allow persistency of whiteboards
When destroying a container, all the data that was written to the
overlay file system is lost. This documents which paths must be mounted
to allow persisting data in docker volumes across restarts and removed
containers.
2021-12-09 09:44:33 +01:00
172ca62dca
Merge pull request #127 from Narapureddy-Srikanth/bug_drawing
fixed drawing bug as per #113
2021-12-01 16:14:25 +01:00
Narapureddy-Srikanth
996de77883 fixed drawing bug as per #113 2021-12-01 12:06:41 +05:30
hhaoao
cbfadca80d add picker palette and splotch 2021-11-11 16:25:28 +08:00
hhaoao
98f4be04ad add picker palette and splotch 2021-11-11 15:52:22 +08:00
hhaoao
1df67d4acb add picker palette and splotch 2021-11-11 15:48:33 +08:00
932f791e2b
Merge pull request #122 from cracker0dks/dependabot/npm_and_yarn/jquery-ui-1.13.0
chore(deps-dev): bump jquery-ui from 1.12.1 to 1.13.0
2021-10-26 18:17:05 +02:00
dependabot[bot]
d28e27b2d8
chore(deps-dev): bump jquery-ui from 1.12.1 to 1.13.0
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.0)

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 15:16:54 +00:00
d157ee5096
Merge pull request #114 from cracker0dks/dependabot/npm_and_yarn/nth-check-2.0.1
chore(deps): bump nth-check from 2.0.0 to 2.0.1
2021-09-22 21:23:34 +02:00
dependabot[bot]
cb3d7ed287
chore(deps): bump nth-check from 2.0.0 to 2.0.1
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 07:30:45 +00:00
2ac1921e45 update deps 2021-09-18 17:38:09 +02:00
10330d4598 fix syntax error and style 2021-09-13 00:43:52 +02:00
Patrick Schweiger
9487653043 Prevent img attribute injection
Signed-off-by: raphael <raphael@cloud13.de>
2021-09-13 00:37:14 +02:00
618ee6c0f6 update deps 2021-09-13 00:36:24 +02:00
db9dcec45e update deps 2021-08-20 00:22:17 +02:00
5b57f134c6 test image before adding it to the board as bg img 2021-08-20 00:13:48 +02:00
3950709ec6 add purifyEncodedStrings to textboxConent for more security 2021-08-19 23:48:05 +02:00
5c73eb6922
Merge pull request #108 from lightswitch05/security/more-filesystem-path-checking
Implement path traversal safeguards for image uploads as well - consolidate safeguards in utils.js
2021-07-13 22:33:05 +02:00
Daniel
3a762a50ed
Implement path traversal safeguards for image uploads as well - consolidate safeguards in utils.js 2021-07-13 16:09:50 +00:00
95312f9c09 fix code styling 2021-07-13 00:11:23 +02:00
Daniel
c223589add
Security improvements: protect from directory traversal and iFrame content injection 2021-07-12 17:14:43 +00:00
7b3665da6e update deps 2021-07-06 15:58:02 +02:00
4f4c5fe87e escape the query on loadwhiteboard and getReadOnlyWid 2021-06-22 23:10:23 +02:00
0e00bebe88 fix copy-webpack-plugin 2021-06-17 08:56:17 +02:00
316d09d4e1 fix sec npm packages 2021-06-17 08:54:10 +02:00
ba28509959 update npm modules 2021-06-17 08:46:04 +02:00
334f8c8f38 rename vars 2021-06-17 08:35:04 +02:00
26b4bbc2a2 Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/dns-packet-1.3.4' 2021-05-29 16:47:36 +02:00
dependabot[bot]
336f7c01d0
chore(deps): bump dns-packet from 1.3.1 to 1.3.4
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 16:13:33 +00:00
41932a3dce fix typo 2021-05-26 14:22:46 +02:00
f500bcf2a4 update packages to fix security issues in xmlhttprequest-ssl 2021-05-26 14:10:37 +02:00
d164013057
Merge pull request #100 from MarcinCieslak/master
Prevent btoa() error if username contains non-Lating characters
2021-05-26 14:05:42 +02:00
Marcin Cieślak
3141409733 Prevent btoa() error if username contains non-Lating characters 2021-05-25 14:50:16 +02:00
9b4dac66b2 update readme and add another project using the whiteboard 2021-05-20 18:07:03 +02:00
9b94ea3ac0 show the whiteboard after document ready 2021-05-20 17:37:57 +02:00
df313cb974 fix config file style 2021-05-20 17:28:24 +02:00
ff8bde2289 add option to define an other images file location 2021-05-20 17:25:20 +02:00
d80b18282d empty textCointainer on rezize so we don't have double text elements 2021-05-20 17:16:02 +02:00
03c7e0c670 store all whiteboards in different db files so we use less memory 2021-05-20 17:15:03 +02:00
486be88731 change expose static folder order 2021-05-19 13:46:05 +02:00
5dbb0ab532 fix format of code 2021-05-14 13:49:44 +02:00
c4c522b917 update libs 2021-05-14 13:47:08 +02:00