Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-07 | add configuration property to deactivate PVP metadata schema validation | Thomas Lenz | 3 | -1/+17 | |
2015-03-23 | and new EU TSL signing certificates | Thomas Lenz | 2 | -0/+83 | |
2015-03-13 | fixed date format issue with fakeIdL creation | Florian Reimair | 2 | -1/+3 | |
2015-03-13 | added fakeidl no-signature option config | Florian Reimair | 2 | -2/+16 | |
2015-03-13 | STORK PEPS-conform logging | Florian Reimair | 3 | -0/+64 | |
2015-03-12 | getting rid of log4j in logger class | Florian Reimair | 3 | -74/+56 | |
2015-03-10 | save some ram with logger | Florian Reimair | 1 | -13/+39 | |
2015-03-05 | update demo-OA | Thomas Lenz | 1 | -5/+5 | |
2015-02-26 | change version to new Snapshot | Thomas Lenz | 1 | -5/+5 | |
2015-02-26 | change Version to 2.2.0MOA-ID-2.2.0 | Thomas Lenz | 2 | -8/+8 | |
2015-02-26 | update readme and history | Thomas Lenz | 3 | -1/+396 | |
2015-02-26 | update default config | Thomas Lenz | 1 | -0/+30 | |
2015-02-26 | update history and release nodes | Thomas Lenz | 2 | -1/+411 | |
2015-02-26 | update third party libraries | Thomas Lenz | 1 | -4/+20 | |
2015-02-26 | update STORKSAMLEngine default configuration | Thomas Lenz | 1 | -3/+3 | |
2015-02-26 | Add certificate A-Trust-Test-Root-05-20141215-20241209.SerNo165fae.crt | Thomas Lenz | 2 | -0/+68 | |
2015-02-26 | Fix errorhandling in STORK 2 PepsConnectorTask | Thomas Lenz | 1 | -1/+11 | |
2015-02-24 | Add key/value configuration entity. | Thomas Knall | 1 | -0/+95 | |
2015-02-23 | Improve Process Engine signal servlet (MOAID-73) | Thomas Knall | 10 | -64/+204 | |
- 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-20 | update outdated library | Thomas Lenz | 1 | -0/+10 | |
2015-02-20 | some minor fixes | Thomas Lenz | 6 | -5/+46 | |
2015-02-20 | add names to worker threads | Thomas Lenz | 2 | -2/+2 | |
2015-02-20 | fix possible problem with different bouncycastle versions | Thomas Lenz | 3 | -1/+15 | |
2015-02-19 | modify PVP attribute builder for MANDATE_PROF_REP_DESC | Thomas Lenz | 1 | -23/+22 | |
2015-02-19 | fix some possible problems | Thomas Lenz | 3 | -25/+31 | |
2015-02-19 | manuell merge: PEPSConnecterServlet --> PepsConnectorTask | Thomas Lenz | 2 | -52/+217 | |
2015-02-18 | Merge branch 'datentechnik_modularization' into moa-id-2.2-merge | Thomas Lenz | 396 | -33841/+9346 | |
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-18 | Merge remote-tracking branch 'remotes/origin/moa-2.1-Snapshot' into ↵ | Thomas Lenz | 5 | -18/+64 | |
during_authsource_refactoring | |||||
2015-02-18 | update PVP attribute builder --> use mandate annotation as ↵ | Thomas Lenz | 2 | -12/+36 | |
MANDATOR-PROF-REP-DESCRIPTION | |||||
2015-02-12 | removed transient modifier (NullPointerException) | Alexander Marsalek | 3 | -6/+6 | |
2015-02-12 | load DTL URL from config, more debug output, fixed marshall problem | Alexander Marsalek | 2 | -12/+58 | |
2015-02-06 | Code cleanup | Thomas Knall | 15 | -30/+51 | |
- 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-06 | Enable process engine tests | Thomas Knall | 1 | -31/+0 | |
- Remove text exclusions. - Remove test-ng dependency (for junit compatibility reasons). | |||||
2015-02-06 | adjust process engine tests to process instance persistence | Christian Wagner | 5 | -44/+119 | |
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-02-05 | Perform some cleanup tasks | Thomas Knall | 6 | -17/+6 | |
- Rename AbstractSpringWebSupportedTask to MoaIdTask. - Remove some unnecessary code. | |||||
2015-02-05 | Fix wrong module sorting order. | Thomas Knall | 1 | -1/+1 | |
2015-02-04 | Create exemplary AuthServlet module (MOAID-68) | Thomas Knall | 10 | -2/+47 | |
- 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 | 2 | -5/+23 | |
2015-02-04 | Add comment to ProcessInstanceStore primary key field | Thomas Knall | 1 | -0/+9 | |
2015-02-04 | Persistence issue fixed (MOAID-62) | Thomas Knall | 4 | -16/+7 | |
- ProcessInstanceStore: Removed primary key column "id", set processInstanceId as new primary key column. - Renamed "save"-methods that actually save-or-update to "saveOrUpdate...". | |||||
2015-02-04 | Create separate module STORK (MOAID-67) | Thomas Knall | 32 | -30/+120 | |
- 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-02-03 | serialize ExecutionContext data in a single database field | Christian Wagner | 1 | -7/+6 | |
2015-02-02 | Fix persistence. | Thomas Knall | 2 | -8/+15 | |
2015-02-02 | fix process instance persistence | Christian Wagner | 2 | -14/+15 | |
2015-01-30 | Exclude non-working tests. | Thomas Knall | 1 | -9/+26 | |
- exclude at/gv/egovernment/moa/id/process/spring/test/SpringExpressionAwareProcessEngineTest - exclude at/gv/egovernment/moa/id/process/test/ProcessEngineTest | |||||
2015-01-30 | Merge branch 'MOAID-62' | Thomas Knall | 10 | -176/+181 | |
Conflicts: id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml | |||||
2015-01-30 | add persistence to process-engine | Christian Wagner | 10 | -180/+176 | |
additionally remove unnecessary method in the DAO |