Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-14 | refactor the GUI generation for user interaction | Thomas Lenz | 19 | -0/+2283 | |
2016-03-09 | move moa-common to moa-id-common, because MOA-SPSS becomes a seperate project | Thomas Lenz | 100 | -0/+24817 | |
2016-03-09 | fix some problems in ELGA-mandate module | Thomas Lenz | 1 | -2/+21 | |
2016-03-08 | finish first beta-version of ELGA mandate-service client-module | Thomas Lenz | 1 | -23/+1 | |
2016-03-02 | temporarily commit to save state | Thomas Lenz | 2 | -17/+116 | |
2016-02-15 | First untested part: Refactor authentication modules and process management ↵ | Thomas Lenz | 1 | -0/+1 | |
to Spring | |||||
2016-01-22 | blacklist Microsoft SQL JDBC driver, because default online-application load ↵ | Thomas Lenz | 1 | -0/+8 | |
operation does not work - Microsoft SQL does not allow len() method calls with a parameter of type text | |||||
2016-01-22 | remove unused code | Thomas Lenz | 6 | -692/+0 | |
2016-01-21 | remove unused functionality | Thomas Lenz | 2 | -76/+1 | |
2016-01-19 | fix bug in MOAHttpClient | Thomas Lenz | 1 | -1/+1 | |
2016-01-19 | fully remove of hyperjaxb functionality from DB-configuration implementation | Thomas Lenz | 17 | -1071/+242 | |
2016-01-18 | add virtual IDP enabled flag to configuration | Thomas Lenz | 3 | -1/+36 | |
2016-01-18 | add two methods to KeyValueUtils | Thomas Lenz | 1 | -2/+41 | |
2016-01-15 | Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshot | Thomas Lenz | 2 | -0/+34 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthConstants.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/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java | |||||
2016-01-15 | fix two bugs in module moa-id-configuration | Thomas Lenz | 1 | -5/+11 | |
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 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeProviderFactory.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/CustomAttributeQueryValidator.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/MultipleAssertionResponseValidator.java | |||||
2015-08-27 | Use test- and productive TrustStore configurations in one IDP instance | Thomas Lenz | 5 | -10/+116 | |
- every service configuration could select its preferred TrustStore | |||||
2015-08-26 | Allow multiple alias domains | Thomas Lenz | 2 | -0/+34 | |
- Every alias domain is a own EntityID which is the configured PublicURLPrefix | |||||
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 | 13 | -2270/+1120 | |
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 | 35 | -487/+6685 | |
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 | 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 | 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 | 1 | -0/+1057 | |
2015-06-19 | Set test to manual. | Martin Bonato | 1 | -0/+2 | |
2015-06-19 | Rename java packages | Martin Bonato | 19 | -124/+44 | |
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 | |