aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2016-01-15update MOA-ID version 3.1.0-SnapshotThomas Lenz1-8/+14
2015-12-16add empty eIDAS moduleThomas Lenz1-1/+7
2015-11-17change version of moa-id-configuration to 2.0.3-snapshotThomas Lenz1-1/+1
2015-11-17change version of moa-id-configuration to 2.0.2.1MOA-ID-Config-2.0.2.1Thomas Lenz1-1/+1
2015-09-15change version to next snapshot version (3.0.3-snapshot)Thomas Lenz1-5/+5
2015-09-15 - update handbook and release informationThomas Lenz1-6/+6
- change version to 3.0.2
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-1/+7
communication) to discrete module
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-1/+11
authentication protocol modules are loaded by SPI now.
2015-09-02modify maven build process configurationThomas Lenz1-0/+2
2015-08-24change version to next snapshotThomas Lenz1-5/+5
2015-08-17change MOA-ID version to 3.0.1Thomas Lenz1-1/+1
2015-08-17final changes for Release MOA-ID 3.0.0MOA-ID-3.0.0Thomas Lenz1-1/+1
2015-08-14use old ConfigToolThomas Lenz1-7/+7
2015-07-20remove deprecated MOA-ID 2.x configuration DAO functionalityThomas Lenz1-1/+1
2015-07-17Merge branch 'new_key-value_solution' into moa-id-3.0.0-snapshotThomas Lenz1-752/+773
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/modules/internal/tasks/GetMISSessionIDTask.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/auth/servlet/VerifyAuthenticationBlockServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyCertificateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyIdentityLinkServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/OAParameter.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameter.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/entrypoints/DispatcherServlet.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/moduls/SSOManager.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthRequest.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20TokenRequest.java id/server/moa-id-commons/pom.xml id/server/modules/module-stork/src/main/java/at/gv/egovernment/moa/id/auth/modules/stork/tasks/CreateStorkAuthRequestFormTask.java pom.xml
2015-06-19update pomThomas Lenz1-7/+9
2015-06-19New configuration implementation with full key/value functionalityThomas Lenz1-0/+8
2015-06-19Fix spring dependencies.Martin Bonato1-643/+631
2015-06-19Add unit initial unit tests.Martin Bonato1-2/+12
2015-06-19use junit4 only in moa-id-commonsGerwin Gsenger1-1/+1
2015-06-19add missing junit artifact to 'moa-id-commons' and update its version to 4.11Christian Wagner1-1/+1
2015-06-19add initial version of a moaid-configuration test, does not work if old db ↵Gerwin Gsenger1-1/+6
is not initialized
2015-06-19move 'persistence' package from project 'moa-id-DTI' hereChristian Wagner1-0/+16
2015-06-19add Jackson 2.5.0 annotationsChristian Wagner1-0/+6
2015-06-19switch to Jackson Version 2.5.0Gerwin Gsenger1-0/+12
2015-06-16update version to next releaseThomas Lenz1-5/+5
2015-05-18Add first parts for revisionsloggingThomas Lenz1-1/+6
2015-04-22add unique session ID for loggingThomas Lenz1-0/+21
2015-04-20change to new snapshot versionThomas Lenz1-5/+5
2015-04-20Revert "update versions to new snapshot"Thomas Lenz1-5/+5
This reverts commit feb8128c8b2586c42b7b79c438e7bc6dc54e504d.
2015-04-17update versions to new snapshotThomas Lenz1-5/+5
2015-04-16update library versionsThomas Lenz1-12/+77
2015-02-26change version to new SnapshotThomas Lenz1-5/+5
2015-02-26change Version to 2.2.0MOA-ID-2.2.0Thomas Lenz1-7/+7
2015-02-26update third party librariesThomas Lenz1-4/+20
2015-02-20fix possible problem with different bouncycastle versionsThomas Lenz1-0/+6
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz1-12/+100
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-06Code cleanupThomas Knall1-2/+3
- 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-04Create exemplary AuthServlet module (MOAID-68)Thomas Knall1-0/+5
- 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-04Create separate module STORK (MOAID-67)Thomas Knall1-1/+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-19update librariesThomas Lenz1-5/+5
-> joda-time 2.7 -> slf4j 2.7.10 -> struts2 2.3.20 -> commons-codec 1.10 -> hibernate 4.3.8.Final -> mySQL-connector 5.1.34 -> opensaml 2.6.4 -> xmltooling 2.6.4
2015-01-16Add dti-process-engine support.Thomas Knall1-0/+10
2015-01-16add HTTP Proxy support to MIS and SZR-GW webservice request methodsThomas Lenz1-0/+5
2015-01-07Set MOA modules' version to *-SNAPSHOT.Thomas Knall1-8/+26
2014-12-19change MOA-ID version to 2.1.2.2Thomas Lenz1-1/+1
2014-11-25Fix build.Thomas Knall1-3/+52
- 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-11-04change versionThomas Lenz1-2/+2
2014-10-30switch to axis-1.0_IAIK_1.2.jar to solve problems with wsdl resource loaderThomas Lenz1-1/+1
2014-10-29change versionThomas Lenz1-4/+4
2014-10-29Merge branch 'ISA-1.18-action' into moa-2.1-SnapshotThomas Lenz1-5/+5
Conflicts: id/server/idserverlib/pom.xml