30 Commits

Author SHA1 Message Date
9d55395e0d fix pdf import 2021-02-11 15:33:08 +01:00
ef8949d2ac upgrade npm packages 2021-02-11 14:32:51 +01:00
dependabot[bot]
f9f752347f
chore(deps): bump socket.io from 2.0.4 to 2.4.0
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.0.4 to 2.4.0.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.0/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.0.4...2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-20 23:30:08 +00:00
dependabot[bot]
180d0c81b7
chore(deps): bump dompurify from 2.0.7 to 2.0.17
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.7 to 2.0.17.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.7...2.0.17)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-18 22:54:29 +00:00
dependabot[bot]
165da2c96a
chore(deps): bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 18:47:37 +00:00
c28f05410d update npm package-lock 2020-10-05 09:29:32 +02:00
48fbc64da5 update terser-webpack-plugin, serialize-javascript 2020-09-07 14:27:49 +02:00
934caeb65f Revert "update node modules" due to build error
This reverts commit 5c91c80967c8d881168ef98bafd13fc6a55a9ef7.
2020-09-07 14:23:42 +02:00
5c91c80967 update node modules 2020-09-07 14:20:46 +02:00
dependabot[bot]
54d9c776c1
chore(deps): bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 22:03:07 +00:00
dependabot[bot]
e8c42cb78b
chore(deps): bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 19:34:32 +00:00
dependabot[bot]
f48596fcf6
chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 04:05:02 +00:00
Florent Chehab
25bcdee083
feat(front): use uuid for random ids 2020-06-01 21:54:53 +02:00
a45b6f919f fix/up deps 2020-05-22 17:37:57 +02:00
4ff618be8d Merge branch 'master' into rotation
# Conflicts:
#	package.json
2020-05-22 17:35:22 +02:00
f49542adea fix text to png 2020-05-13 14:19:59 +02:00
Florent Chehab
0b1d1943ec
feat(backend): new config handling based on file
* Config should be provided as Yaml file now
* Other way to provide configuration are now deprectaed
* The config format is checked agaist a schema with the json-schema standard
* Tests are are added to the project (in the backend for config parsing)
2020-05-11 17:32:37 +02:00
Florent Chehab
2cf6c78003
feat: added prettier, pretty-quick & husky dependencies 2020-05-09 15:37:27 +02:00
d802d006e7 add rotation things 2020-05-08 15:10:41 +02:00
66898e03ef update package*json 2020-04-29 15:33:19 +02:00
Florent Chehab
39e8dd398b
fix(bundle size): include only required icons 2020-04-19 17:42:26 +02:00
Florent Chehab
a61ac620a2
feat(build-chain): set up and updated deps 2020-04-19 16:33:55 +02:00
dependabot[bot]
f65798a604
Bump acorn from 6.1.1 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 04:34:23 +00:00
cracker0dks
7a32996f8a update debs for security 2019-12-30 14:18:49 +01:00
raphael
eadfb23676 first version of webdav save 2019-07-01 13:15:11 +02:00
raphael
a3b89d9bfb replace own xss prevention with DOMPurify 2019-03-12 11:41:04 +01:00
raphael
70787ae0ee fix package.json dep versions 2019-01-11 13:14:16 +01:00
raphael
a1c8adccab update package-lock 2019-01-11 10:57:36 +01:00
rofl256
e8a290ce02 fix socket io connections behind a reverse proxy 2018-02-09 00:45:10 +01:00
rofl256
9b58e572ae basic whiteboard with no btns 2018-02-08 17:45:07 +01:00