|
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 |
|
|
6b1588c31a
|
Merge pull request #69 from cracker0dks/dependabot/npm_and_yarn/elliptic-6.5.3
chore(deps): bump elliptic from 6.5.2 to 6.5.3
|
2020-08-02 00:05: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 |
|
|
dd6bfa2aa4
|
Merge branch 'master' of https://github.com/cracker0dks/whiteboard
|
2020-07-20 11:42:37 +02:00 |
|
|
900452bfd2
|
fix focus and better json file
|
2020-07-20 11:42:25 +02:00 |
|
Cracker
|
ecf4f60e8a
|
Merge pull request #67 from cracker0dks/dependabot/npm_and_yarn/lodash-4.17.19
chore(deps): bump lodash from 4.17.15 to 4.17.19
|
2020-07-16 22:32:21 +02: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 |
|
Cracker
|
eb29e14bfb
|
Merge pull request #62 from cracker0dks/dependabot/npm_and_yarn/websocket-extensions-0.1.4
chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4
|
2020-06-08 12:18:02 +02: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 |
|
|
daf759ea4a
|
fix transparent background on saved images
|
2020-06-03 16:27:45 +02:00 |
|
|
f102739d49
|
add image faster (without canvas save+reload) if we have no rotation
|
2020-06-02 18:11:52 +02:00 |
|
|
bbb55eb2b8
|
fix select area tool
|
2020-06-02 17:47:28 +02:00 |
|
Florent Chehab
|
a78bb8a0d7
|
chore(front): remove click events before adding them
* Helps with hot reloading in dev env
* Prevents the same event handlers from being registered twice
* Shouldn't break things
|
2020-06-01 21:54:55 +02:00 |
|
Florent Chehab
|
e7725e30d5
|
feat(front): handle read-only link sharing
|
2020-06-01 21:54:55 +02:00 |
|
Florent Chehab
|
fd05f220f3
|
feat(frontend): set read-only on load if read-only whiteboard
|
2020-06-01 21:54:55 +02:00 |
|
Florent Chehab
|
522d1b72a7
|
feat(backend): sync whiteboard info for readonly and non-readonly whiteboards
|
2020-06-01 21:54:55 +02:00 |
|
Florent Chehab
|
b37c296542
|
fix(backend): don't console log config when running jest
|
2020-06-01 21:54:55 +02:00 |
|
Florent Chehab
|
3844d08bdd
|
refacto(backend): new backend WhiteboardInfoBackendService
* WhiteboardInfo set private inside this module
|
2020-06-01 21:54:54 +02:00 |
|
Florent Chehab
|
99e5bb0d98
|
fix(backend): readonly is readonly
|
2020-06-01 21:54:54 +02:00 |
|
Florent Chehab
|
2c2c104bbf
|
feat: restored image upload
* only use readonly id when storing image to prevent leaking of the editable id
|
2020-06-01 21:54:54 +02:00 |
|
Florent Chehab
|
14e1ee5391
|
feat(backend): main handling of readonly sharing
* Saving works as before
* Don't broadcast drawevents from readonly whiteboard (prevents malicious use)
|
2020-06-01 21:54:54 +02:00 |
|
Florent Chehab
|
d268eb6d93
|
refacto(front): whitebardId init
* More straightforward
* Use std for getting url params
* Show the final whiteboardid in url
|
2020-06-01 21:54:54 +02:00 |
|
Florent Chehab
|
b11520788e
|
fix(front): allow dash in whiteboard id
* prevent transformation of uuid
|
2020-06-01 21:54:54 +02:00 |
|
Florent Chehab
|
0240171d0e
|
refacto(backend): real private read-only fields
* Just like in the backend thanks to node 12
|
2020-06-01 21:54:54 +02:00 |
|
Florent Chehab
|
25bcdee083
|
feat(front): use uuid for random ids
|
2020-06-01 21:54:53 +02:00 |
|
|
0be0baf655
|
update readme
|
2020-05-22 21:31:04 +02:00 |
|
|
8a94293635
|
fix rotation also add rotation for bg layer images
|
2020-05-22 21:25:20 +02:00 |
|
|
e84189d9d8
|
fix rotation handler and drag offset
|
2020-05-22 18:04:17 +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 |
|
|
a33973eeb6
|
add option to change the background image grid
|
2020-05-22 15:45:11 +02:00 |
|
|
4134c4130a
|
add option to draw grid to image on download
|
2020-05-22 15:24:11 +02:00 |
|
|
22126840e9
|
fix uploading images to the whiteboard
|
2020-05-22 14:43:10 +02:00 |
|
|
76057fad77
|
remove debug console log
|
2020-05-20 14:29:14 +02:00 |
|
|
d804f56152
|
add option to download images in different formats
|
2020-05-20 14:24:33 +02:00 |
|
|
eef7c52c7e
|
fix basicAlert bug
|
2020-05-13 18:14:59 +02:00 |
|
|
f49542adea
|
fix text to png
|
2020-05-13 14:19:59 +02:00 |
|
|
1c664a810e
|
fix canvas write text of multiple lines
|
2020-05-12 21:02:02 +02:00 |
|
Cracker
|
3e9c3184f7
|
Merge pull request #52 from FloChehab/feat/info_config
feat: config as file, UI tweaks and refacto
Thanks! Really create stuff! 🥳
|
2020-05-11 22:59:37 +02:00 |
|
Florent Chehab
|
00f7b10ac9
|
chore: added doc on new classes
|
2020-05-11 17:54:41 +02:00 |
|
Florent Chehab
|
203e35b3e4
|
feat(front): show smallest screen indicator based on config
|
2020-05-11 17:33:47 +02:00 |
|
Florent Chehab
|
2dfb1079a7
|
doc: updated README & created updating guide and node >= 12
|
2020-05-11 17:33:47 +02:00 |
|
Florent Chehab
|
f9804e750f
|
feat(config): cleaned & doc
|
2020-05-11 17:33:47 +02:00 |
|
Florent Chehab
|
dbc7e8c2f9
|
feat(config): show / hide info on load
|
2020-05-11 17:32:57 +02:00 |
|
Florent Chehab
|
ce16a9d999
|
refacto(frontend): clean ES2020 private field with getter
|
2020-05-11 17:32:56 +02:00 |
|
Florent Chehab
|
efaa4b795c
|
refacto(backend): regrouped config related handling
|
2020-05-11 17:32:56 +02:00 |
|
Florent Chehab
|
ca47c41c69
|
feat: throttling configuration
|
2020-05-11 17:32:56 +02:00 |
|
Florent Chehab
|
409681b217
|
feat(front): creating throttling service
* ease throttling of events accross the frontend
|
2020-05-11 17:32:38 +02:00 |
|
Florent Chehab
|
b0337d9f5b
|
feat: dynamic frontend configuration
|
2020-05-11 17:32:38 +02:00 |
|