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
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
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
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
9a922cf5b9
added cacheevict
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
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
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
579f819254
set active css class to user boxes on click
2019-11-25 12:19:42 +05:30
dacf0f90dc
improved chat UI
2019-11-25 12:19:42 +05:30
3692608d8f
added user change passphrase page and some general adjustments
2019-11-25 12:19:41 +05:30
5c056cf5a0
First Commit
...
This branch seeks to implement the admin area of the web app in a
pre-made template. For now, start-bootstrap has been chosen. In this
commit, the home page of the admin area has been implemented in a red
black theme.
Rest of the functionality will be implemented in subsequent commits.
2019-11-25 12:19:41 +05:30
febfaeec9a
Changes to error model and login/registration cards
...
Added json property names to error model
Switched to grid offset instead of changing card width using CSS
2019-11-25 12:19:41 +05:30
d3ac95e8f4
Implemented primitive rest validation.
...
A better implementation to be done later.
2019-11-25 12:19:41 +05:30
acbacc8fa8
Architecture improvements and validation
...
Improved system architecture and added sample regex validation to
registration
2019-11-25 12:19:41 +05:30
2625cf7865
add bootstrap to web front-end
2019-11-25 12:19:41 +05:30
bb9a4c9b3a
Added database initialization logic
2019-11-25 12:19:41 +05:30
3ea46b584a
zz
2019-11-25 12:19:41 +05:30