Commit Graph

63 Commits

Author SHA1 Message Date
05ceb6c757 added SRI to some cdnjs deps 2020-01-15 21:26:07 +05:30
bc833d0da4 added production profile 2020-01-15 16:42:22 +05:30
7e67c60a90 tokens are now cleared on startup 2020-01-15 16:23:15 +05:30
40ff3ca9bf added flyway 2020-01-15 11:21:44 +05:30
ff33817930 made a factory for encryption service 2019-12-15 20:47:43 +05:30
97a89e5624 initial commit of worker to load messages parallely successfull 2019-12-15 19:48:24 +05:30
d916043e07 added hibernate stats profile 2019-12-13 21:04:36 +05:30
d927f3441a chat messages are loaded on scroll top 2019-12-13 17:34:56 +05:30
826dad2ad0 cleanup of frontend 2019-12-13 17:33:51 +05:30
b9bd79bbed added back user search funtionality in typescript 2019-12-08 19:46:09 +05:30
767d7d7b03 implemented message post in ts + some optimizations 2019-12-07 20:45:50 +05:30
874683ad0c Wrapped markdownit js dep into a service, and added send and receive templates to chatview 2019-12-07 16:15:29 +05:30
f19fef7c57 sanitized user view as well 2019-12-07 14:47:25 +05:30
e110ce5135 moved around html sanitizing to fix html not being rendered when loading chat messages 2019-12-07 13:34:54 +05:30
434e308f24 ts integrated and working preliminarily 2019-12-07 11:31:42 +05:30
29a31ab60d pre integration commit 2019-12-06 19:58:53 +05:30
f0e8beb27c moved to typescript for frontend 2019-12-02 17:30:00 +05:30
bfe2c21e1b moved js deps to global head fragment 2019-12-01 12:49:39 +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
3427da19a6 testing out browserify and yarn 2019-11-30 13:06:10 +05:30
d193ec0f11 Javascript user search implemented 2019-11-30 00:43:50 +05:30
62a7e192e6 Made optimizations to service and repo layers
-disabled open session in view
-added transactional to service classes and transactional read only
where necessary
-changed chatmessage query a bit
2019-11-28 11:08:50 +05:30
49f765737e initial implementation of registration captcha 2019-11-26 11:49:00 +05:30
493d3cd079 change json api demo endpoint to only allow access to super user. Token is now obtained from chat endpoint 2019-11-25 12:19:43 +05:30
d26ea2749e minor change to chat area scroll animation 2019-11-25 12:19:43 +05:30
a41af9ba4e added alertify.js 2019-11-25 12:19:43 +05:30
4b20c33ec1 added error handling to message sending 2019-11-25 12:19:43 +05:30
5c653b669b token expiry and other errors are reported in web frontend with alerts. Later, the alterts must be replaced with a js notification library 2019-11-25 12:19:43 +05:30
9165770546 Token auth filter now return 440 http code on expired token 2019-11-25 12:19:43 +05:30
c2e0951144 change to lazy fetching in *toOne relationships and modified repository queries accordingy with join fetch to avoid n+1 queries 2019-11-25 12:19:43 +05:30
87783f2463 admin menu now shows actual username instead of dummy name 2019-11-25 12:19:43 +05:30
e2e2428410 removed unneeded idb init code and moved sessions reset query to query.prop 2019-11-25 12:19:43 +05:30
ed82bea521 Implemented token usage in front end and removed password storage
Token and username are stored in localstorage and cleared on logout.
2019-11-25 12:19:42 +05:30
1d36c317cf reduced token cache duration to 10 minutes 2019-11-25 12:19:42 +05:30
9a922cf5b9 added cacheevict 2019-11-25 12:19:42 +05:30
8a339ddf83 Implemented token expiry
Token expiry can be set from properties file

Also changed tokenauthfiter from genericfilterbean to
onceperrequestfiter
2019-11-25 12:19:42 +05:30
25f55a6262 some optimizations 2019-11-25 12:19:42 +05:30
5e80815e53 changed user token cache expiry to 1 minute 2019-11-25 12:19:42 +05:30
1ecbc91e0e transferred token auth files 2019-11-25 12:19:42 +05:30
f06bf516dd chat page now uses classname instead of queryselector to extract user name 2019-11-25 12:19:42 +05:30
9140885398 updated schema initilization script and switched back to jdbc based initialization 2019-11-25 12:19:42 +05:30
d1a2d58411 proper formatting for last active 2019-11-25 12:19:42 +05:30
74396ccd68 added thymeleaf template logic for active users in chat page 2019-11-25 12:19:42 +05:30
e85650d499 static chat js 2019-11-25 12:19:42 +05:30
d577e38692 Added markdown rendering to chat area 2019-11-25 12:19:42 +05:30
08c2ec786c messages are now sanitized for unsafe html/js using DOMPurify 2019-11-25 12:19:42 +05:30
8824678682 Homepage now says welcome guest instead of anonymouseUser 2019-11-25 12:19:42 +05:30
fd6de29a89 Done get and post logic
Also added an initial input box for passphrase which is set to hidden
later
2019-11-25 12:19:42 +05:30
ed3853c5ea changed to queryselector to extract username and date and last message fields in userbox 2019-11-25 12:19:42 +05:30
7775dd798e Added code for chat card
Chat card displayed only when at least one user selected
User box highlighted when selected
Hover color for user box added
2019-11-25 12:19:42 +05:30