Commit Graph

12 Commits

Author SHA1 Message Date
1a7edaca3c Browserified chat web worker
This was done because previously, the worker used importscript
to load deps from a CDN, which was vulnerable to attacks like XSS
because it does not support SRI.
The web worker also cannot access deps from the global head.
2020-05-29 15:20:27 +05:30
7c6d4a5c05 Removed obsolete js files 2020-05-27 17:43:50 +05:30
8b3774de8e removed generated js files 2020-05-27 17:40:00 +05:30
4c64dfd2b1 added dist to gitignore 2020-05-27 17:40:00 +05:30
6facac20cf fixed gitiignore config dir issue 2020-01-22 18:49:24 +05:30
bb1d49cecb added minifying using terser 2020-01-15 11:16:35 +05:30
8edca9a847 added grunt and maven frontend tasks 2020-01-14 15:43:57 +05:30
b9bd79bbed added back user search funtionality in typescript 2019-12-08 19:46:09 +05:30
b1bcd1d081 added bundle.js to gitignore to stop diff pollution. it will have to be separately compiled on project build 2019-12-07 20:49:23 +05:30
434e308f24 ts integrated and working preliminarily 2019-12-07 11:31:42 +05:30
b41d811521 js deps are taken from local node_modules during development and cdn after compilation using browserify shim 2019-12-01 11:28:07 +05:30
128e330342 First commit 2019-09-17 13:03:38 +05:30