Age | Commit message (Expand) | Author | Files | Lines |
2015-11-17 | fix some more problems in STORK code | Thomas Lenz | 1 | -27/+33 |
2015-11-16 | fix possible NullPointerException with STORK configuration | Thomas Lenz | 1 | -16/+24 |
2015-09-15 | fix problems with OracleDB and configuration storage implementation | Thomas Lenz | 6 | -40/+136 |
2015-09-02 | fix problem with private service applications and target friendlyname | Thomas Lenz | 1 | -0/+5 |
2015-08-31 | fix problem with configuration GUI and interfederation configurations | Thomas Lenz | 2 | -1/+9 |
2015-08-27 | Merge STORK-SAML-Engine 1.5.1 and STORK-Commons 1.5.1 | Thomas Lenz | 1 | -1/+0 |
2015-08-27 | Use test- and productive TrustStore configurations in one IDP instance | Thomas Lenz | 5 | -10/+116 |
2015-08-17 | final changes for Release MOA-ID 3.0.0MOA-ID-3.0.0 | Thomas Lenz | 4 | -20/+56 |
2015-08-14 | use old ConfigTool | Thomas Lenz | 12 | -638/+514 |
2015-08-14 | update CertStore | Thomas Lenz | 1 | -0/+647 |
2015-07-24 | add logging | Thomas Lenz | 1 | -1/+1 |
2015-07-23 | update revisions-log functionality | Thomas Lenz | 1 | -0/+5 |
2015-07-22 | fix problem with SAML1 in legacy mode and targetFriendlyName | Thomas Lenz | 1 | -2/+2 |
2015-07-22 | fix bug in methode findNextFreeListCounter if actually no list exists | Thomas Lenz | 1 | -1/+6 |
2015-07-21 | fix MOA-ID-Auth problems | Thomas Lenz | 7 | -44/+43 |
2015-07-20 | change configuration key for ovs mandates | Thomas Lenz | 2 | -15/+22 |
2015-07-20 | remove deprecated MOA-ID 2.x configuration DAO functionality | Thomas Lenz | 12 | -2269/+1119 |
2015-07-20 | add deprecated MOA-ID 2.x database DAOs to source | Thomas Lenz | 90 | -0/+23965 |
2015-07-17 | Merge branch 'new_key-value_solution' into moa-id-3.0.0-snapshot | Thomas Lenz | 30 | -487/+6460 |
2015-07-17 | first beta version of new MOA-ID WebGUI module for configuration | Thomas Lenz | 10 | -177/+394 |
2015-07-10 | First parts of the new MOA-ID configuration module | Thomas Lenz | 6 | -395/+571 |
2015-07-03 | fix some configuration problems | Thomas Lenz | 6 | -21/+25 |
2015-07-02 | new files for key/value config | Thomas Lenz | 4 | -0/+1864 |
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 | fix merge problems | Thomas Lenz | 6 | -1079/+1078 |
2015-06-19 | add new AuthConfigurationProviderFactory | Thomas Lenz | 1 | -0/+538 |
2015-06-19 | refactor MOA-ID AuthConfiguration | Thomas Lenz | 11 | -342/+547 |
2015-06-19 | New configuration implementation with full key/value functionality | Thomas Lenz | 1 | -0/+1057 |
2015-06-19 | Rename java packages | Martin Bonato | 16 | -121/+25 |
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 |
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 | Revert "add previously auto-generated java source files used for configuration" | Gerwin Gsenger | 90 | -23965/+0 |
2015-06-19 | add initial version of a moaid-configuration test, does not work if old db is... | Gerwin Gsenger | 1 | -3/+0 |
2015-06-19 | add writer to store the configuration in key-value database | Christian Wagner | 9 | -33/+264 |
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 | 1 | -9/+13 |
2015-06-19 | add NewAuthenticationProvider (instantiated as Spring bean, reads JSON from d... | Gerwin Gsenger | 1 | -0/+1 |