Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-17 | Merge branch 'new_key-value_solution' into moa-id-3.0.0-snapshot | Thomas Lenz | 270 | -15322/+22831 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/modules/internal/tasks/GetMISSessionIDTask.java 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/auth/servlet/VerifyAuthenticationBlockServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyCertificateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyIdentityLinkServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/OAParameter.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameter.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/data/DynamicOAAuthParameters.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/entrypoints/DispatcherServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/SSOManager.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthRequest.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20TokenRequest.java id/server/moa-id-commons/pom.xml id/server/modules/module-stork/src/main/java/at/gv/egovernment/moa/id/auth/modules/stork/tasks/CreateStorkAuthRequestFormTask.java pom.xml | |||||
2015-07-17 | modifications in 2.x configuration GUI | Thomas Lenz | 20 | -36/+28 | |
2015-07-17 | add CLI for 2.x -> 3.x configuration migration | Thomas Lenz | 2 | -0/+58 | |
2015-07-17 | fix problem with delete list elements in GUI | Thomas Lenz | 2 | -16/+25 | |
2015-07-17 | add 'nonce' attribute to OpenID Connect protocol | Thomas Lenz | 5 | -13/+100 | |
2015-07-17 | first beta version of new MOA-ID WebGUI module for configuration | Thomas Lenz | 82 | -397/+4969 | |
2015-07-10 | First parts of the new MOA-ID configuration module | Thomas Lenz | 44 | -398/+5731 | |
2015-07-03 | fix problems with absolut configuration paths | Thomas Lenz | 1 | -3/+12 | |
2015-07-03 | fix problems with dynamic PVP2X metadata refresh | Thomas Lenz | 5 | -11/+49 | |
2015-07-03 | fix some configuration problems | Thomas Lenz | 15 | -88/+123 | |
2015-07-02 | new files for key/value config | Thomas Lenz | 7 | -0/+2235 | |
2015-07-02 | devel | Thomas Lenz | 75 | -9073/+4069 | |
2015-06-25 | second parts for configuration refactoring | Thomas Lenz | 14 | -319/+429 | |
2015-06-19 | refactoring for properties based configuration | Thomas Lenz | 10 | -355/+396 | |
2015-06-19 | update pom | Thomas Lenz | 4 | -14/+24 | |
2015-06-19 | fix merge problems | Thomas Lenz | 12 | -1378/+1446 | |
2015-06-19 | add new AuthConfigurationProviderFactory | Thomas Lenz | 3 | -0/+666 | |
2015-06-19 | remove MOA-ID-Proxy project (MOA-ID >= 3.x is not supported any more) | Thomas Lenz | 25 | -5886/+1 | |
2015-06-19 | refactor MOA-ID AuthConfiguration | Thomas Lenz | 95 | -712/+965 | |
2015-06-19 | New configuration implementation with full key/value functionality | Thomas Lenz | 3 | -0/+1085 | |
2015-06-19 | Set test to manual. | Martin Bonato | 1 | -0/+2 | |
2015-06-19 | Rename java packages | Martin Bonato | 24 | -131/+49 | |
2015-06-19 | Fix build-helper-maven-plugin source path | Martin Bonato | 1 | -1/+1 | |
2015-06-19 | Fix spring dependencies. | Martin Bonato | 3 | -644/+642 | |
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 | add 'getTimeStamp()' method | Christian Wagner | 1 | -0/+10 | |
2015-06-19 | add missing getter-methods. | Christian Wagner | 1 | -4/+171 | |
- add methods to get 'OnlineApplication' from DB. - add getter-methods which override the getter-methods in 'ConfigurationProvider'. | |||||
2015-06-19 | move dependencies to more appropriate pom files, testNG warning NOT fixed | Gerwin Gsenger | 3 | -2/+27 | |
2015-06-19 | Add unit initial unit tests. | Martin Bonato | 7 | -9/+200 | |
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 | 2 | -5/+7 | |
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 | rewrite 'AuthConfigurationProvider' in order to use key-value database | Christian Wagner | 1 | -86/+671 | |
2015-06-19 | add missing junit artifact to 'moa-id-commons' and update its version to 4.11 | Christian Wagner | 2 | -2/+9 | |
2015-06-19 | add initial version of a moaid-configuration test, does not work if old db ↵ | Gerwin Gsenger | 8 | -5/+220 | |
is not initialized | |||||
2015-06-19 | add writer to store the configuration in key-value database | Christian Wagner | 10 | -50/+300 | |
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 |