Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-20 | switch to next release-candidate version | Thomas Lenz | 1 | -1/+1 | |
2021-12-20 | switch from log4j to logback | Thomas Lenz | 2 | -2/+32 | |
2021-12-15 | switch to next snapshot version | Thomas Lenz | 1 | -1/+1 | |
2021-12-15 | switch to next release version4.1.7 | Thomas Lenz | 1 | -1/+1 | |
2021-12-14 | switch to next snapshot version | Thomas Lenz | 1 | -1/+1 | |
2021-12-14 | switch to next release version4.1.6 | Thomas Lenz | 1 | -1/+1 | |
2021-12-14 | fix possible problem with IAIK provider | Thomas Lenz | 1 | -2/+2 | |
2021-12-13 | switch to next release-canditate | Thomas Lenz | 1 | -1/+1 | |
2021-12-13 | update third-party libs and resolve API issues | Thomas Lenz | 7 | -1186/+1183 | |
2021-04-22 | add new assembly process | Thomas Lenz | 1 | -1/+1 | |
2021-03-15 | update demo-SP for IDA testing | Thomas Lenz | 2 | -20/+38 | |
2020-12-10 | switch to next snapshot version | Thomas Lenz | 1 | -1/+1 | |
2020-12-09 | switch to correct release version | Thomas Lenz | 1 | -1/+1 | |
2020-12-09 | switch to next release version | Thomas Lenz | 1 | -1/+1 | |
2020-12-09 | add repositority infos | Thomas Lenz | 1 | -13/+0 | |
2020-12-07 | add eIDAS MS Proxy-Service simulator into demo OA | Thomas Lenz | 2 | -1/+77 | |
2020-09-24 | switch to next snapshot version | Thomas Lenz | 1 | -1/+1 | |
2020-09-24 | switch to next release version | Thomas Lenz | 1 | -1/+1 | |
2020-09-18 | switch to release-candidate version | Thomas Lenz | 1 | -1/+1 | |
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 | |
2019-12-11 | change version to 4.1.0 | Thomas Lenz | 1 | -1/+1 | |
2019-09-09 | read requested LoA from configuration | Thomas Lenz | 2 | -2/+15 | |
2019-08-05 | update paths to maven repos | Thomas Lenz | 1 | -2/+2 | |
2019-08-05 | change version structure of project | Thomas Lenz | 1 | -1/+14 | |
2019-05-24 | update Demo-OA to illustrate SAML2 SubjectNameId | Thomas Lenz | 6 | -24/+76 | |
2018-06-22 | some more pvp2 updates | Thomas Lenz | 2 | -2/+2 | |
2017-09-08 | add additional log messages into demoOA | Thomas Lenz | 1 | -1/+6 | |
2017-09-06 | add static variable and update demo OA | Thomas Lenz | 5 | -145/+219 | |
2016-10-24 | update demo-OA | Thomas Lenz | 1 | -2/+14 | |
2016-10-21 | update MOA-ID-OA demo application | Thomas Lenz | 6 | -42/+19 | |
2016-06-21 | refactor metadataprovider to Spring implementation | Thomas Lenz | 1 | -1/+3 | |
2016-04-21 | Added RedisTransaction storage | Christian Maierhofer | 1 | -5/+5 | |
2016-03-22 | update third party libs | Thomas Lenz | 1 | -3/+3 | |
2016-03-21 | fix problem in demo-OA | Thomas Lenz | 1 | -4/+3 | |
2016-03-09 | remove MOA-SPSS from buildpath and add MOA-SPSS container-modul | Thomas Lenz | 3 | -35/+30 | |
2016-03-09 | move moa-common to moa-id-common, because MOA-SPSS becomes a seperate project | Thomas Lenz | 1 | -2/+2 | |
2016-01-15 | Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshot | Thomas Lenz | 1 | -19/+43 | |
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 | remove mandatory flag from some requested PVP attributes | Thomas Lenz | 1 | -2/+2 | |
2015-08-26 | Allow multiple alias domains | Thomas Lenz | 1 | -19/+43 | |
- Every alias domain is a own EntityID which is the configured PublicURLPrefix | |||||
2015-07-21 | update maven pom to 3.x | Thomas Lenz | 1 | -1/+1 | |
2015-04-16 | update library versions | Thomas Lenz | 1 | -2/+0 | |
2015-03-05 | update demo-OA | Thomas Lenz | 1 | -5/+5 | |
2015-01-21 | Add "DefaultAuthentication" process (AT, no mandates, no stork) (MOAID-59). | Thomas Knall | 1 | -3/+1 | |
- Fix oa web.xml, switch to servlet 3.0. - moa-id-auth web.xml -- Add CharacterEncodingFilter for UTF-8 encoding. -- Add ProcessEngineSignalServlet. - Fix invalid template_*.html. - Add TODO[branch] annotations in order to indicates potential process flow branches. - Add some missing Javadoc. - Add property processInstandId to AuthenticationSession. - Add process engine support. - Fix HttpServlet init issues. - Set VerifyAuthenticationBlockServlet and VerifyIdentityLinkServlet deprecated. | |||||
2014-11-25 | Fix build. | Thomas Knall | 1 | -2/+2 | |
- Remove svn metadata. - Fix local repository (inappropriate xalan-bin-dist dependency file names and copy-past error in dependency pom). - Switch jdk 1.5/1.6 to 1.7. - Exclude non working tests. | |||||
2014-10-31 | exclude log4j-over-slf4j | Thomas Lenz | 1 | -0/+12 | |