Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 av... | Gerwin Gsenger | 1 | -1/+21 |
2015-06-19 | Revert "add previously auto-generated java source files used for configuration" | Gerwin Gsenger | 90 | -23965/+0 |
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 is... | Gerwin Gsenger | 8 | -5/+220 |
2015-06-19 | add writer to store the configuration in key-value database | Christian Wagner | 10 | -50/+300 |
2015-06-19 | add workaround for static field bean initialization, rework getMOAIDConfigura... | Gerwin Gsenger | 2 | -9/+48 |
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 'MOAIDConfiguratio... | Gerwin Gsenger | 1 | -0/+82 |
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' and... | Christian Wagner | 2 | -0/+357 |
2015-06-19 | extract data via methods in ConfigurationDBRead and write to key-value database | Gerwin Gsenger | 2 | -11/+53 |
2015-06-19 | add NewAuthenticationProvider (instantiated as Spring bean, reads JSON from d... | Gerwin Gsenger | 5 | -10/+317 |
2015-06-19 | moved path to property file to runtime argument, small code cleanup | Gerwin Gsenger | 1 | -82/+18 |
2015-06-19 | add raw configuration persistence functionality | Christian Wagner | 5 | -116/+357 |
2015-06-19 | add initial deserialization, small code restructuring | Gerwin Gsenger | 1 | -28/+90 |
2015-06-19 | add Json annotations to getter methods | Gerwin Gsenger | 2 | -3/+8 |
2015-06-19 | add configuration interface | Christian Wagner | 2 | -3/+56 |
2015-06-19 | move 'persistence' package from project 'moa-id-DTI' here | Christian Wagner | 5 | -0/+254 |
2015-06-19 | use Jackson 2.5.0, write JSON to file, evaluate @JsonIgnore Annotation | Gerwin Gsenger | 2 | -24/+46 |
2015-06-19 | fix hibernate setup | Gerwin Gsenger | 7 | -15/+15 |
2015-06-19 | add Jackson 2.5.0 annotations | Christian Wagner | 2 | -0/+12 |
2015-06-19 | disable generation of java source files used for configuration, to avoid name... | Gerwin Gsenger | 1 | -21/+1 |
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 | 3 | -5/+23 |
2015-06-19 | initial commit for mapping the configuration to JSON | Gerwin Gsenger | 2 | -0/+104 |
2015-04-20 | update handbookMOA-ID-2.2.1 | Thomas Lenz | 1 | -3/+3 |
2015-04-20 | update STORK authentication module | Thomas Lenz | 4 | -16/+24 |
2015-04-20 | first fix to solve problems with errorhandling and process managment | Thomas Lenz | 18 | -80/+181 |
2015-04-20 | Revert "update versions to new snapshot" | Thomas Lenz | 1 | -5/+5 |
2015-04-17 | Merge branch '2.2.x-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss int... | Thomas Lenz | 2 | -14/+27 |
2015-04-17 | update versions to new snapshot | Thomas Lenz | 1 | -5/+5 |
2015-04-17 | update version to 2.2.1 | Thomas Lenz | 1 | -1/+1 |
2015-04-16 | update handbook and history | Thomas Lenz | 3 | -0/+477 |
2015-04-16 | update pom | Thomas Lenz | 1 | -4/+0 |
2015-04-16 | update library versions | Thomas Lenz | 8 | -39/+96 |
2015-04-16 | Merge remote-tracking branch 'remotes/origin/2.2.x-STORK-Snapshot' into 2.2.x... | Thomas Lenz | 2 | -1/+4 |
2015-04-16 | update TrustStore and CertStore with A-Trust-Test-xxx-05 certificates | Thomas Lenz | 9 | -0/+318 |
2015-04-14 | respect multi-part stork responses | Florian Reimair | 2 | -14/+27 |
2015-04-14 | update error handling in PVP metadata verification filter implemetations | Thomas Lenz | 9 | -23/+155 |
2015-04-14 | fix problem with Authenticated sessions | Thomas Lenz | 1 | -13/+13 |