Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-31 | switch to next snapshot versiondevelopment_preview | Thomas Lenz | 1 | -1/+1 | |
2020-08-31 | switch to next release version4.1.3 | Thomas Lenz | 1 | -1/+1 | |
2020-07-07 | switch to next snapshot version | Thomas Lenz | 1 | -1/+1 | |
2020-07-07 | switch to next release version | Thomas Lenz | 1 | -1/+1 | |
2020-04-06 | switch to next snapshot version | Thomas Lenz | 1 | -1/+1 | |
2020-02-19 | switch to version 4.1.1MOA-ID-4.1.1 | Thomas Lenz | 1 | -1/+1 | |
2020-02-19 | separate between E-ID Proxy-Mode and Demo-Mode | Thomas Lenz | 1 | -1/+5 | |
2019-12-11 | change version to 4.1.0 | Thomas Lenz | 1 | -1/+1 | |
2019-08-05 | change version structure of project | Thomas Lenz | 1 | -1/+1 | |
2019-06-05 | flag session as setUseMandate if mandate attributes are received from E-ID | Thomas Lenz | 1 | -0/+65 | |
2019-05-29 | refactoring from MOA-ID 3.4.x to MOA E-ID Proxy 4.0.x | Thomas Lenz | 1 | -0/+40 | |
2019-05-24 | untested switch to EAAF-components 1.0.7 | Thomas Lenz | 2 | -4/+4 | |
2019-03-05 | fix attribute escaping problem in IdentityLinkAssertionParser and move the ↵ | Thomas Lenz | 1 | -1/+2 | |
escaping into SL1.0 AuthBlock builder and validator this fix can be deactivated by property: 'configuration.bugfix.enable.idl.escaping' to get backward compatibility | |||||
2019-02-19 | add some more attribute functionality for 'Austrian eID' demo-mode | Thomas Lenz | 1 | -19/+75 | |
2019-02-18 | add 'Austrian eID' demo-mode to simulate attribute behavior from 2020 | Thomas Lenz | 1 | -1/+37 | |
2019-02-12 | fix bug in UseStandardTrustStore flag | Thomas Lenz | 1 | -4/+4 | |
remove unnecessary maven dependency | |||||
2018-09-26 | fix bug in auth. protocol deactivation | Thomas Lenz | 1 | -5/+9 | |
2018-07-16 | add countryCode Attribute into SAML1 assertion | Thomas Lenz | 1 | -5/+22 | |
2018-07-13 | some bug fixes | Thomas Lenz | 2 | -5/+5 | |
2018-07-12 | Merge branch 'eIDAS_node_2.0_tests' into huge_refactoring | Thomas Lenz | 1 | -3/+3 | |
# Conflicts: # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/parser/VerifyXMLSignatureResponseParser.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/validator/VerifyXMLSignatureResponseValidator.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameterDecorator.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/data/AuthenticationData.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/protocols/builder/attributes/EncryptedBPKAttributeBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/utils/AssertionAttributeExtractor.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/utils/SAML2Utils.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/metadata/SchemaValidationFilter.java # id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml # id/server/idserverlib/src/test/java/at/gv/egovernment/moa/id/module/test/TestRequestImpl.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/MOAIDAuthConstants.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/api/IOAAuthParameters.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/config/ConfigurationMigrationUtils.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/utils/KeyValueUtils.java # id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/java/at/gv/egovernment/moa/id/auth/modules/bkamobileauthtests/BKAMobileAuthModule.java # id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/java/at/gv/egovernment/moa/id/auth/modules/bkamobileauthtests/tasks/FirstBKAMobileAuthTask.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/sl20/JsonSecurityUtils.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/tasks/CreateQualeIDRequestTask.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/tasks/ReceiveQualeIDTask.java # id/server/modules/module-monitoring/src/main/java/at/gv/egovernment/moa/id/monitoring/IdentityLinkTestModule.java | |||||
2018-06-22 | some more pvp2 updates | Thomas Lenz | 2 | -7/+8 | |
2018-06-20 | refactor PVP2 S-Profile implementation and perform first tests | Thomas Lenz | 5 | -9/+12 | |
2018-06-14 | untested, but without dependency problems | Thomas Lenz | 7 | -102/+92 | |
2018-06-14 | more refactoring staff | Thomas Lenz | 1 | -4/+4 | |
2018-06-07 | some more refactoring stuff | Thomas Lenz | 1 | -5/+6 | |
2018-03-12 | remove some warning in pom structure | Thomas Lenz | 1 | -1/+0 | |
2017-10-18 | some small refactoring in RedirectServlet | Thomas Lenz | 1 | -1/+1 | |
2017-10-13 | enable mandates for eIDAS nodes | Thomas Lenz | 3 | -42/+33 | |
2016-10-25 | fix another problem in session database | Thomas Lenz | 3 | -3/+3 | |
2016-09-30 | refactor http servlet response processing to prohibit 'chunked' transfer ↵ | Thomas Lenz | 1 | -2/+5 | |
encoding | |||||
2016-08-02 | First untested version of refactor eIDAS module, which uses eIDAS SAMLEngine ↵ | Thomas Lenz | 2 | -50/+45 | |
v1.1 from JoinUp | |||||
2016-06-21 | refactor metadataprovider to Spring implementation | Thomas Lenz | 1 | -1/+2 | |
2016-06-07 | Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵ | Thomas Lenz | 1 | -3/+3 | |
eIDAS_node_implementation Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/SingleLogOutAction.java | |||||
2016-06-07 | Merge branch 'moa-id_with_moa-sig_and_eccelerate' into eIDAS_node_implementation | Thomas Lenz | 1 | -0/+7 | |
2016-05-20 | fix problem with some SAML1 clients to request the SAML1 ↵ | Thomas Lenz | 1 | -8/+20 | |
GetAuthenticationData SOAP service | |||||
2016-05-12 | fix typo in SAML1 getAuthenticationData servlet | Thomas Lenz | 1 | -1/+1 | |
2016-05-10 | Update to MOA-SPSS 3.0.0-RC1 | Thomas Lenz | 6 | -24/+32 | |
Merge branch 'moa-id-3.2_(OPB)' into moa-id_with_moa-sig_and_eccelerate Conflicts: id/moa-spss-container/pom.xml pom.xml | |||||
2016-05-09 | fix ContentType typo, which make problems with IE11 in some casesMOA-ID-3.1.1 | Thomas Lenz | 1 | -6/+8 | |
2016-04-21 | Added RedisTransaction storage | Christian Maierhofer | 1 | -3/+3 | |
2016-03-14 | refactor the GUI generation for user interaction | Thomas Lenz | 6 | -18/+24 | |
2016-03-10 | MOA-ID, which use MOA-Sig (includes new IAIK-MOA, with iaik_xect, ↵ | Thomas Lenz | 1 | -0/+7 | |
iaik_eccelerate, and new iaik_PKI module | |||||
2016-03-09 | move moa-common to moa-id-common, because MOA-SPSS becomes a seperate project | Thomas Lenz | 1 | -2/+2 | |
2016-03-08 | finish first beta-version of ELGA mandate-service client-module | Thomas Lenz | 3 | -92/+218 | |
2016-03-02 | temporarily commit to save state | Thomas Lenz | 1 | -2/+0 | |
2016-02-25 | generate CSS und JS for GUI dynamically. | Thomas Lenz | 1 | -1/+1 | |
Now all html templates must not include it's on CSS and JS as inline code | |||||
2016-02-25 | solve problems with LogOut and Single LogOut | Thomas Lenz | 1 | -1/+1 | |
2016-02-22 | fix some refactoring problems | Thomas Lenz | 1 | -4/+6 | |
2016-02-22 | refactor PVP implementation to share code with PVP Service-Provider moduls | Thomas Lenz | 2 | -18/+9 | |
2016-02-19 | set SAML1 protocol implementation to deprecated | Thomas Lenz | 1 | -0/+8 | |
2016-02-18 | remove AXIS1 implemented WebService for SAML1 --> now a simple Spring ↵ | Thomas Lenz | 7 | -127/+935 | |
controller is used as WebService endpoint |