Commit Graph

87 Commits

Author SHA1 Message Date
ac2cf1b784 improved caching 2019-01-18 18:05:55 +01:00
48a6ca9231 fixed broken persistence settings 2019-01-18 16:47:32 +01:00
3ba593a15c enabled caching 2019-01-18 16:26:43 +01:00
c1410554f5 removed obsolete files 2019-01-18 16:23:36 +01:00
1aab667a8e fixed broken persistence implementation after refactor generalization 2019-01-18 14:28:35 +01:00
2965c6be4b added more generalizations 2019-01-17 18:24:15 +01:00
7790a6fe50 generalizhed database connection 2019-01-16 09:50:21 +01:00
12da8c2d8c ensured deployment is stopped, if application cannot be read 2019-01-14 19:26:27 +01:00
698b4477a2 fixed NPE when Account could not be injected 2019-01-11 17:33:14 +01:00
ecedc1872b restructured code
enhanced permission system
2019-01-10 18:08:36 +01:00
f4145ca2fc improved logging 2019-01-09 20:08:44 +01:00
d8e47d1eb0 improved logging 2018-12-20 13:48:40 +01:00
df86b707a6 ensured standard API response header is returned if an APIKeyError occurs 2018-12-18 15:43:57 +01:00
0b123bec0f updated license headers 2018-12-14 10:48:10 +01:00
7acc23892b restructured code and introduced JWTAuthenticationFilter support to ensure user and roles are loaded when using JWT to sign in 2018-12-14 09:55:32 +01:00
7ad25dc734 allowed removal of existing config values 2018-12-12 16:36:42 +01:00
5e42012907 Merge origin/master 2018-12-12 15:42:34 +01:00
87f389fc2d ensured transactions do not interfear with other transactions. This would require a XA data source 2018-12-12 14:25:37 +01:00
f712e269c5 fixed potential NPE 2018-11-28 17:05:42 +01:00
350d045eb0 fixed broken query in ConfigService 2018-11-25 15:14:57 +01:00
9b8284a2cf fixed update of account role mapping 2018-11-25 15:14:39 +01:00
ac39be3848 added findByName for default application 2018-11-24 17:49:02 +01:00
79c9ab623c started to introduce permission checks into controller 2018-11-22 14:53:46 +01:00
ed0892b1dc added missing transactional annotation 2018-11-19 17:47:09 +01:00
1e3d2986c5 fixed injection issue when using WF14 2018-11-19 13:45:22 +01:00
46f2827338 migrated API key support from PCD 2018-11-16 16:21:43 +01:00
b2c2619dc4 added multi persistence unit support 2018-11-16 12:43:20 +01:00
7b1d4f24ab reogranized source code 2018-11-15 11:48:27 +01:00
389e3a6a73 optimized startup sequence 2018-11-15 10:54:34 +01:00
765589afdf completed update of account, splitted login from account 2018-11-14 17:17:04 +01:00
939f043b01 started to introduce application to config and to split account_login from account. 2018-11-12 22:11:05 +01:00
7fceccc109 fixed account handling
fixed view CDI integration
2018-11-12 16:13:00 +01:00
76114f6cf2 completed role permission setup 2018-11-12 10:01:55 +01:00
d1f72db6ac started to add application support for roles 2018-11-11 16:31:33 +01:00
ea3ebdddf5 added application support for permissions 2018-11-11 15:08:37 +01:00
17c080faa2 added create / update methods 2018-11-10 16:48:32 +01:00
9ebb649458 added first draft of mapplication support 2018-11-10 14:03:34 +01:00
b95ffdb417 introduced possibility to fallback to different principalSuffix to combine different users together 2018-11-06 00:40:28 +01:00
14e4c2cc6e improved logging 2018-11-06 00:37:19 +01:00
f07467fd3e improved logging 2018-10-29 12:35:35 +01:00
4eb6bb77e2 updated to POI 4.0.0 2018-10-26 14:02:50 +02:00
64c5d3b370 introduced option to load user preferences and fallback to system preference 2018-09-17 12:00:07 +02:00
c3961f9a28 added possibility to enable / disable redirect and configure the redirect URL 2018-09-12 18:33:54 +02:00
65cdf950c9 exposed user first and lastname 2018-08-28 16:35:03 +02:00
a0cda5f498 added support for default values 2018-08-23 17:00:30 +02:00
4559f20170 introduced account based configuration 2018-08-21 18:07:51 +02:00
077ab22438 moved mail related entities 2018-08-21 18:05:39 +02:00
da46ca4c16 restructured code 2018-08-21 11:16:51 +02:00
a3bee0a7cf added email attachment support 2017-09-17 14:56:37 +00:00
54598cbce0 added missing encoding to subject 2017-09-14 23:37:40 +00:00