|
d927f3441a
|
chat messages are loaded on scroll top
|
2019-12-13 17:34:56 +05:30 |
|
|
5452a2d418
|
moved db initializer config properties to seperate class
|
2019-12-13 17:34:56 +05:30 |
|
|
1ddb2bcd09
|
added jsdoc to Sprintf wrapper for sprintf
|
2019-12-13 17:33:51 +05:30 |
|
|
1521c90a7d
|
slight changes to jsdoc of jsonapi
|
2019-12-13 17:33:51 +05:30 |
|
|
826dad2ad0
|
cleanup of frontend
|
2019-12-13 17:33:51 +05:30 |
|
|
718e47c3ab
|
implemented paging in the frontend. todo animations
|
2019-12-13 17:33:51 +05:30 |
|
|
57ca9d7380
|
initial commit of message loading with paging
|
2019-12-13 17:33:51 +05:30 |
|
|
9b2a143a18
|
added builder dep
|
2019-12-13 17:33:51 +05:30 |
|
|
1a15743dcd
|
switched to constructor injection
|
2019-12-12 12:18:19 +05:30 |
|
|
53d89dc36f
|
added final modifiers where possible in service layer
|
2019-12-12 10:52:32 +05:30 |
|
|
dc2a5504fb
|
added user menu in chat window creation code
|
2019-12-12 10:42:23 +05:30 |
|
|
88f8a33506
|
I don't know
|
2019-12-11 23:34:42 +05:30 |
|
|
785a8a55e8
|
temp commmit
|
2019-12-11 16:00:45 +05:30 |
|
|
e40e1a5c7a
|
changed fuse search service to not create a new fuse object every time the search method is called
|
2019-12-11 13:02:49 +05:30 |
|
|
70f0ea8054
|
added notification service with alertify as the concrete implementation
|
2019-12-11 10:56:16 +05:30 |
|
|
2e7f6cced6
|
changed userserviceimpl to constructor injection. this broke the pathetic excuse of a unit test I had made. no regrets
|
2019-12-10 20:13:31 +05:30 |
|
|
849a5133d7
|
slight optimizations to chatview template variable
|
2019-12-10 19:50:15 +05:30 |
|
|
b83417570d
|
changed myuserdetailsservice to use userservice instead of calling userrolerepository directly.
|
2019-12-09 21:02:25 +05:30 |
|
|
f9e6e3085c
|
cleanup of java backend (removed todos and obsolete code)
|
2019-12-09 20:49:19 +05:30 |
|
|
b47206496f
|
changed sprintf-js to sprintf in browserify shim options
|
2019-12-09 15:58:09 +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 |
|
|
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 |
|
|
ba7dbb6f93
|
removed config files
|
2019-12-07 14:54:06 +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 |
|
|
6ecdf34b64
|
removed obsolete js deps
|
2019-12-07 12:32:20 +05:30 |
|
|
434e308f24
|
ts integrated and working preliminarily
|
2019-12-07 11:31:42 +05:30 |
|
|
d05f08630a
|
ts integrated and working preliminarily
|
2019-12-07 11:30:51 +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 |
|
|
3d28adbe68
|
added a unit test for reegistration. Also some cleanup
|
2019-11-30 10:17:30 +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 |
|
|
ea4b2eb1b1
|
token auth filter now only catches badcredentialsexception instead of all exceptions. This prevents it from absorbing ALL exception stacktraces
|
2019-11-26 11:47:25 +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 |
|
|
f95b14d4e9
|
added metadata for token timeout property
|
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 |
|
|
bf195efea7
|
minor change to user service impl
|
2019-11-25 12:19:43 +05:30 |
|
|
796d4ae032
|
cleanup up main class
|
2019-11-25 12:19:43 +05:30 |
|