|
|
ecedc1872b
|
restructured code
enhanced permission system
|
2019-01-10 18:08:36 +01:00 |
|
|
|
b552e0b8bc
|
centralized used modules
|
2019-01-10 15:32:10 +01:00 |
|
|
|
f4145ca2fc
|
improved logging
|
2019-01-09 20:08:44 +01:00 |
|
|
|
e114dcb9eb
|
fixed broken isEmpty implementation
|
2019-01-04 10:16:36 +01:00 |
|
|
|
257def9140
|
generalized autoResizeColumns(sheet) function
|
2019-01-02 16:33:19 +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 |
|
|
|
c3fafa4331
|
fixed broken POM which included javaee-api into application scope
|
2018-12-17 18:14:23 +01:00 |
|
|
|
0b123bec0f
|
updated license headers
|
2018-12-14 10:48:10 +01:00 |
|
|
|
452ffa4f9d
|
added obsolete netbeans files to .gitignore
|
2018-12-14 10:47:59 +01:00 |
|
|
|
aaa67135a8
|
switched to AccountRealm support including JWT support
updated setup according to new code structure
|
2018-12-14 09:59:13 +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 |
|
|
|
6bad0e75a6
|
fixed missing check for disabled accounts
|
2018-12-12 16:37:09 +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 |
|
|
|
c09a27583b
|
added missing h:form for menu
|
2018-12-12 15:42:10 +01:00 |
|
|
|
1fed967100
|
fixed imports
|
2018-12-12 15:42:00 +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 |
|
|
|
057dfd9c05
|
ensured exchange autodiscovery is disabled for null and empty string
|
2018-12-12 14:24:36 +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 |
|
|
|
0b044bac78
|
removed obsolete version information
|
2018-11-24 00:00:41 +01:00 |
|
|
|
c05ba11044
|
started to implement permission handling into views and pages
|
2018-11-22 14:54:48 +01:00 |
|
|
|
79c9ab623c
|
started to introduce permission checks into controller
|
2018-11-22 14:53:46 +01:00 |
|
|
|
8c11d3424e
|
updated to hibernate 5.3.6 to support Wildfly 14
|
2018-11-20 13:06:36 +01:00 |
|
|
|
c822b30ca0
|
added ldap support
|
2018-11-19 17:48:34 +01:00 |
|
|
|
ed0892b1dc
|
added missing transactional annotation
|
2018-11-19 17:47:09 +01:00 |
|
|
|
06d625013b
|
added parameter to clean database before reinstall
|
2018-11-19 17:46:55 +01:00 |
|
|
|
4f6f851e2b
|
added batch job to backup productive database
|
2018-11-19 13:45:58 +01:00 |
|
|
|
798a178f42
|
updated prefil script
|
2018-11-19 13:45:43 +01:00 |
|
|
|
1e3d2986c5
|
fixed injection issue when using WF14
|
2018-11-19 13:45:22 +01:00 |
|
|
|
4d69e8e70a
|
added missing accountPU annotations
|
2018-11-17 17:13:18 +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 |
|
|
|
349310ccf9
|
updated SQL scripts
|
2018-11-16 12:42:41 +01:00 |
|
|
|
1bb9b24bcf
|
removed obsolete class
|
2018-11-16 12:19:30 +01:00 |
|
|
|
2dc317b84f
|
renamed datasource
|
2018-11-15 12:39:46 +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 |
|
|
|
6f5baaaa69
|
ensured only users which have a role assigned to the application can login
|
2018-11-14 17:41:39 +01:00 |
|
|
|
6533451d06
|
updated .gitignore
|
2018-11-14 17:17:56 +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 |
|
|
|
ed63692c0c
|
updated gitignore, removed obsolete eclipse files
|
2018-11-12 17:51:52 +01:00 |
|
|
|
13da4a3e04
|
fixed broken filter on web.xml and shiro.ini
|
2018-11-12 17:19:34 +01:00 |
|
|
|
7fceccc109
|
fixed account handling
fixed view CDI integration
|
2018-11-12 16:13:00 +01:00 |
|
|
|
00925aa389
|
completed role permission setup
|
2018-11-12 10:02:23 +01:00 |
|
|
|
76114f6cf2
|
completed role permission setup
|
2018-11-12 10:01:55 +01:00 |
|