Commit Graph

3180 Commits

Author SHA1 Message Date
Robert von Burg e3414fdfaa [Minor] clean up logging in I18nMessage 2021-12-08 14:56:20 +01:00
Robert von Burg f6a7e6e353 [New] Added ITimeVariable.streamValues() 2021-12-08 11:20:29 +01:00
Robert von Burg 7a7140cbea [Minor] Made fields protected in GenericReport 2021-12-06 14:22:13 +01:00
Robert von Burg bb10fc0c1c [Minor] Code cleanup 2021-12-06 14:22:10 +01:00
Robert von Burg 0d727aa55b [Minor] Code cleanup 2021-12-06 14:21:21 +01:00
Robert von Burg 9de09a6fbf [New] Added GroupedParameterizedElement.isRelationSet() 2021-12-06 14:21:17 +01:00
Robert von Burg 055a60bd78 [New] Added Parameter.isSet() 2021-12-06 14:21:14 +01:00
Robert von Burg 19f6b5436d [New] Added constructors to JsonServiceArgument 2021-11-26 13:55:41 +01:00
Robert von Burg 97d42353e2 [Fix] setting certificate if available in REST calls 2021-11-26 13:55:10 +01:00
Robert von Burg 1dc42b5e82 [New] Added StrolchSessionHandler.isSessionKnown() 2021-11-26 13:55:04 +01:00
Robert von Burg 216c380613 [New] Added ParameterBag.removeAllParameters() 2021-11-26 11:06:45 +01:00
Robert von Burg 3e76f80489 [Minor] Handle registering of job, if model specific already registered 2021-11-26 11:06:45 +01:00
Robert von Burg 1ceed872c7 [Minor] Clean up logging in I18nMessage 2021-11-26 11:06:45 +01:00
Robert von Burg c6347c0563 [Major] Allow hiding the version from non-authenticated user 2021-11-15 10:15:52 +01:00
Robert von Burg 48ac70ed21 [New] Added convenience methods to PolicyDefs 2021-10-20 18:37:54 +02:00
Robert von Burg e03fcacdd6 [Minor] ignore compiler warning 2021-09-28 20:20:16 +02:00
Robert von Burg 51629aca5f [Minor] Always allow to execute Release actions 2021-09-28 20:20:12 +02:00
Robert von Burg f88a80ae1c [Major] Pass activity locator, not Activity when archiving 2021-09-28 20:20:09 +02:00
Robert von Burg 86a23fa056 [New] Added MapOfMaps.computeIfAbsent(T, U, Supplier<V>)
This allows one to compute the value for the two keys
2021-09-24 15:21:44 +02:00
Robert von Burg 6c43e54a93 [New] Allow StrolchAdmin to ignore organisations 2021-09-13 17:04:26 +02:00
Robert von Burg eb93e2ab5e [New] Added constant PrivilegeConstants.ROLE_STROLCH_ADMIN 2021-09-13 17:04:04 +02:00
Robert von Burg 6688555971 [Project] Updated to strolch-wc-localize-behavior 1.1.12 2021-09-10 08:05:39 +02:00
Robert von Burg 53c7ac062a [Project] Updated to Strolch 1.7.0-SNAPSHOT 2021-09-08 09:50:06 +02:00
Robert von Burg f97c7df7b0 [Project] Updated snapshot version to 1.7.0-SNAPSHOT 2021-09-08 09:46:12 +02:00
Robert von Burg c4d4277d35 [Minor] Code cleanup 2021-09-07 15:35:43 +02:00
Robert von Burg 8a1067ede8 [Project] Updated to strolch-wc-reports 0.3.2 2021-09-07 15:20:03 +02:00
Robert von Burg 74cd99ce56 [New] Allow reports to use paging internally 2021-09-07 15:17:19 +02:00
Robert von Burg c363952547 [New] Allow reports to work in parallel if enabled 2021-09-06 17:19:59 +02:00
Robert von Burg d33549f13d [Project] Updated to strolch-wc-reports 0.3.1 2021-09-06 17:12:55 +02:00
Robert von Burg 937c96114f [Fix] Fixed broken test 2021-09-06 16:21:53 +02:00
Robert von Burg e9a402cc26 [Project] Updated to strolch-wc-reports 0.3.0 2021-09-06 14:27:19 +02:00
Robert von Burg 71b73896ac [New] Added option to do parallel streams 2021-09-05 13:06:10 +02:00
Robert von Burg 6ed22d595e [Fix] tx methods to get elements are now thread sage
This is necessary when you want to start doing parallel streams. This is used by the reports, which do a lot of object searching and conversions
2021-09-05 13:05:58 +02:00
Robert von Burg 672da1b132 [Minor] Code cleanup 2021-09-05 12:47:23 +02:00
Robert von Burg 7ffaab1bb8 [Major] Removed the Query API, use Search API instead 2021-09-05 12:46:45 +02:00
Robert von Burg e726c8f931 [Minor] Less use of tx.get*Map() calls 2021-09-05 12:27:12 +02:00
Robert von Burg 2c0b530f39 [Major] Added FileHelper.getTempFile() with option to ignore hours in path 2021-09-03 15:14:25 +02:00
Robert von Burg e4dff737b4 [Fix] Handle stopping DefaultStrolchSessionHandler if not started 2021-09-01 15:19:01 +02:00
Robert von Burg 72f13b26db [Minor] code cleanup 2021-09-01 14:35:19 +02:00
Robert von Burg c1b4493083 [Fix] Use "-" for ISO8601 of 0 milliseconds 2021-09-01 14:35:06 +02:00
Robert von Burg 1b18366090 [Fix] Properly handle UserMessageException has a warning in services 2021-08-30 21:58:24 +02:00
Robert von Burg 9f44738eac [Major] Updated code to work with strolch-wc-information-dialog 0.1.3 2021-08-30 21:04:29 +02:00
Robert von Burg 3220777b72 [Minor] AbstractListParameter.getValue(int) throws meaningful exception if out of bounds 2021-08-30 09:38:16 +02:00
Robert von Burg a876509eb1 [New] Allow to pass Action to Controller for actions 2021-08-25 16:10:01 +02:00
Robert von Burg 7005452a8c [New] Added new UserMessageException to use in Services 2021-08-24 17:39:19 +02:00
Robert von Burg dc7972927b [Fix] Respected privilegeHandler.isPersistOnUserDataChanged() for all privilege services 2021-08-19 15:09:14 +02:00
Robert von Burg 1ac594f78e [Major] Refactored PrivilegeRemoveUserService into service with command 2021-08-19 15:01:54 +02:00
Robert von Burg 138e03763a [Project] Updated strolch-wc-* components 2021-08-19 11:19:01 +02:00
Robert von Burg 189c040149 [New] Added PolicyDef.getJavaPolicy(), .getKeyPolicy() 2021-08-17 11:20:51 +02:00
Robert von Burg ececf60e39 [New] Added FileHelper.getTempFile override 2021-08-16 22:36:50 +02:00