|
|
7161c32a61
|
Merge origin/master
|
2019-05-28 17:41:40 +02:00 |
|
|
|
be34fa9e8d
|
added LDAP search support
|
2019-05-28 17:41:10 +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 |
|
|
|
70a45b1919
|
updated libraries
|
2019-04-29 09:37:14 +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 |
|
|
|
70829f9204
|
improved project setup
|
2019-04-03 23:29:51 +02:00 |
|
|
|
91b967f008
|
improved account controller
|
2019-04-03 23:29:25 +02:00 |
|
|
|
eb332461aa
|
updated to Primefaces 7.0, JDK11
|
2019-04-02 16:07:21 +02:00 |
|
|
|
4fd1710503
|
fixed typo
|
2019-04-02 14:52:50 +02:00 |
|
|
|
3d1f2a93cf
|
fixed broken permission check
|
2019-04-02 14:48:09 +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 |
|
|
|
4aafdb1222
|
added Serializable
|
2019-03-17 13:09:04 +01:00 |
|
|
|
cdc5a2ae8c
|
added missing libraries
|
2019-03-16 12:44:23 +01:00 |
|
|
|
b49fb0e19d
|
improved templating service
|
2019-03-16 12:44:13 +01:00 |
|
|
|
e75523e9dd
|
upgraded to jackson2
|
2019-03-16 12:41:31 +01:00 |
|
|
|
0d0984bb53
|
added debug code and tests
|
2019-03-14 17:37:56 +01:00 |
|
|
|
827b110e7c
|
added more date util functions
|
2019-03-14 15:11:47 +01:00 |
|
|
|
701f0dd3a0
|
removed obsolete dbm backup file
|
2019-03-06 08:22:36 +00: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 |
|
|
|
70bebd4ef8
|
hide comments by default
|
2019-02-17 17:45:56 +01:00 |
|
|
|
d76154e279
|
added more POI helper methods
|
2019-02-15 17:54:53 +01:00 |
|
|
|
b30b40769c
|
improved error logging
|
2019-02-14 17:28:41 +01:00 |
|
|
|
be31b12d0a
|
added default value for StringParameters
|
2019-02-14 17:28:33 +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 |
|
|
|
1c6bb1769c
|
generalized nullSafeGet
|
2019-02-02 14:58:58 +01:00 |
|
|
|
6933900635
|
minor changes
|
2019-02-01 17:04:53 +01:00 |
|
|
|
763d6f57f2
|
simplified project setup
|
2019-02-01 16:55:33 +01:00 |
|
|
|
2540d2a454
|
convert controller exception to runtime exception to ensure container rolls back transactions
|
2019-01-30 16:05:07 +01:00 |
|
|
|
76795365c0
|
updated license header
|
2019-01-30 00:56:33 +01:00 |
|
|
|
5c7abf4c47
|
added convenience methods for multiple ui messages to be displayed
|
2019-01-30 00:56:18 +01:00 |
|
|
|
a3e7f6c527
|
upgrade to POI 4.0.1
|
2019-01-26 13:29:24 +01:00 |
|
|
|
73bb6a18ca
|
upgrade to POI 4.0.1
|
2019-01-25 17:42:38 +01:00 |
|
|
|
15dc1f9e50
|
added PoiUtil class
|
2019-01-25 17:42:09 +01:00 |
|
|
|
825aa6cbf5
|
added missing license header
|
2019-01-25 17:41:53 +01:00 |
|
|
|
9f301136f0
|
added getUtcDate methods
|
2019-01-25 17:17:29 +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 |
|
|
|
38592887c5
|
optimized project structure
|
2019-01-22 09:55:18 +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 |
|
|
|
584bdfce4f
|
fixed broken mainmenu
|
2019-01-18 16:47:51 +01:00 |
|