23 Commits

Author SHA1 Message Date
03de97846f !refactored client api 2024-05-27 10:14:25 +07:00
1c81d9b37a !refactored client-api repositories 2024-05-27 10:14:25 +07:00
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
baf204bc29 implemented account registration 2024-05-03 10:42:23 +07:00
b61bd9c366 implemented client-side account management 2024-05-03 10:42:23 +07:00
11ef2b51c9 Secured admin client for control panel 2024-03-30 09:52:25 +07:00
b48b375e4e Implemented authorisation 2024-03-26 01:01:10 +07:00
69113ee4a3 Added UserService, base of configuration Spring Security 2024-03-26 01:01:10 +07:00
4de95771cb Added base of AccountRepository 2024-03-26 01:01:10 +07:00
14ff4b5b06 Enabled Basic HTTP Authentication in Spring Security 2024-03-26 01:01:10 +07:00
1bb4902134 Implemented picking method in Client and refactored picking in server 2024-03-16 23:29:38 +07:00
0e9a23ec34 Removed debug console output 2024-03-13 14:13:11 +07:00
c5b0d9ccf3 Renamed package 'request' -> 'query' 2024-03-13 14:05:26 +07:00
9f2aeaa06e Fixed Jackson configuration 2024-03-13 14:05:26 +07:00
abc6770969 Added method for getting server info 2024-03-13 14:05:26 +07:00
5ca6c02e54 Implemented UserRepository 2024-03-13 14:05:26 +07:00
5814119428 Implemented RoomRepository 2024-03-13 14:05:26 +07:00
425fb71f4c Implemented NodeRepository 2024-03-13 14:05:26 +07:00
fb06655d89 Refactored picked room response and updated client NodeRepository 2024-03-13 14:05:26 +07:00
bde58ef053 Created base for client implementation 2024-03-13 14:05:26 +07:00
31ff4cf95b Added EnumUtils 2024-03-13 14:05:26 +07:00