Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-09 | split moa-id-auth in a final- and an edjucation- version | Thomas Lenz | 9 | -876/+0 | |
2016-03-09 | move basic applicationContext.xml to SpringInitialization modul | Thomas Lenz | 1 | -31/+0 | |
2016-03-09 | fix some problems in ELGA-mandate module | Thomas Lenz | 1 | -0/+0 | |
2016-03-09 | move main frontend GUI to seperate package | Thomas Lenz | 29 | -993/+19 | |
2016-03-08 | finish first beta-version of ELGA mandate-service client-module | Thomas Lenz | 1 | -2/+9 | |
2016-03-01 | Merge commit 'e9d885d2dbcfa2234bfa3b1db701c3956278624d' into moa-id-3.2_(OPB) | Thomas Lenz | 2 | -0/+6 | |
Conflicts: id/server/modules/pom.xml | |||||
2016-02-26 | Add initial version of ELGA mandate-service authentication-module | Thomas Lenz | 1 | -0/+5 | |
2016-02-24 | Update SSO-transer authentication modul to MOA_ID 3.2.x | Thomas Lenz | 2 | -0/+6 | |
2016-02-24 | move bean definitions | Thomas Lenz | 1 | -14/+0 | |
2016-02-22 | refactor PVP implementation to share code with PVP Service-Provider moduls | Thomas Lenz | 1 | -0/+5 | |
2016-02-19 | remove unused code and files | Thomas Lenz | 3 | -325/+0 | |
2016-02-18 | remove AXIS1 implemented WebService for SAML1 --> now a simple Spring ↵ | Thomas Lenz | 3 | -44/+10 | |
controller is used as WebService endpoint | |||||
2016-02-18 | add WebFrontEnd security interceptor | Thomas Lenz | 1 | -1/+2 | |
2016-02-17 | refactor JUnit tests | Thomas Lenz | 1 | -12/+5 | |
2016-02-15 | First untested part: Refactor authentication modules and process management ↵ | Thomas Lenz | 1 | -2/+5 | |
to Spring | |||||
2016-02-10 | refactor LogOutServlet to Spring WebMVC implementation | Thomas Lenz | 1 | -0/+4 | |
2016-02-10 | switch to Spring based application initializer | Thomas Lenz | 2 | -20/+32 | |
2016-01-22 | refactor eIDAS-node metadata generation | Thomas Lenz | 1 | -0/+6 | |
2016-01-22 | Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB) | Thomas Lenz | 2 | -5/+17 | |
Conflicts: id/server/idserverlib/pom.xml id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthInitializer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfiguration.java id/server/modules/module-stork/src/main/java/at/gv/egovernment/moa/id/auth/modules/stork/tasks/CreateStorkAuthRequestFormTask.java | |||||
2016-01-21 | fix MOA-ID assemply problem with endorsed libs | Thomas Lenz | 1 | -0/+6 | |
2016-01-19 | update handbook and MOA-ID-Auth mainpage | Thomas Lenz | 1 | -1/+1 | |
2016-01-13 | moa learned how to receive eidas node requests | Florian Reimair | 1 | -0/+4 | |
2016-01-12 | remove STORK authentication module from build process | Thomas Lenz | 1 | -2/+2 | |
2015-12-18 | fix broken STORK depentencies | Thomas Lenz | 1 | -2/+2 | |
2015-12-16 | add empty eIDAS module | Thomas Lenz | 1 | -4/+12 | |
2015-09-16 | update pom to remove xml-parser from application packages | Thomas Lenz | 1 | -1/+0 | |
2015-09-14 | move citizen-card authentication and validation (Security-layer ↵ | Thomas Lenz | 1 | -0/+5 | |
communication) to discrete module | |||||
2015-09-11 | move authentication protocol implementation to separate modules. | Thomas Lenz | 1 | -0/+11 | |
authentication protocol modules are loaded by SPI now. | |||||
2015-08-18 | add image for default BKU selection templateMOA-ID-3.0.1 | Thomas Lenz | 1 | -0/+0 | |
2015-07-21 | update maven pom to 3.x | Thomas Lenz | 1 | -1/+1 | |
2015-07-20 | add new configuration files and update version numbers | Thomas Lenz | 1 | -4/+4 | |
2015-05-05 | moved consent request before attributes are being collected | Florian Reimair | 1 | -1/+1 | |
2015-02-26 | change Version to 2.2.0MOA-ID-2.2.0 | Thomas Lenz | 1 | -1/+1 | |
2015-02-18 | Merge branch 'datentechnik_modularization' into moa-id-2.2-merge | Thomas Lenz | 6 | -217/+188 | |
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-05 | Perform some cleanup tasks | Thomas Knall | 1 | -1/+1 | |
- Rename AbstractSpringWebSupportedTask to MoaIdTask. - Remove some unnecessary code. | |||||
2015-02-04 | Create exemplary AuthServlet module (MOAID-68) | Thomas Knall | 2 | -0/+11 | |
- Create new module moa-id-module-monitoring. - Move MonitoringServlet, DatabaseTestModule, IdentityLinkTestModule, TestManager and TestModuleInterface to new module. - Update pom.xml, adding new module dependency. - Update web.xml, disabling static servlet registration. - Add @WebServlet servlet registration for MonitoringServlet. | |||||
2015-02-04 | Add logging for automatic servlet registration. | Thomas Knall | 1 | -1/+8 | |
2015-02-04 | Create separate module STORK (MOAID-67) | Thomas Knall | 2 | -2/+6 | |
- Add new maven module moa-id-modules and sub module moa-id-module-stork. - Move stork relates processes and task to module moa-id-module-stork. - Move module registration to modules package. | |||||
2015-01-30 | Merge branch 'MOAID-62' | Thomas Knall | 1 | -9/+1 | |
Conflicts: id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml | |||||
2015-01-30 | add persistence to process-engine | Christian Wagner | 1 | -13/+0 | |
additionally remove unnecessary method in the DAO | |||||
2015-01-30 | Fix applicationContext.xml and STORKAuthentication.process.xml | Thomas Knall | 1 | -1/+1 | |
2015-01-30 | Merge remote-tracking branch 'remotes/origin/MOAID-62' | Thomas Knall | 1 | -4/+1 | |
Conflicts: id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/moduleregistration/AuthModuleImpl.java id/server/idserverlib/src/main/resources/META-INF/services/at.gv.egovernment.moa.id.moduls.moduleregistration.AuthModule | |||||
2015-01-30 | Add dynamic servlet registration for STORK processes. | Thomas Knall | 1 | -1/+4 | |
- Add STORKWebApplicationInitializer.java - Adjust web.xml - Move STORK.authmodule.beans.xml to src/main/resources/... | |||||
2015-01-30 | Add Spring based discovery for STORKAuthModule | Thomas Knall | 2 | -1/+5 | |
- Add wildcard import to applicationContext.xml - Add some javadoc to AuthModule interface. - Remove STORKAuthModuleImpl from serviceloader based registration. | |||||
2015-01-29 | Perform some cleanup | Thomas Knall | 2 | -5/+4 | |
- Remove ProcessDefinitionFactoryBean from applicationContext.xml. - Minor code cleanup. | |||||
2015-01-29 | integrate process engine from project 'dti-process-engine' | Christian Wagner | 1 | -1/+1 | |
- fix unit tests - correct namespaces - refactor package name | |||||
2015-01-29 | Integrate processes with module discovery. | Thomas Knall | 1 | -1/+4 | |
- Fix AuthModuleImpl process resource uri. - Create package at.gv.egovernment.moa.id.auth.modules with submodule "internal" and "stork". - Rename AuthModuleImpl to DefaultAuthModuleImpl (placed in at.gv.egovernment.moa.id.auth.modules.internal). - Move stork specific tasks to "...stork.tasks" and internal modules to "...internal.tasks". - Fix bean classes in applicationContext.xml - Move process descriptions to at.gv.egovernment.moa.id.auth.modules.[internal|stork]. - Add STORKAuthModuleImpl. | |||||
2015-01-29 | Merge branch 'MOAID-37' | Thomas Knall | 2 | -23/+3 | |
2015-01-29 | Add STORK process (MOAID-58). | Thomas Knall | 2 | -23/+3 | |
- Add STORKAuthentication.process.xml - Add PepsConnectorTask using code from PEPSConnectorServlet. - Split code from PEPSConnectorWithLocalSigningServlet into PepsConnectorHandleResponseWithoutSignatureTask and PepsConnectorHandleLocalSignResponseTask. - Replace SpringExpressionEvaluator within applicationContext.xml with SpringWebExpressionEvaluator (allowing expressions using request parameter(s)). - Make servlet mappings /PEPSConnectorWithLocalSigning and /PEPSConnector point to the process engine signaling servlet. - Add many FIXMEs marking problematic code. - Move code to start stork authentication from StartAuthenticationBuilder to CreateStorkAuthRequestFormTask. - Mark PEPSConnectorServlet and PEPSConnectorWithLocalSigningServlet deprecated. - Remove @author tknall from classes assembled using existing (bogus) code. | |||||
2015-01-29 | integrate process engine from project 'dti-process-engine' - INCOMPLETE! | Christian Wagner | 1 | -2/+4 | |
- commit neccessary in order to avoid blocking the development process additional small fix due to earlier package renaming |