68 Commits

Author SHA1 Message Date
b4b0cf2a64 !renamed User to Entity 2024-05-27 10:14:25 +07:00
cdb4f69a0f !renamed Node to Instance 2024-05-27 10:14:25 +07:00
313bdbf2fa added change password 2024-05-03 10:42:23 +07:00
0bd7271ef3 implemented account details page 2024-05-03 10:42:23 +07:00
baf204bc29 implemented account registration 2024-05-03 10:42:23 +07:00
bbd55ed8b3 Added Accounts page 2024-05-03 10:42:23 +07:00
11ef2b51c9 Secured admin client for control panel 2024-03-30 09:52:25 +07:00
6cb1b91e05 Fixed using admin connection for all users 2024-03-30 09:42:23 +07:00
222de8709b Fixed control panel security 2024-03-30 09:27:47 +07:00
f41b5dc5a0 Refactored SecurityService 2024-03-26 11:25:05 +07:00
8ccb1ed44d Hidden Register Node Component when user hasn't permission 2024-03-26 11:07:34 +07:00
38cadc804f Added logout button 2024-03-26 01:01:10 +07:00
c5d6e8d0dc Added redirect for '/login' when authenticated 2024-03-26 01:01:10 +07:00
b48b375e4e Implemented authorisation 2024-03-26 01:01:10 +07:00
1d94338ea5 Updated security configuration 2024-03-26 01:01:10 +07:00
4cd8c1cbce Implemented login form 2024-03-26 01:01:10 +07:00
158038a6f9 Fixed security config 2024-03-26 01:01:10 +07:00
0c8081a68a Updated Vaadin files 2024-03-26 01:01:10 +07:00
69113ee4a3 Added UserService, base of configuration Spring Security 2024-03-26 01:01:10 +07:00
14ff4b5b06 Enabled Basic HTTP Authentication in Spring Security 2024-03-26 01:01:10 +07:00
1022c00f09 Fixed NullPointerException 2024-03-16 23:29:38 +07:00
906e9c5cbe Updated Vaadin files 2024-03-16 23:29:38 +07:00
cb76bd1604 Fixed redirecting to SwaggerUI 2024-03-13 14:14:59 +07:00
c5b0d9ccf3 Renamed package 'request' -> 'query' 2024-03-13 14:05:26 +07:00
b407f291a8 Fixed NullPointerException 2024-03-13 14:05:26 +07:00
d1e97bf3b2 Fixed user search 2024-03-13 14:05:26 +07:00
0ba5ff8045 Refactored control panel 2024-03-13 14:05:26 +07:00
3f86cb9151 Moved details to new package 2024-03-13 14:05:26 +07:00
0381fac93c Renamed module 'api' to 'client-api' 2024-03-13 14:05:26 +07:00
c812bff637 Added badges for not persist nodes 2024-03-06 23:45:09 +07:00
6dba58126a Added checkboxes for Persist field 2024-02-28 11:16:27 +07:00
b95d2f3953 Implemented saving to disk storage 2024-02-28 11:16:27 +07:00
32553b63ff Renamed build jar files 2024-02-26 22:43:05 +07:00
0b0fcbcc2e Set production mode for Vaadin 2024-02-26 22:22:54 +07:00
a87f2d2ab6 Removed useless imports 2024-02-19 17:06:23 +07:00
9f7f857035 Added refresh button for UserDetails 2024-02-19 17:06:23 +07:00
c88c71c5c3 Added refresh button for UserSearch 2024-02-19 17:06:23 +07:00
72bf68255c Added refresh button UserList 2024-02-19 17:06:23 +07:00
a95700f7d3 Added refresh button for RoomList 2024-02-19 17:06:23 +07:00
9650ecd358 Added refresh button for NodeList 2024-02-19 17:06:23 +07:00
138377da77 Updated AddUser component view 2024-02-15 10:52:34 +07:00
6a8319724e Updated tables style 2024-02-15 10:47:43 +07:00
98f8d8fd6c 'Buckets' replaced to 'Rooms' in naming 2024-02-15 10:27:02 +07:00
576a908fcc Added SwaggerUI button to sidebar 2024-02-15 00:33:08 +07:00
5a51e29861 Implemented sorting UserSearchList 2024-02-14 17:43:02 +07:00
389097c478 Implemented sorting UserRoomsList 2024-02-14 17:43:02 +07:00
bf8bdd5325 Implemented sorting UserList 2024-02-14 17:43:02 +07:00
2649bdbb72 Implemented sorting RoomList 2024-02-14 17:43:02 +07:00
bbbcc64abe Implemented sorting node list 2024-02-14 17:43:02 +07:00
ef6ab38ed2 Removed useless import 2024-02-10 07:49:18 +07:00