Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-22 | Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB) | Thomas Lenz | 1 | -108/+129 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/SAMLVerificationEngine.java | |||||
2016-02-22 | fix possible problem with federated assertion validation | Thomas Lenz | 1 | -1/+1 | |
2016-02-22 | Merge remote-tracking branch 'remotes/origin/moa-id-3.0.0-snapshot' into ↵ | Thomas Lenz | 1 | -1/+1 | |
moa-id-3.2_(OPB) Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java | |||||
2016-02-22 | make method public | Thomas Lenz | 1 | -1/+1 | |
2016-02-22 | fix some refactoring problems | Thomas Lenz | 13 | -274/+101 | |
2016-02-22 | add first parts of new federated authentication modul | Thomas Lenz | 17 | -10/+824 | |
2016-02-22 | refactor PVP implementation to share code with PVP Service-Provider moduls | Thomas Lenz | 38 | -1235/+2013 | |
2016-02-22 | change Spring types | Thomas Lenz | 19 | -34/+39 | |
2016-02-19 | update ProcessEngine jUnit tests | Thomas Lenz | 11 | -28/+102 | |
2016-02-19 | remove unused code and files | Thomas Lenz | 4 | -949/+0 | |
2016-02-19 | refactor eIDAS tasks to new task-execution process-implementation | Thomas Lenz | 3 | -149/+14 | |
2016-02-19 | add missing @Service annotation | Thomas Lenz | 2 | -2/+4 | |
2016-02-19 | add missing endpoint description | Thomas Lenz | 1 | -1/+4 | |
2016-02-19 | set SAML1 protocol implementation to deprecated | Thomas Lenz | 1 | -0/+8 | |
2016-02-19 | optimize authentication process in respect to session-transaction and ↵ | Thomas Lenz | 14 | -196/+140 | |
transaction-store read/write operations | |||||
2016-02-19 | refactor Single Sign-On authentication consents evaluator to get executed by ↵ | Thomas Lenz | 14 | -521/+627 | |
processEngine | |||||
2016-02-18 | fix error handling: always make a redirect to MOA-ID in case of error | Thomas Lenz | 1 | -27/+18 | |
2016-02-18 | remove AXIS1 implemented WebService for SAML1 --> now a simple Spring ↵ | Thomas Lenz | 12 | -173/+957 | |
controller is used as WebService endpoint | |||||
2016-02-18 | fix process transaction problem | Thomas Lenz | 1 | -48/+3 | |
2016-02-18 | fix problem with protocol-action implementation validation | Thomas Lenz | 1 | -2/+2 | |
2016-02-18 | fix missing revisionslog | Thomas Lenz | 1 | -6/+13 | |
2016-02-18 | remove unused code | Thomas Lenz | 3 | -789/+1 | |
2016-02-18 | fix problem with pending-requests and protocol specific error messages | Thomas Lenz | 30 | -194/+230 | |
2016-02-18 | refactor authentication process to use service-provider configuration from ↵ | Thomas Lenz | 46 | -1417/+667 | |
pending-request | |||||
2016-02-18 | update error handling and Web based error messages | Thomas Lenz | 6 | -79/+583 | |
2016-02-18 | add WebFrontEnd security interceptor | Thomas Lenz | 3 | -9/+98 | |
2016-02-17 | refactor JUnit tests | Thomas Lenz | 23 | -72/+135 | |
2016-02-17 | delete STORK authentication module | Thomas Lenz | 56 | -9145/+0 | |
2016-02-17 | remove STORK code --> MOA-ID >= 3.2 only supports eIDAS protocol | Thomas Lenz | 916 | -95368/+0 | |
2016-02-17 | fix unresolved depentencies | Thomas Lenz | 2 | -7/+48 | |
2016-02-16 | Refactore eIDAS module to new Spring based protocol engine | Thomas Lenz | 16 | -109/+325 | |
2016-02-15 | First untested part: Refactor authentication modules and process management ↵ | Thomas Lenz | 107 | -4229/+5626 | |
to Spring | |||||
2016-02-10 | refactor LogOutServlet to Spring WebMVC implementation | Thomas Lenz | 2 | -81/+60 | |
2016-02-10 | fix problem with static content and Spring WebMVC controller | Thomas Lenz | 1 | -1/+1 | |
2016-02-10 | switch to Spring based application initializer | Thomas Lenz | 10 | -133/+325 | |
2016-02-10 | Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB) | Thomas Lenz | 5 | -6/+22 | |
Conflicts: id/server/modules/moa-id-modules-saml1/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java | |||||
2016-02-08 | fix possible bottleneck in case of high load and a low number of allowed ↵ | Thomas Lenz | 1 | -9/+8 | |
database connections | |||||
2016-02-08 | fix possible NullPointerException if pendingRequest is not found any more | Thomas Lenz | 1 | -0/+6 | |
2016-02-04 | fix XXE DDoS problem in MOA-SPSS | Thomas Lenz | 1 | -0/+4 | |
2016-02-02 | add missing log message in PVP authentication-protocol preprocessing | Thomas Lenz | 1 | -0/+2 | |
2016-01-28 | add missing auth. protocol status-codes | Thomas Lenz | 1 | -0/+4 | |
2016-01-28 | fix missing import in STORK authentication modul | Thomas Lenz | 1 | -16/+2 | |
2016-01-28 | add dependency to SAML1 authentication modul | Thomas Lenz | 1 | -0/+6 | |
2016-01-28 | fix maven dependency build problem | Thomas Lenz | 2 | -2/+8 | |
2016-01-28 | fix merge problem eIDAS Metadata servlet | Thomas Lenz | 1 | -3/+3 | |
2016-01-27 | Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB) | Thomas Lenz | 7 | -18/+61 | |
Conflicts: id/server/idserverlib/pom.xml id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/AuthenticationRequest.java id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/EidasMetaDataRequest.java id/server/modules/moa-id-modules-saml1/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java | |||||
2016-01-27 | Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB) | Thomas Lenz | 6 | -15/+14 | |
2016-01-27 | fix unresolved dependency in SAML1 authentication module | Thomas Lenz | 3 | -6/+10 | |
2016-01-27 | fix unresolved dependency | Thomas Lenz | 2 | -4/+4 | |
2016-01-27 | remove STORK document-service | Thomas Lenz | 1 | -2/+2 | |