Commit Graph

2568 Commits

Author SHA1 Message Date
Robert von Burg a048a7c76e [Minor] Change to single parameter StrolchPolicy constructor 2020-01-30 14:43:43 +01:00
Robert von Burg 7487ff3c31 [Minor] Change to single parameter StrolchPolicy constructor 2020-01-30 14:37:45 +01:00
Robert von Burg 4a61fc4059 [Minor] Use Integer.decode() on IntegerListParameter.parseFromString() 2020-01-30 11:59:54 +01:00
Robert von Burg cfc03747e5 [New] Added StrolchValueType.valueToJson() 2020-01-29 23:49:39 +01:00
Robert von Burg b53c1bca58 [Minor] Simplified AbstractListParameter.getValueAsString() 2020-01-29 23:49:20 +01:00
Robert von Burg efdc522925 [Minof] Inject StrolchSessionHandler into WebSocketClient by constructor 2020-01-28 12:32:58 +01:00
Robert von Burg a7a0549984 [Fix] Fixed deployment of locales.json in gulpfile.js 2020-01-27 16:44:46 +01:00
Robert von Burg d96a702e7b [New] Added listener in web archetype: "strolch-ajax-request-error": "onRequestError" 2020-01-27 16:16:25 +01:00
Robert von Burg 2ced238b20 [Minor] Moved archetype-packaging version to root pom 2020-01-27 16:15:56 +01:00
Robert von Burg 3a18baec03 [New] Added RuntimeMock.getComponent() 2020-01-27 16:15:23 +01:00
Robert von Burg 4b2e8b9f81 [Major] Allow WebSocket* to be extensible 2020-01-21 15:37:14 +01:00
Robert von Burg 647a704c41 [New] Added StrolchRootElement.isResource() .isOrder() and .isActivity() 2020-01-21 15:36:53 +01:00
Robert von Burg 5d54a27383 REVERT: REVERT: [Fix] Formatting Parameter values to json as proper primitive, not just as string 2020-01-20 20:11:26 +01:00
Robert von Burg 115cc3deb0 REVERT: [Fix] Formatting Parameter values to json as proper primitive, not just as string 2020-01-20 16:43:51 +01:00
Robert von Burg 10a7bc8280 [New] Added StrolchValueSearch 2020-01-20 16:43:34 +01:00
Robert von Burg 8ca2af65f6 [New] Added RestfulStrolchComponent.getPrivilegeHandler() 2020-01-20 16:43:19 +01:00
Robert von Burg 085335d393 [New] Added orderBy*() methods without need for BAG_PARAMETERS, or reverse flag 2020-01-20 11:18:21 +01:00
Robert von Burg 63392ca8c8 [Fix] Formatting Parameter values to json as proper primitive, not just as string 2020-01-20 11:17:45 +01:00
Robert von Burg f30496a747 [New] Added ParameterBagContainer.hasParameter() 2020-01-20 11:17:24 +01:00
Robert von Burg 1a913fea19 [Minor] Code cleanup in StrolchElement 2020-01-18 20:52:19 +01:00
Robert von Burg 24bac9fa46 [New] Added StrolchElementToJsonVisitor.ignoreBags 2020-01-18 20:52:03 +01:00
Robert von Burg 7ba2968923 [New] Added RootElementSearchResult.orderByName() without reverse boolean 2020-01-18 20:51:38 +01:00
Robert von Burg b0c78e692c [Minor] Added ExpressionsSupport.param(String) 2020-01-18 20:50:55 +01:00
Robert von Burg 60c248ea85 [Fix] Fixed view404 and page showing in webapp template 2020-01-18 18:49:18 +01:00
Robert von Burg 59432a7d92 [Fix] Fixed view404 and page showing in webapp template 2020-01-18 18:48:27 +01:00
Robert von Burg 386d797bb9 [Minor] log cookie age in RestfulStrolchComponent 2020-01-10 17:29:35 +01:00
Robert von Burg 93cebbde3b [New] Added ComponentConfiguration.getDataOrAbsoluteDir() 2020-01-09 11:57:14 +01:00
Robert von Burg fa389d7072 [Project] Updated .gitignore files 2020-01-08 09:18:37 +01:00
Robert von Burg 32a22eae68 [Minor] Code cleanup 2020-01-08 09:12:03 +01:00
Robert von Burg ddbb7d65cb [New] Added overrides for ComponentConfiguration. getConfigFile() getDataDir() getDataFile() 2020-01-08 09:11:45 +01:00
Robert von Burg d6a8c99b3a [Minor] Extract Realm instantiation into method 2020-01-08 09:11:00 +01:00
Robert von Burg c96ca434be [Minor] Fixed code comment 2020-01-08 09:10:27 +01:00
Robert von Burg 8b1addd295 [New] Only add Exception class name in messages if message is null 2019-12-19 13:21:47 +01:00
Robert von Burg f53b548a5d [New] Allow to decode 0x values in IntegerParameter and int component props 2019-12-11 18:30:36 +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 f95f3a5318 [New] Added DBC.fail() 2019-12-11 18:27:15 +01:00
Robert von Burg 2ac8c288d3 [New] Allow to ignore StrolchPolicy.undo() by having empty default impl 2019-12-10 19:33:24 +01:00
Robert von Burg 290e5ed1f3 [New] PasswordCreator now also uses new password format 2019-11-30 12:11:12 +01:00
Robert von Burg 0a96db5c1f [New] Added StrolchElementToJsonVisitor.withStateVariables() 2019-11-28 16:21:06 +01:00
Robert von Burg 2ae94b79bd [New] Added StrolchTimedState.clear() 2019-11-27 19:32:42 +01:00
Robert von Burg c9a1d63d62 [Fix] Removed defaultEncoding Component property, as not changeable after start 2019-11-20 22:16:45 +01:00
Robert von Burg 93ba7efe7c [Major] Added new TextParameter type. Used for multiline strings 2019-11-20 22:15:56 +01:00
Robert von Burg ca3f16b0db [Project] Removed duplicated dependency declaration in bom 2019-11-09 17:10:09 +01:00
Robert von Burg 76a662bdc5 [Project] Updated strolch-wc-* components 2019-11-08 16:32:20 +01:00
Robert von Burg a6483704c8 [New] Added removing of future and past values on state variables 2019-11-07 10:56:55 +01:00
Robert von Burg f1d94bb6f5 [Project] fixed missing warFinalName property in webapp archetype 2019-11-07 10:31:14 +01:00
Robert von Burg 1ca7a7fc68 [Project] Updated README.md and website for building new projects 2019-11-07 09:13:30 +01:00
Reto Breitenmoser 2f840f6c53 Merge branch 'develop' of https://github.com/4treesCH/strolch.git into develop 2019-11-01 14:12:19 +01:00
Reto Breitenmoser aa6209dcb7 [Minor] set default encoding to utf-8 2019-11-01 14:11:31 +01:00
Robert von Burg 25362da8d1 [New] Extended filtering GenericReport with multi refs 2019-10-30 10:50:45 +01:00