Commit Graph

204 Commits

Author SHA1 Message Date
af024f4cef Removed obsolete captcha class 2020-05-27 17:40:00 +05:30
d9bcb7f76f Removed unused method in chatservice 2020-05-27 17:40:00 +05:30
7ff31c45ee Imports cleanup 2020-05-27 17:40:00 +05:30
90ed86400b Updated registration controller 2020-05-27 17:40:00 +05:30
3fdb464b55 Cleaned login controller 2020-05-27 17:40:00 +05:30
a84c16a101 Cleaned demo controller 2020-05-27 17:40:00 +05:30
b384966ec7 Cleaned admin controller 2020-05-27 17:40:00 +05:30
33bd91b5b7 Cleaned home controller 2020-05-27 17:40:00 +05:30
a79d85f67f Changed time formatter to Instant in Controllers 2020-05-27 17:40:00 +05:30
5978eaebaa Test using Optional in repository
Trying out fetching values from repository as Optional.
Plus set line length to 80
2020-05-27 17:40:00 +05:30
4c64dfd2b1 added dist to gitignore 2020-05-27 17:40:00 +05:30
3a5256eec4 turned off logging request details 2020-05-27 17:40:00 +05:30
430c0c131a Removed error response on token expiry 2020-05-27 17:40:00 +05:30
6f34f41974 Update 'Readme.md' 2020-05-27 09:25:15 +00:00
0e6bb7c59f Add 'Readme.md' 2020-05-27 09:21:30 +00:00
b75f601af0 Added license (AGPLv3) 2020-05-16 10:16:40 +00:00
0cbf904f58 added null checks to new messages listener 2020-03-19 22:04:52 +05:30
8a63379db7 Admin menu link only visisble to admins 2020-03-19 20:06:17 +05:30
be040162fd dj khalid is removed(rip) 2020-03-19 15:07:39 +05:30
ad4f3df0bd last message time and message in user boxes 2020-03-19 11:54:30 +05:30
e1520d5182 Added logic for fetching new messages 2020-03-18 10:31:05 +05:30
b236b87e5d Passphrase validation and message send updated 2020-03-16 19:24:03 +05:30
ff43977f93 Changes to page loading
Chat message pages now use passphrases from the stored model.
2020-03-15 12:50:22 +05:30
78ed6430da temp commit 2020-02-14 19:18:22 +05:30
4b4df5baf9 Some tweaks to date formatting frontend 2020-02-13 18:25:57 +05:30
8d313fa0e6 Added moment to format time
completes issue #1
2020-02-01 16:26:27 +05:30
16c937d137 Switched to instant from string for active users 2020-02-01 14:34:42 +05:30
f6576026a2 adjustments to entities, service, repo and db layers 2020-01-31 10:16:13 +05:30
f34a5524fd Chat area is cleared when changing user
Also frontend code has een refactored significantly
2020-01-27 21:43:38 +05:30
52af8f39ba Fixed detached object passed to persist error
Error was introduced after adding flyway migration
Also made various optimizations to user service and session logging
2020-01-25 20:23:05 +05:30
6facac20cf fixed gitiignore config dir issue 2020-01-22 18:49:24 +05:30
28fb663d55 set log level to debug from info in these 2 files 2020-01-16 19:33:09 +05:30
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
bb1d49cecb added minifying using terser 2020-01-15 11:16:35 +05:30
2b62b4b038 removed obsolete files 2020-01-14 16:01:19 +05:30
8edca9a847 added grunt and maven frontend tasks 2020-01-14 15:43:57 +05:30
8f056149cc removed obsolete js build files 2020-01-09 12:55:20 +05:30
492582898f Removed unnecessary cast in fuse search service 2020-01-09 12:54:45 +05:30
220a071ecc Enabled captcha for registration 2020-01-09 12:54:15 +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
2946f31124 fixed regression body was not included in post message fetch 2019-12-14 18:48:08 +05:30
601311fcf5 test getting last message time 2019-12-14 16:03:04 +05:30
d916043e07 added hibernate stats profile 2019-12-13 21:04:36 +05:30
df8e735a9b clean up chatto application class 2019-12-13 19:32:35 +05:30
ddc7f15498 made the message page counter to only increment if the current requested page was not empty 2019-12-13 19:24:00 +05:30
d927f3441a chat messages are loaded on scroll top 2019-12-13 17:34:56 +05:30