Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-02 | devel | Thomas Lenz | 12 | -1219/+1096 | |
2015-06-25 | second parts for configuration refactoring | Thomas Lenz | 4 | -18/+71 | |
2015-06-19 | refactoring for properties based configuration | Thomas Lenz | 4 | -95/+146 | |
2015-06-19 | update pom | Thomas Lenz | 1 | -1/+9 | |
2015-06-19 | fix merge problems | Thomas Lenz | 7 | -1207/+1206 | |
2015-06-19 | add new AuthConfigurationProviderFactory | Thomas Lenz | 1 | -0/+538 | |
2015-06-19 | refactor MOA-ID AuthConfiguration | Thomas Lenz | 12 | -349/+553 | |
2015-06-19 | New configuration implementation with full key/value functionality | Thomas Lenz | 2 | -0/+1077 | |
2015-06-19 | Set test to manual. | Martin Bonato | 1 | -0/+2 | |
2015-06-19 | Rename java packages | Martin Bonato | 20 | -125/+45 | |
2015-06-19 | Fix build-helper-maven-plugin source path | Martin Bonato | 1 | -1/+1 | |
2015-06-19 | Fix spring dependencies. | Martin Bonato | 1 | -1/+5 | |
2015-06-19 | Add maven-build-helper-plugin to include ↵ | Martin Bonato | 1 | -1/+20 | |
moa-id-commons/target/generated-sources/xjc in build path in eclipse. | |||||
2015-06-19 | rework behaviour of force switch, add getAllKeys to configuration | Gerwin Gsenger | 6 | -250/+324 | |
2015-06-19 | restructure error propagation from hibernate, add force switch to CLI | Gerwin Gsenger | 8 | -50/+122 | |
2015-06-19 | add CLI migration (XML to property file, property file to db, db to property ↵ | Gerwin Gsenger | 6 | -131/+289 | |
file) | |||||
2015-06-19 | move dependencies to more appropriate pom files, testNG warning NOT fixed | Gerwin Gsenger | 1 | -2/+0 | |
2015-06-19 | move 'cli' package from project 'moa-id-DTI', add additional input parameter | Gerwin Gsenger | 4 | -0/+363 | |
2015-06-19 | add java doc | Christian Wagner | 2 | -66/+65 | |
add little logging minor fixes | |||||
2015-06-19 | small change to workings of delete, small bugfix | Gerwin Gsenger | 1 | -32/+12 | |
2015-06-19 | add javadoc | Gerwin Gsenger | 1 | -0/+88 | |
2015-06-19 | use junit4 only in moa-id-commons | Gerwin Gsenger | 1 | -4/+6 | |
2015-06-19 | Revert "disable generation of java source files used for configuration, to ↵ | Gerwin Gsenger | 1 | -1/+21 | |
avoid name conflict" This reverts commit ba58b44a840749a6a29638e5f858b2e106c9ef6e. | |||||
2015-06-19 | Revert "add previously auto-generated java source files used for configuration" | Gerwin Gsenger | 90 | -23965/+0 | |
This reverts commit 10f5d736a93767cd7302cb30eb560781462edd76. | |||||
2015-06-19 | add missing junit artifact to 'moa-id-commons' and update its version to 4.11 | Christian Wagner | 1 | -1/+8 | |
2015-06-19 | add initial version of a moaid-configuration test, does not work if old db ↵ | Gerwin Gsenger | 6 | -3/+213 | |
is not initialized | |||||
2015-06-19 | add writer to store the configuration in key-value database | Christian Wagner | 9 | -33/+264 | |
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys | |||||
2015-06-19 | add workaround for static field bean initialization, rework ↵ | Gerwin Gsenger | 2 | -9/+48 | |
getMOAIDConfiguration() | |||||
2015-06-19 | add JSON annotations, remove unnecessary cast | Gerwin Gsenger | 1 | -1/+12 | |
2015-06-19 | add ability to extract all database data needed to build a ↵ | Gerwin Gsenger | 1 | -0/+82 | |
'MOAIDConfiguration' object | |||||
2015-06-19 | small codereview, added corresponding databasequeries as comments | Gerwin Gsenger | 1 | -17/+35 | |
2015-06-19 | avoid trying to iterate over a collection that is null (untested) | Christian Wagner | 1 | -30/+49 | |
2015-06-19 | add initial getList implementation | Gerwin Gsenger | 1 | -5/+24 | |
2015-06-19 | add a class that has the same method signatures as 'ConfiguratiohnDBRead' ↵ | Christian Wagner | 2 | -0/+357 | |
and is capable of reading from the new key-value DB | |||||
2015-06-19 | extract data via methods in ConfigurationDBRead and write to key-value database | Gerwin Gsenger | 1 | -9/+13 | |
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 | 4 | -0/+245 | |
some problems: * all tables annotated via '@Table' are created in every database connected * loading of 'Configuration' via Spring isn't pretty at all | |||||
2015-06-19 | add configuration interface | Christian Wagner | 2 | -3/+56 | |
little cleanup in 'ConfigPropertyDaoImpl' | |||||
2015-06-19 | move 'persistence' package from project 'moa-id-DTI' here | Christian Wagner | 4 | -0/+238 | |
2015-06-19 | fix hibernate setup | Gerwin Gsenger | 7 | -15/+15 | |
2015-06-19 | disable generation of java source files used for configuration, to avoid ↵ | Gerwin Gsenger | 1 | -21/+1 | |
name conflict | |||||
2015-06-19 | add previously auto-generated java source files used for configuration | Gerwin Gsenger | 90 | -0/+23965 | |
2015-06-19 | switch to Jackson Version 2.5.0 | Gerwin Gsenger | 1 | -5/+0 | |
2015-06-19 | initial commit for mapping the configuration to JSON | Gerwin Gsenger | 1 | -0/+5 | |
2015-04-16 | update library versions | Thomas Lenz | 1 | -5/+4 | |
2015-03-12 | getting rid of log4j in logger class | Florian Reimair | 1 | -27/+26 | |
2015-02-24 | Add key/value configuration entity. | Thomas Knall | 1 | -0/+95 | |
2015-02-19 | fix some possible problems | Thomas Lenz | 1 | -1/+0 | |
2015-02-18 | Merge branch 'datentechnik_modularization' into moa-id-2.2-merge | Thomas Lenz | 2 | -4/+36 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java id/server/stork2-commons/pom.xml id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/.svn/entries id/server/stork2-commons/src/main/resources/.svn/entries id/server/stork2-saml-engine/pom.xml pom.xml | |||||
2015-01-19 | update libraries | Thomas Lenz | 1 | -5/+9 | |
-> joda-time 2.7 -> slf4j 2.7.10 -> struts2 2.3.20 -> commons-codec 1.10 -> hibernate 4.3.8.Final -> mySQL-connector 5.1.34 -> opensaml 2.6.4 -> xmltooling 2.6.4 |