Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-28 | statisticlogger dbcp connection pool | Christian Maierhofer | 1 | -0/+1 | |
2015-07-21 | fix MOA-ID-Auth problems | Thomas Lenz | 1 | -34/+0 | |
2015-07-17 | first beta version of new MOA-ID WebGUI module for configuration | Thomas Lenz | 1 | -10/+18 | |
2015-07-02 | new files for key/value config | Thomas Lenz | 1 | -0/+56 | |
2015-07-02 | devel | Thomas Lenz | 1 | -56/+0 | |
2015-06-19 | Rename java packages | Martin Bonato | 1 | -2/+2 | |
2015-06-19 | add CLI migration (XML to property file, property file to db, db to property ↵ | Gerwin Gsenger | 1 | -2/+0 | |
file) | |||||
2015-06-19 | add writer to store the configuration in key-value database | Christian Wagner | 1 | -0/+2 | |
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys | |||||
2015-06-19 | add workaround for static field bean initialization, rework ↵ | Gerwin Gsenger | 1 | -1/+1 | |
getMOAIDConfiguration() | |||||
2015-06-19 | add a class that has the same method signatures as 'ConfiguratiohnDBRead' ↵ | Christian Wagner | 1 | -0/+2 | |
and is capable of reading from the new key-value DB | |||||
2015-06-19 | add NewAuthenticationProvider (instantiated as Spring bean, reads JSON from ↵ | Gerwin Gsenger | 1 | -0/+1 | |
db), add AuthConfiguration interface for Authentication providers | |||||
2015-06-19 | add raw configuration persistence functionality | Christian Wagner | 1 | -0/+53 | |
some problems: * all tables annotated via '@Table' are created in every database connected * loading of 'Configuration' via Spring isn't pretty at all |