Commit Graph

112 Commits

Author SHA1 Message Date
212e4dad5d splitted database from account 2019-06-05 14:32:12 +02:00
91f8c2b2f1 added generic filter support 2019-06-03 18:06:34 +02:00
4ec319fc45 fixed reset password process 2019-05-17 16:35:34 +02:00
bb3d08360e disabled caching, changes made in account ui are not reflected in application 2019-05-17 16:35:16 +02:00
336e76f536 added caching and exception handling 2019-05-01 13:52:39 +02:00
59969ccef4 added checks to avoid NPEs 2019-04-29 08:13:27 +02:00
4f3c3d4673 fixed tx join interceptor handling 2019-04-27 14:07:31 +01:00
91b967f008 improved account controller 2019-04-03 23:29:25 +02:00
f8fe805ba6 added missing tx annoations 2019-03-28 12:30:22 +01:00
cc7e1b5e73 introduced EndDateable 2019-03-24 17:15:06 +01:00
b49fb0e19d improved templating service 2019-03-16 12:44:13 +01:00
a7e845d514 improved API key handling 2019-03-06 01:55:33 +01:00
7b315f6fd0 made JTW expiration configurable 2019-02-18 22:17:52 +01:00
b30b40769c improved error logging 2019-02-14 17:28:41 +01:00
03281643ad added missing ControllerExceptions 2019-02-09 14:15:26 +01:00
6117cc6c10 ensured transaction is rolled back in case a ControllerException occurs 2019-02-06 16:55:37 +01:00
479145af6f fixed broken return value of getConfigValue 2019-02-06 16:55:01 +01:00
b32b756da1 fixed missing transaction handling 2019-02-04 16:51:19 +01:00
6933900635 minor changes 2019-02-01 17:04:53 +01:00
2540d2a454 convert controller exception to runtime exception to ensure container rolls back transactions 2019-01-30 16:05:07 +01:00
4daa43ad04 made applyUpdateableChanges callable from parent class 2019-01-25 17:17:06 +01:00
5ab4d99dd3 moved some debug messages to trace 2019-01-24 16:58:11 +01:00
333508632c made JWTAuthentication filter work again. Ensured realms not supporting
the JTWtoken based are not considdered when logging in via API key
2019-01-24 13:18:05 +01:00
49e0c9651e added Controller Exception on delete method 2019-01-22 09:55:05 +01:00
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