Commit Graph

265 Commits

Author SHA1 Message Date
Robert von Burg 210cfb8be9 [Major] better report filter criteria generation 2021-03-30 20:14:26 +02:00
Robert von Burg ddcc4d94df [New] Added new feature to require password change 2021-02-23 12:46:22 +01:00
Robert von Burg aa332891b7 [Minor] Sorting user data in REST API 2021-02-23 09:24:23 +01:00
Robert von Burg a88b6edf66 [New] Added clear user password REST API and service 2021-02-22 23:16:59 +01:00
Robert von Burg fd7362b2c1 [Major] Added user history to privilege
- firstLogin
- lastLogin
- lastPasswordChange
2021-02-22 14:51:00 +01:00
Robert von Burg ec1e8d2c02 [Minor] Using better abort status when validating requests 2021-02-12 16:48:35 +01:00
Robert von Burg 207304932a [Major] Better exception handling for AccessDeniedExceptions 2021-02-08 22:43:27 +01:00
Robert von Burg f19484abc0 [Fix] Return 403 instead of 401 for StrolchAccessDeniedException 2021-02-08 16:11:09 +01:00
Robert von Burg 2e904754ab [Fix] Fixed Basic auth 2020-12-17 12:25:02 +01:00
Robert von Burg d2c3bd8c8f [Fix] Validate SET_PASSWORD request is honored 2020-11-26 11:10:21 +01:00
Robert von Burg f831719c1f [Minor] order sessions by username 2020-11-06 10:15:56 +01:00
Robert von Burg 8a34f5330d [New] Added missing TX to StrolchJobsResource REST API 2020-10-27 11:36:21 +01:00
Robert von Burg aa6d619e90 [Fix] Fixed TX context in REST calls 2020-10-27 11:36:08 +01:00
Robert von Burg 282bbba3aa [New] Requiring TX for privilege services 2020-10-23 14:36:20 +02:00
Robert von Burg 90e9fae065 [Fix] Fixed broken tests 2020-10-22 16:28:40 +02:00
Robert von Burg 447cc55cb6 [Fix] Fixed broken tests 2020-10-22 15:31:47 +02:00
Robert von Burg ad0a0f1e10 [Major] Refactoring privilege services, added Organisation checking if required 2020-10-22 15:14:02 +02:00
Robert von Burg 09a85c3064 [Project] New added ResponseUtil.toResponse(I18nMessage) 2020-10-21 17:49:25 +02:00
Robert von Burg 4f52c1852f [Fix] Handle null authorization 2020-10-02 13:40:03 +02:00
Robert von Burg fc5000d00f [New] Allow to disable basic auth, to use in proxies 2020-10-02 11:20:38 +02:00
Robert von Burg 86794367eb [Minor] replaced deprecated call with new call 2020-08-18 16:39:56 +02:00
Robert von Burg c624990290 [New] Added possibility to filter missing values as true, instead of false 2020-07-28 13:31:42 +02:00
Robert von Burg 6bdf765673 [New] Added new i18n REST API 2020-07-20 12:24:20 +02:00
Robert von Burg ecb85a1502 [New] Added web path property to RestfulStrolchComponent 2020-07-20 12:24:01 +02:00
Robert von Burg 17cd3e43c7 [New] Added stream to MapOf... collections 2020-07-02 15:52:17 +02:00
Robert von Burg b818a102c3 [Minor] StrolchRestfulConstants.DATA refers to Tags.Json.DATA 2020-06-29 16:04:45 +02:00
Robert von Burg 54e23f03e3 [Major] Moved LogMessage class to strolch-model project 2020-05-27 10:44:13 +02:00
Robert von Burg 2e2a897e63 [Minor] Fixed logger 2020-05-12 11:38:27 +02:00
Robert von Burg 5e5289cbc8 [New] Implemented keepAlive of strolch sessions 2020-05-11 17:49:49 +02:00
Robert von Burg 0481ecc90d [New] Implemented Basic authentication for REST APIs 2020-04-23 10:06:55 +02:00
Robert von Burg 984f6bff41 [New] Requiring Usage when authenticating 2020-04-23 10:06:30 +02:00
Robert von Burg e2d8285f87 [Fix] ReportResource: from date is min time and to date max time 2020-03-26 16:16:34 +01:00
Robert von Burg 651197b3d0 [Minor] added missing @Override annotation 2020-03-16 17:10:47 +01:00
Robert von Burg dadc2a8cb8 [Major] Rewrote execution with controllers 2020-02-18 18:11:22 +01:00
Robert von Burg c4ed21c4e5 [Fix] Using type and id in Controller REST API instead of Locator 2020-02-12 14:54:49 +01:00
Robert von Burg 8ca2af65f6 [New] Added RestfulStrolchComponent.getPrivilegeHandler() 2020-01-20 16:43:19 +01:00
Robert von Burg 386d797bb9 [Minor] log cookie age in RestfulStrolchComponent 2020-01-10 17:29:35 +01:00
Robert von Burg fa389d7072 [Project] Updated .gitignore files 2020-01-08 09:18:37 +01:00
Robert von Burg 793435454b [New] Only add Exception class name in messages if message is null 2019-12-11 18:27:50 +01:00
Robert von Burg 9c08d87be2 [New] Using StrolchElementNotFoundException for missing elements, for 404 in REST 2019-09-27 09:59:44 +02:00
Robert von Burg 4ef3ae0869 [Fix] Fixed Certificate locale not restored on reboot 2019-08-30 16:01:28 +02:00
Robert von Burg 67d77bafea [New] Extended ExecutionHandler to be paused, persisted over reboots 2019-08-27 08:35:18 +02:00
Robert von Burg 198030f130 [New] ResponseUtil.toResponse now uses ServiceResult.toJson() + i18n part 2019-08-27 08:32:57 +02:00
Robert von Burg 8c1ecdd8d2 [Project] Updated all project and Maven dependencies 2019-07-03 20:38:22 +02:00
Robert von Burg 8c3caab640 [Fix] use Locale.toLanguageTag() instead of toString() 2019-05-30 16:15:13 +02:00
Robert von Burg 3ac2952258 [New] Added ResponseUtil.toResponse(JsonServiceResult) 2019-04-23 17:21:17 +02:00
Robert von Burg 1ade695e9b [Minor] Made StrolchComponent.getConfiguration() public 2019-04-15 12:22:48 +02:00
Robert von Burg 4b673e58e6 [Fix] Fixed broken tests 2019-04-10 17:15:38 +02:00
Robert von Burg 78c96d4351 [Fix] Fixed parsing and formatting of Locale 2019-04-10 16:44:52 +02:00
Robert von Burg ca7f80d58e [Major] Refactored EnumHandler for proper use in REST and different realms 2019-04-10 14:10:29 +02:00