aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-23and new EU TSL signing certificatesThomas Lenz2-0/+83
2015-03-13fixed date format issue with fakeIdL creationFlorian Reimair2-1/+3
2015-03-13added fakeidl no-signature option configFlorian Reimair2-2/+16
2015-03-13STORK PEPS-conform loggingFlorian Reimair3-0/+64
2015-03-12getting rid of log4j in logger classFlorian Reimair3-74/+56
2015-03-10save some ram with loggerFlorian Reimair1-13/+39
2015-03-05update demo-OAThomas Lenz1-5/+5
2015-02-26change version to new SnapshotThomas Lenz1-5/+5
2015-02-26change Version to 2.2.0MOA-ID-2.2.0Thomas Lenz2-8/+8
2015-02-26update readme and historyThomas Lenz3-1/+396
2015-02-26update default configThomas Lenz1-0/+30
2015-02-26update history and release nodesThomas Lenz2-1/+411
2015-02-26update third party librariesThomas Lenz1-4/+20
2015-02-26update STORKSAMLEngine default configurationThomas Lenz1-3/+3
2015-02-26Add certificate A-Trust-Test-Root-05-20141215-20241209.SerNo165fae.crtThomas Lenz2-0/+68
2015-02-26Fix errorhandling in STORK 2 PepsConnectorTaskThomas Lenz1-1/+11
2015-02-24Add key/value configuration entity.Thomas Knall1-0/+95
2015-02-23Improve Process Engine signal servlet (MOAID-73)Thomas Knall10-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-20update outdated libraryThomas Lenz1-0/+10
2015-02-20some minor fixesThomas Lenz6-5/+46
2015-02-20add names to worker threadsThomas Lenz2-2/+2
2015-02-20fix possible problem with different bouncycastle versionsThomas Lenz3-1/+15
2015-02-19modify PVP attribute builder for MANDATE_PROF_REP_DESCThomas Lenz1-23/+22
2015-02-19fix some possible problemsThomas Lenz3-25/+31
2015-02-19manuell merge: PEPSConnecterServlet --> PepsConnectorTaskThomas Lenz2-52/+217
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz396-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-18Merge remote-tracking branch 'remotes/origin/moa-2.1-Snapshot' into ↵Thomas Lenz5-18/+64
during_authsource_refactoring
2015-02-18update PVP attribute builder --> use mandate annotation as ↵Thomas Lenz2-12/+36
MANDATOR-PROF-REP-DESCRIPTION
2015-02-12removed transient modifier (NullPointerException)Alexander Marsalek3-6/+6
2015-02-12load DTL URL from config, more debug output, fixed marshall problemAlexander Marsalek2-12/+58
2015-02-06Code cleanupThomas Knall15-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-06Enable process engine testsThomas Knall1-31/+0
- Remove text exclusions. - Remove test-ng dependency (for junit compatibility reasons).
2015-02-06adjust process engine tests to process instance persistenceChristian Wagner5-44/+119
2015-02-05Replace umlauts in html module documentationThomas Knall1-52/+52
2015-02-05Add notes to module documentation.Thomas Knall1-1/+30
2015-02-05Add documentation for modules (MOAID-47)Thomas Knall3-0/+405
2015-02-05Perform some cleanup tasksThomas Knall6-17/+6
- Rename AbstractSpringWebSupportedTask to MoaIdTask. - Remove some unnecessary code.
2015-02-05Fix wrong module sorting order.Thomas Knall1-1/+1
2015-02-04Create exemplary AuthServlet module (MOAID-68)Thomas Knall10-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-04Add logging for automatic servlet registration.Thomas Knall2-5/+23
2015-02-04Add comment to ProcessInstanceStore primary key fieldThomas Knall1-0/+9
2015-02-04Persistence issue fixed (MOAID-62)Thomas Knall4-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-04Create separate module STORK (MOAID-67)Thomas Knall32-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-03serialize ExecutionContext data in a single database fieldChristian Wagner1-7/+6
2015-02-02Fix persistence.Thomas Knall2-8/+15
2015-02-02fix process instance persistenceChristian Wagner2-14/+15
2015-01-30Exclude non-working tests.Thomas Knall1-9/+26
- exclude at/gv/egovernment/moa/id/process/spring/test/SpringExpressionAwareProcessEngineTest - exclude at/gv/egovernment/moa/id/process/test/ProcessEngineTest
2015-01-30Merge branch 'MOAID-62'Thomas Knall10-176/+181
Conflicts: id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml
2015-01-30add persistence to process-engineChristian Wagner10-180/+176
additionally remove unnecessary method in the DAO
2015-01-30Merge branch 'MOAID-62'Thomas Knall3-34/+99