Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-24 | remove MOA-ID specific certStore directory. | Thomas Lenz | 1 | -6/+1 | |
From now, MOA-ID always use the MOA-SPSS certStore directory for chain building | |||||
2016-10-21 | update first parts in readme, handbook, and default configuration | Thomas Lenz | 2 | -34/+96 | |
2016-08-12 | fix a lot of problems which occur with new eIDAS SAML Engine v1.1.0 | Thomas Lenz | 1 | -1/+5 | |
2016-06-07 | update handbook | Thomas Lenz | 1 | -1/+1 | |
2016-04-11 | BKU selection template - hide useMandate checkbox if mandates are not in use | Thomas Lenz | 1 | -1/+1 | |
2016-04-08 | fix typo in default BKU-Selection template | Thomas Lenz | 1 | -2/+2 | |
2016-04-07 | small default-config and handbook updates for final version 3.1.0 | Thomas Lenz | 2 | -1425/+30 | |
2016-04-05 | make some minor handbook updates | Thomas Lenz | 3 | -4/+5 | |
2016-03-31 | add errorcodes to eIDAS module functionality | Thomas Lenz | 1 | -0/+46 | |
2016-03-24 | update ELGA Mandate-Service client modul | Thomas Lenz | 1 | -125/+125 | |
2016-03-22 | add revisionslog info's to eIDAS and SLO methods | Thomas Lenz | 1 | -0/+45 | |
2016-03-21 | add missing error codes | Thomas Lenz | 1 | -0/+4 | |
2016-03-21 | fix some problems with logging and error codes | Thomas Lenz | 1 | -0/+8 | |
2016-03-14 | update statuscodes and revisionslog codes | Thomas Lenz | 2 | -5/+65 | |
2016-02-19 | refactor Single Sign-On authentication consents evaluator to get executed by ↵ | Thomas Lenz | 1 | -0/+4 | |
processEngine | |||||
2016-01-21 | change min-height in BKU-selection template | Thomas Lenz | 1 | -1/+1 | |
2016-01-21 | update default BKU-selection template | Thomas Lenz | 1 | -3/+3 | |
2016-01-19 | update default templates for BKU-Selection, sendAssertion, and Single LogOut | Thomas Lenz | 2 | -13/+20 | |
2016-01-19 | update handbook and MOA-ID-Auth mainpage | Thomas Lenz | 2 | -3/+5 | |
2016-01-18 | update Handbook | Thomas Lenz | 1 | -2/+10 | |
2015-09-15 | - update handbook and release information | Thomas Lenz | 1 | -1/+15 | |
- change version to 3.0.2 | |||||
2015-08-27 | update handbook | Thomas Lenz | 1 | -4/+28 | |
2015-08-17 | update handbook mainpage to 3.0.1 | Thomas Lenz | 1 | -1/+1 | |
2015-08-14 | use old ConfigTool | Thomas Lenz | 3 | -131/+190 | |
2015-07-24 | update first parts of MOA-ID 3.x handbook | Thomas Lenz | 2 | -244/+291 | |
2015-07-20 | add new configuration files and update version numbers | Thomas Lenz | 1 | -1/+1 | |
2015-04-20 | update handbookMOA-ID-2.2.1 | Thomas Lenz | 1 | -3/+3 | |
2015-04-17 | update version to 2.2.1 | Thomas Lenz | 1 | -1/+1 | |
2015-04-16 | update handbook and history | Thomas Lenz | 1 | -0/+6 | |
add readme_2.2.1.txt | |||||
2015-02-23 | Improve Process Engine signal servlet (MOAID-73) | Thomas Knall | 1 | -0/+9 | |
- Update Process Engine signal servlet in order to allow module to provider their own strategy for providing the moa session id. - Update moa id handbook. - Update javadoc. | |||||
2015-02-18 | Merge branch 'datentechnik_modularization' into moa-id-2.2-merge | Thomas Lenz | 5 | -2/+436 | |
Conflicts: 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/moduls/AuthenticationManager.java id/server/stork2-commons/pom.xml id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/.svn/entries id/server/stork2-commons/src/main/resources/.svn/entries id/server/stork2-saml-engine/pom.xml pom.xml | |||||
2015-02-06 | Code cleanup | Thomas Knall | 1 | -2/+2 | |
- Set moa-id version to 2.2.0-SNAPSHOT. - Fix Javadoc syntax issues in newly added classes. - Add warning log when executing deprecated auth sources. | |||||
2015-02-05 | Replace umlauts in html module documentation | Thomas Knall | 1 | -52/+52 | |
2015-02-05 | Add notes to module documentation. | Thomas Knall | 1 | -1/+30 | |
2015-02-05 | Add documentation for modules (MOAID-47) | Thomas Knall | 3 | -0/+405 | |
2015-01-30 | update handbook and default configuration | Thomas Lenz | 1 | -0/+7 | |
2015-01-23 | update handbook und default configuration | Thomas Lenz | 1 | -0/+32 | |
2015-01-22 | Add mandate process support (MOAID-60). | Thomas Knall | 2 | -2/+2 | |
- Refactor moa-id auth web.xml -- Group the servlets with their corresponding mappings. -- Replace servlets for mappings "/GetMISSessionID", "/VerifyAuthBlock", "/VerifyCertificate" and "/VerifyIdentityLink". -- Remove disabled declarations. - Replace link http://jigsaw.w3.org/css-validator/images/vcss-blue with https://... within the internal templates (loginFormFull.html, sendAssertionFormFull.html, ...). - Set classes deprecated: GetMISSessionIDServlet, VerifyCertificateServlet - ProcessEngineSignalServlet: make GET delegate to PUT - Replace some "implements MOAIDAuthConstants" with "import static MOAIDAuthConstants.*". - Add detailed Javadoc to *Task.java. - Update DefaultAuthentication.process.xml for mandate - Add GetMISSessionIDTask and VerifyCertificateTask. - Add adapter class for iaik.IAIKRuntimeException in order to satisfy some library's bogus dependendies. | |||||
2015-01-16 | modified moa-id auth start page | Christian Maierhofer | 1 | -0/+0 | |
2015-01-16 | changed font location to https | Christian Maierhofer | 8 | -8/+8 | |
2015-01-16 | added google font | Christian Maierhofer | 1 | -1/+1 | |
2015-01-16 | modified handbook | Christian Maierhofer | 9 | -29/+66 | |
2015-01-07 | new format(css) for the handbook | Christian Maierhofer | 10 | -1238/+1098 | |
2014-11-03 | add check if requested STORK-QAA level matches auth QAA level | Thomas Lenz | 1 | -0/+4 | |
2014-10-31 | add SZR Client configuration to handbook and default config | Thomas Lenz | 1 | -0/+124 | |
2014-10-30 | change version in handbook and mainpage | Thomas Lenz | 1 | -1/+1 | |
2014-10-29 | update handbook | Thomas Lenz | 2 | -1/+89 | |
2014-10-24 | update handbook | Thomas Lenz | 2 | -20/+0 | |
2014-10-24 | add new classes for Role management | Thomas Lenz | 2 | -0/+20 | |
2014-09-12 | update version mainpage and handbook | Thomas Lenz | 1 | -1/+1 | |