Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 2 | -1/+9 | |
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 | 381 | -33776/+9213 | |
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 | 14 | -28/+48 | |
- 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 | 9 | -2/+42 | |
- 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 | 31 | -29/+114 | |
- 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 | |||||
2015-01-30 | Merge branch 'MOAID-62' | Thomas Knall | 3 | -34/+99 | |
2015-01-30 | Fix applicationContext.xml and STORKAuthentication.process.xml | Thomas Knall | 2 | -4/+4 | |
2015-01-30 | Merge remote-tracking branch 'remotes/origin/MOAID-62' | Thomas Knall | 84 | -133/+4303 | |
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 | update handbook and default configuration | Thomas Lenz | 2 | -0/+8 | |
2015-01-30 | Merge STORK DocumentService fix | Thomas Lenz | 2 | -7/+26 | |
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfigurationProvider.java | |||||
2015-01-30 | small DAO code review from Thomas | Gerwin Gsenger | 1 | -23/+27 | |
2015-01-30 | implement DAO methods, add exeptions to ProcessInstanceStoreDAO interface | Gerwin Gsenger | 3 | -34/+95 | |
2015-01-30 | Add dynamic servlet registration for STORK processes. | Thomas Knall | 3 | -1/+41 | |
- 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 | 7 | -16/+49 | |
- 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 | 3 | -6/+5 | |
- Remove ProcessDefinitionFactoryBean from applicationContext.xml. - Minor code cleanup. | |||||
2015-01-29 | add new methods to the dao interface, enhance db entity | Gerwin Gsenger | 3 | -27/+105 | |
2015-01-29 | PEPSConnectorServlet: load document service url from moa properties instead ↵ | Alexander Marsalek | 2 | -7/+24 | |
of included included resource file | |||||
2015-01-29 | merge bugfixes | Thomas Lenz | 2 | -35/+117 | |
2015-01-29 | add inital (empty) implementation of the ProcessInstanceStoreDAO | Gerwin Gsenger | 3 | -1/+63 | |
2015-01-29 | added qaa check | Alexander Marsalek | 1 | -16/+65 | |
2015-01-29 | integrate process engine from project 'dti-process-engine' | Christian Wagner | 22 | -63/+84 | |
- fix unit tests - correct namespaces - refactor package name | |||||
2015-01-29 | changes to get SI working, | Alexander Marsalek | 2 | -19/+52 | |
DocumentService: SI returns 500 instead of html page for GET requests => Nullpointerexception when LightweightSourceResolver tries to load the document SZRG: fiscalNumber was missing | |||||
2015-01-29 | Integrate processes with module discovery. | Thomas Knall | 30 | -78/+113 | |
- 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 | integrate process engine from project 'dti-process-engine' | Gerwin Gsenger | 63 | -100/+1303 | |
2015-01-29 | Merge branch 'MOAID-37' | Thomas Knall | 24 | -91/+1677 | |
2015-01-29 | Fix javadoc issues. | Thomas Knall | 10 | -22/+22 | |