9119fe57f3
Added basic admin user profile page
2020-07-24 13:14:43 +05:30
e569420ca5
added paginated users table
2020-07-24 13:14:43 +05:30
b6c4cb1575
added api endpoint for displaying user in admin
2020-07-24 13:14:43 +05:30
85a8f41da0
simplified jqeury code
2020-07-24 13:14:43 +05:30
05ba6fbacc
Added stats to admin UI #11
2020-07-24 13:14:43 +05:30
77bff3924c
Added stats endpoint
2020-07-24 13:14:43 +05:30
4e40f0bdd8
Added basic statistics service #11
2020-07-24 13:14:43 +05:30
b725458a8a
[backend] Removed obsolete user service method
2020-07-24 13:14:43 +05:30
bf8d282629
Added markdown version of license
...
preserved plain text version in different file
2020-07-21 20:22:08 +05:30
656df6e37d
Remove redundant UI elements #8
2020-07-20 20:26:23 +05:30
73b4d5d5bf
refactor passphrase to util
2020-07-20 19:44:41 +05:30
9a4aca88b3
Further refactor and impl passphrase change again
2020-07-20 19:40:29 +05:30
cfa6dc3c0b
Formatting changes, remote admin bundle from git
2020-07-20 19:29:54 +05:30
140721b542
temp commit
2020-07-07 22:11:14 +05:30
e06d98752a
Moved encryption service to common
2020-06-20 19:52:36 +05:30
944377f111
Removed unused css class from icon
2020-06-20 19:38:54 +05:30
b6cc872cd5
Updated sjcl types
...
Not that it was of any use
2020-06-20 19:38:37 +05:30
8450d8b864
Made cipher dto an interface
2020-06-20 19:38:05 +05:30
0d78d057bc
Refactored model out of chat frntend submodule
2020-06-20 15:35:49 +05:30
6b15e9c9b7
home background image to webp
2020-06-20 15:21:49 +05:30
3822e9fb3c
Refactored frontend
...
Preparing for multi-module frontend package layout
2020-06-20 15:18:06 +05:30
a9d81fce19
Added error prompt on empty user search
2020-06-20 13:48:55 +05:30
2addcc1fa8
Adjusted chat UI height to page height
2020-06-20 12:55:02 +05:30
6754071700
Added more validation to registration #10
2020-06-19 18:42:44 +05:30
0bd4a09852
optimize images to webp
2020-06-19 18:41:43 +05:30
cfbd841ad0
Disable basic auth prompt on failed login #9
2020-06-19 18:41:43 +05:30
dda589c2e8
Test to fix duplicate message issue
2020-06-19 18:41:43 +05:30
6378f4b225
Switched from Date to Instant
...
Was causing issues with json parsing in desktop client
2020-06-16 19:12:25 +05:30
91986d5386
Added top margin to chat page for mobile layout
2020-06-14 13:39:58 +05:30
02c2b65aa7
Larger spinner
2020-06-03 14:14:44 +05:30
dc015254ef
Removed users loaded server side in chat
...
and added a spinner
2020-06-03 13:48:21 +05:30
858b6ce035
Refactored passphrase prompt
2020-06-03 13:41:43 +05:30
7a7748cfa6
Implementation part 2 of #3
2020-06-02 21:39:19 +05:30
1789b29ee0
Implementation part of #3
2020-06-02 20:35:12 +05:30
36ba88a546
Regression faulty gitignore blocked config package
2020-05-31 17:07:36 +05:30
012fbb3f7c
Added link to documentation
2020-05-31 12:41:14 +05:30
d43b1a3e6b
Cleaned up security config file
2020-05-30 14:58:09 +05:30
26f898c37c
Refactored Logged package
2020-05-30 14:53:35 +05:30
ddd4872b85
updated build description
2020-05-30 13:53:40 +05:30
5130f2d87a
Added default custom datasource properties
2020-05-30 13:15:52 +05:30
ecc5091994
Regression left out mvnw
2020-05-30 12:58:29 +05:30
7fc758a0c9
Added metadata for custom properties
2020-05-30 12:42:48 +05:30
03124a9bd5
Refactored src out of subfolder
2020-05-30 12:35:34 +05:30
95edebc834
[frontend] Added props field for chat page size
2020-05-30 11:15:15 +05:30
28dca30bca
Remove reduntant props file
2020-05-30 10:54:27 +05:30
3325c83500
[Frontend] Add animation when new message arrives
2020-05-30 10:53:42 +05:30
1abeac9f47
Made the "chat" view to be full page height
2020-05-29 18:50:59 +05:30
0b9cffb4ca
Added banner
2020-05-29 15:34:51 +05:30
35f325a4c9
improved head.html formatting
2020-05-29 15:20:48 +05:30
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