|
|
8e2d075f56
|
fixed rest template
|
2024-05-27 10:14:25 +07:00 |
|
|
|
2809bff3b9
|
added account json to http header
|
2024-05-27 10:14:25 +07:00 |
|
|
|
9064f7cab7
|
implemented client entity repository
|
2024-05-27 10:14:25 +07:00 |
|
|
|
7a2c0fb1a4
|
implemented client room repository
|
2024-05-27 10:14:25 +07:00 |
|
|
|
1c81d9b37a
|
!refactored client-api repositories
|
2024-05-27 10:14:25 +07:00 |
|
|
|
d66fb76c48
|
implemented server side exception handler
|
2024-05-27 10:14:25 +07:00 |
|
|
|
19c672fd3a
|
implemented account controller
|
2024-05-27 10:14:25 +07:00 |
|
|
|
8361b52d81
|
implemented entity controller
|
2024-05-27 10:14:25 +07:00 |
|
|
|
3df58d31b6
|
implemented room controller
|
2024-05-27 10:14:25 +07:00 |
|
|
|
fbda9c1675
|
implemented instance controller
|
2024-05-27 10:14:25 +07:00 |
|
|
|
5c0b157414
|
!refactored models, repositories, services and controllers
|
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 |
|
|
|
de54a8590e
|
moved models to new package
|
2024-05-27 10:14:25 +07:00 |
|
|
|
db7cdd2837
|
!removed all controller implementation and removed details
|
2024-05-27 10:14:25 +07:00 |
|
|
|
df44b55ce3
|
added method searchUser for graphql
|
2024-05-27 10:14:25 +07:00 |
|
|
|
3ea85cb669
|
added method userById for graphql
|
2024-05-27 10:14:25 +07:00 |
|
|
|
e286ad5c63
|
fixed NullPointerException
|
2024-05-27 10:14:25 +07:00 |
|
|
|
cf9271cf2b
|
implemented all graphql query methods
|
2024-05-27 10:14:25 +07:00 |
|
|
|
bff4db3e0f
|
added more data for entities
|
2024-05-27 10:14:25 +07:00 |
|
|
|
2ecf7366c1
|
enabled GraphiQL and created base entities
|
2024-05-27 10:14:25 +07:00 |
|
|
|
daf770f5ee
|
added graphql dependency
|
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 |
|
|
|
02d71c7138
|
Secured admin account
|
2024-05-03 10:42:23 +07:00 |
|
|
|
426e60c716
|
Implemented account management controller
|
2024-05-03 10:42:23 +07:00 |
|
|
|
d0199bb8f0
|
Prepared controllers
|
2024-05-03 10:42:23 +07:00 |
|
|
|
0a2c5d5789
|
Added method for update local account state
|
2024-05-03 10:42:23 +07:00 |
|
|
|
6cb1b91e05
|
Fixed using admin connection for all users
|
2024-03-30 09:42:23 +07:00 |
|
|
|
d7410258fe
|
Edited SecurityConfig
|
2024-03-26 11:59:07 +07:00 |
|
|
|
d0a1e253b8
|
Restricted getting account details
|
2024-03-26 01:01:10 +07:00 |
|
|
|
743c3a9d21
|
Fixed tests
|
2024-03-26 01:01:10 +07:00 |
|
|
|
b48b375e4e
|
Implemented authorisation
|
2024-03-26 01:01:10 +07:00 |
|
|
|
11ca677f65
|
Secured NodeService, added role 'NODE_MANAGEMENT'
|
2024-03-26 01:01:10 +07:00 |
|
|
|
91ae8d4cf1
|
Secured AccountService
|
2024-03-26 01:01:10 +07:00 |
|
|
|
103607bbbc
|
Enabled method security
|
2024-03-26 01:01:10 +07:00 |
|
|
|
5113358181
|
Added AccountController
|
2024-03-26 01:01:10 +07:00 |
|
|
|
334935fc25
|
Fixed ConcurrentModificationException
|
2024-03-26 01:01:10 +07:00 |
|
|
|
14ff4b5b06
|
Enabled Basic HTTP Authentication in Spring Security
|
2024-03-26 01:01:10 +07:00 |
|
|
|
3f54cd079f
|
Fixed metrics
|
2024-03-16 23:29:38 +07:00 |
|
|
|
cadd7f76f7
|
Used fair locks
|
2024-03-16 23:29:38 +07:00 |
|
|
|
1022c00f09
|
Fixed NullPointerException
|
2024-03-16 23:29:38 +07:00 |
|
|
|
3395725265
|
Fixed all tests
|
2024-03-16 23:29:38 +07:00 |
|
|
|
e38410a1ea
|
Tried to fix test, but LeastPicker and SequentialFilling do no passing
|
2024-03-16 23:29:38 +07:00 |
|
|
|
8b655bfb4b
|
Refactored repositories, deleted shit code
|
2024-03-16 23:29:38 +07:00 |
|
|
|
c6bcd69900
|
Fixed NullPointerException in UserMetricsAspect
|
2024-03-16 23:29:38 +07:00 |
|
|
|
1bb4902134
|
Implemented picking method in Client and refactored picking in server
|
2024-03-16 23:29:38 +07:00 |
|
|
|
da8833932e
|
Added new metrics 'roompicker_rooms'
|
2024-03-15 22:18:02 +07:00 |
|
|
|
d185072ee0
|
Added new metric 'roompicker_locked_rooms'
|
2024-03-15 22:18:02 +07:00 |
|