Commit Graph

  • eb29e14bfb
    Merge pull request #62 from cracker0dks/dependabot/npm_and_yarn/websocket-extensions-0.1.4 master Cracker 2020-06-08 12:18:02 +0200
  • f48596fcf6
    chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4 dependabot[bot] 2020-06-08 04:05:02 +0000
  • daf759ea4a fix transparent background on saved images raphael 2020-06-03 16:27:45 +0200
  • f102739d49 add image faster (without canvas save+reload) if we have no rotation raphael 2020-06-02 18:11:52 +0200
  • bbb55eb2b8 fix select area tool raphael 2020-06-02 17:47:28 +0200
  • a78bb8a0d7
    chore(front): remove click events before adding them Florent Chehab 2020-06-01 21:40:46 +0200
  • e7725e30d5
    feat(front): handle read-only link sharing Florent Chehab 2020-06-01 21:36:04 +0200
  • fd05f220f3
    feat(frontend): set read-only on load if read-only whiteboard Florent Chehab 2020-05-12 23:05:20 +0200
  • 522d1b72a7
    feat(backend): sync whiteboard info for readonly and non-readonly whiteboards Florent Chehab 2020-05-12 22:59:15 +0200
  • b37c296542
    fix(backend): don't console log config when running jest Florent Chehab 2020-05-12 22:55:29 +0200
  • 3844d08bdd
    refacto(backend): new backend WhiteboardInfoBackendService Florent Chehab 2020-05-12 22:33:33 +0200
  • 99e5bb0d98
    fix(backend): readonly is readonly Florent Chehab 2020-05-12 22:00:44 +0200
  • 2c2c104bbf
    feat: restored image upload Florent Chehab 2020-05-12 21:55:43 +0200
  • 14e1ee5391
    feat(backend): main handling of readonly sharing Florent Chehab 2020-05-12 21:32:46 +0200
  • d268eb6d93
    refacto(front): whitebardId init Florent Chehab 2020-05-12 20:50:58 +0200
  • b11520788e
    fix(front): allow dash in whiteboard id Florent Chehab 2020-05-12 20:32:40 +0200
  • 0240171d0e
    refacto(backend): real private read-only fields Florent Chehab 2020-05-12 20:21:54 +0200
  • 25bcdee083
    feat(front): use uuid for random ids Florent Chehab 2020-05-12 20:01:57 +0200
  • 0be0baf655 update readme raphael 2020-05-22 21:31:04 +0200
  • 8a94293635 fix rotation also add rotation for bg layer images raphael 2020-05-22 21:25:20 +0200
  • e84189d9d8 fix rotation handler and drag offset raphael 2020-05-22 18:04:17 +0200
  • a45b6f919f fix/up deps raphael 2020-05-22 17:37:57 +0200
  • 4ff618be8d Merge branch 'master' into rotation raphael 2020-05-22 17:35:22 +0200
  • a33973eeb6 add option to change the background image grid raphael 2020-05-22 15:45:11 +0200
  • 4134c4130a add option to draw grid to image on download raphael 2020-05-22 15:24:11 +0200
  • 22126840e9 fix uploading images to the whiteboard raphael 2020-05-22 14:43:10 +0200
  • 76057fad77 remove debug console log raphael 2020-05-20 14:29:14 +0200
  • d804f56152 add option to download images in different formats raphael 2020-05-20 14:24:33 +0200
  • eef7c52c7e fix basicAlert bug raphael 2020-05-13 18:14:59 +0200
  • f49542adea fix text to png raphael 2020-05-13 14:19:59 +0200
  • 1c664a810e fix canvas write text of multiple lines raphael 2020-05-12 21:02:02 +0200
  • 3e9c3184f7
    Merge pull request #52 from FloChehab/feat/info_config Cracker 2020-05-11 22:59:37 +0200
  • 00f7b10ac9
    chore: added doc on new classes Florent Chehab 2020-05-11 17:54:41 +0200
  • 203e35b3e4
    feat(front): show smallest screen indicator based on config Florent Chehab 2020-05-11 17:32:20 +0200
  • 2dfb1079a7
    doc: updated README & created updating guide and node >= 12 Florent Chehab 2020-05-11 16:50:33 +0200
  • f9804e750f
    feat(config): cleaned & doc Florent Chehab 2020-05-11 16:00:45 +0200
  • dbc7e8c2f9
    feat(config): show / hide info on load Florent Chehab 2020-05-11 15:28:14 +0200
  • ce16a9d999
    refacto(frontend): clean ES2020 private field with getter Florent Chehab 2020-05-11 15:12:37 +0200
  • efaa4b795c
    refacto(backend): regrouped config related handling Florent Chehab 2020-05-11 14:18:59 +0200
  • ca47c41c69
    feat: throttling configuration Florent Chehab 2020-05-11 14:12:20 +0200
  • 409681b217
    feat(front): creating throttling service Florent Chehab 2020-05-11 11:06:42 +0200
  • b0337d9f5b
    feat: dynamic frontend configuration Florent Chehab 2020-05-10 23:13:55 +0200
  • 9fda0a2c4b
    fix(back): prevent crash Florent Chehab 2020-05-10 23:10:54 +0200
  • 52f52b62e4
    feat(ci): run test Florent Chehab 2020-05-10 22:20:04 +0200
  • 0b1d1943ec
    feat(backend): new config handling based on file Florent Chehab 2020-05-10 22:19:32 +0200
  • 4476ce3284
    refacto: handling of smallest screen size as a whiteboard info Florent Chehab 2020-05-10 16:43:11 +0200
  • 685caffd43
    feat: 'new websocket' to share whiteboard info Florent Chehab 2020-05-10 15:34:19 +0200
  • 6475fdd5db
    feat(front): cleaned hanling of whiteboard info Florent Chehab 2020-05-10 14:16:12 +0200
  • 5b4eeb7a98 fix readme style raphael 2020-05-09 18:24:09 +0200
  • 4b42a7bb32
    Update README.md Cracker 2020-05-09 18:19:16 +0200
  • 69d7ebbe34
    Merge pull request #51 from FloChehab/style/setup_prettier Cracker 2020-05-09 18:10:55 +0200
  • d4a30ea3ed
    style: formatted entire repo Florent Chehab 2020-05-09 15:40:26 +0200
  • dafb9f4646
    feat: build docker image in CI Florent Chehab 2020-05-07 22:14:29 +0200
  • c675ed398e
    feat: setup linting CI FloChehab 2020-05-07 22:02:08 +0200
  • a61debebb4
    feat: configured prettier, pretty-quick and husky Florent Chehab 2020-05-07 21:43:13 +0200
  • c67b369d83
    feat: added .editorconfig Florent Chehab 2020-05-07 21:40:52 +0200
  • 2cf6c78003
    feat: added prettier, pretty-quick & husky dependencies Florent Chehab 2020-05-07 21:34:43 +0200
  • 4bd2ebacaf hide log data raphael 2020-05-09 15:09:54 +0200
  • 9f9fca40b7 transmit cursor movement while drawing raphael 2020-05-09 15:08:49 +0200
  • 684a7d80e0 make mouse movement smooth as default raphael 2020-05-09 15:07:54 +0200
  • e3cec1a194 remove volatile because problems even on local connections (not drawn lines) raphael 2020-05-09 15:06:21 +0200
  • d802d006e7 add rotation things raphael 2020-05-08 15:10:41 +0200
  • 677f3d95a1
    fix(front): definite fix to getRoundedAngles Florent Chehab 2020-05-06 23:13:44 +0200
  • c93d3e643a
    feat(front): deactivate readOnly in dev by default Florent Chehab 2020-05-06 22:21:09 +0200
  • 3dd889b800
    fix: restore upstream master changes Florent Chehab 2020-05-06 22:12:56 +0200
  • dde88ae2fb
    refacto(frontend): use new Point class Florent Chehab 2020-05-02 23:44:42 +0200
  • 9933930a73
    refacto(frontend): added and used ReadOnlyService Florent Chehab 2020-05-02 21:35:08 +0200
  • 67fd33c66b
    refactor(frontend): event threshold handling Florent Chehab 2020-05-02 21:17:46 +0200
  • 7a81491ffa
    fix(front): show cursor on load Florent Chehab 2020-05-02 15:46:55 +0200
  • fcdda2c344
    refacto(front): modularized shortcutFunctions Florent Chehab 2020-05-02 15:36:53 +0200
  • 7ec4ef0df0
    feat(frontend): cleaned read-only & style Florent Chehab 2020-05-02 15:07:34 +0200
  • c454a23e71
    fix(css): more straightforward handling of borders Florent Chehab 2020-05-02 14:29:58 +0200
  • 8117be3f52
    feat(frontend): add read-only mode and default to it Florent Chehab 2020-05-02 13:09:36 +0200
  • b0501824cf
    feat(frontend): default to mouse and don't emit cursor while drawing Florent Chehab 2020-05-02 13:05:04 +0200
  • 8a1f1b4210
    feat(frontend): reduce the number of cursor messages sent Florent Chehab 2020-05-02 13:02:16 +0200
  • db89dd819b
    feat(frontend): track the number of messages received / sent Florent Chehab 2020-05-02 12:59:03 +0200
  • 6f68f9f21f
    feat(backend): no compression & volatile Florent Chehab 2020-05-02 12:51:17 +0200
  • e2ddcbf162
    Update README.md Cracker 2020-05-06 18:00:40 +0200
  • 30acafc1ec catch error on smallestScreenResolutions not set raphael 2020-05-06 17:27:07 +0200
  • 774db98cc7 fix shift draw line things raphael 2020-05-04 17:23:47 +0200
  • 97326481e4 fix favicon raphael 2020-05-04 14:56:48 +0200
  • 9c3713d0c6 always set shift to true on press raphael 2020-05-04 14:42:25 +0200
  • 89dbabf1d2 always set tool intern to mouse while image drop is active raphael 2020-05-04 14:40:24 +0200
  • ea0e9f8452 draw lines on shift press when pen is selected raphael 2020-05-04 14:22:08 +0200
  • 9a4f32c99a fix README and alert text raphael 2020-04-29 19:24:24 +0200
  • d173c7728c improve performance of pdf to image function raphael 2020-04-29 16:01:22 +0200
  • c86ee45f11 working with multiple pages raphael 2020-04-29 15:50:31 +0200
  • 66898e03ef update package*json raphael 2020-04-29 15:33:19 +0200
  • 15135540fe add basic pdf to image conv function raphael 2020-04-29 15:32:48 +0200
  • ede9a98e04 Merge branch 'master' of https://github.com/cracker0dks/whiteboard raphael 2020-04-27 13:51:18 +0200
  • 832cd7fbbb fix resizable raphael 2020-04-27 13:50:23 +0200
  • 0171d94d2b
    Update docker-compose.yml Cracker 2020-04-24 14:07:59 +0200
  • fce57e43f4 Merge branch 'master' of https://github.com/cracker0dks/whiteboard raphael 2020-04-23 15:10:42 +0200
  • 61e208ccc8 define var and fix pasting imgs raphael 2020-04-23 15:10:36 +0200
  • 23f0682a1c
    Update docker-compose.yml Cracker 2020-04-22 23:31:33 +0200
  • a270ce8170 add docker-compose-yml raphael 2020-04-21 14:03:01 +0200
  • ec7bc9357f
    Merge pull request #39 from FloChehab/feat/build_chain Cracker 2020-04-21 13:55:09 +0200
  • 149254ba95 made toolbar sticky, moving with the page versa Bea 2020-04-20 11:32:44 +0200
  • 9f5c5b2f30
    fix(fa icons): should render everywhere Florent Chehab 2020-04-20 11:18:52 +0200
  • 0ef46fea2f
    fix(start): change the way the app is launched Florent Chehab 2020-04-20 11:03:07 +0200