aboutsummaryrefslogtreecommitdiff
path: root/id
AgeCommit message (Collapse)AuthorFilesLines
2015-04-17update version to 2.2.1Thomas Lenz1-1/+1
2015-04-16update handbook and historyThomas Lenz3-0/+477
add readme_2.2.1.txt
2015-04-16update pomThomas Lenz1-4/+0
2015-04-16update library versionsThomas Lenz6-19/+15
2015-04-16Merge remote-tracking branch 'remotes/origin/2.2.x-STORK-Snapshot' into ↵Thomas Lenz2-1/+4
2.2.x-Snapshot
2015-04-16update TrustStore and CertStore with A-Trust-Test-xxx-05 certificatesThomas Lenz3-0/+108
2015-04-14respect multi-part stork responsesFlorian Reimair2-14/+27
2015-04-14update error handling in PVP metadata verification filter implemetationsThomas Lenz9-23/+155
2015-04-14fix problem with Authenticated sessionsThomas Lenz1-13/+13
2015-04-14fix possible NullPointerException if no OA is foundThomas Lenz1-4/+8
2015-04-09Merge branch '2.2.x-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss ↵Thomas Lenz1-0/+7
into 2.2.x-Snapshot
2015-04-09fix wrong PVP attribute friendly namesThomas Lenz1-2/+2
2015-04-07add configuration property to deactivate PVP metadata schema validationThomas Lenz3-1/+17
2015-03-24escaped attribute values for saml1 responsesFlorian Reimair1-0/+7
2015-03-17Added mapping AT => Other Countries, request from Thomas K.Alexander Marsalek1-0/+2
> · „Other Countries“ (dabei handelt es sich um den > Österreichischen Fall, bei dem MOCCA die Signatur mit ausländischen > Karten durchführt)
2015-03-17Merge branch 'merge' into 2.2.x-STORK-SnapshotAlexander Marsalek6-30/+109
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 Reimair1-27/+26
2015-03-05null safe assignmentAlexander Marsalek1-1/+2
2015-03-05update demo-OAThomas Lenz1-5/+5
2015-02-26change Version to 2.2.0MOA-ID-2.2.0Thomas Lenz1-1/+1
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 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 Lenz2-1/+9
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 Lenz381-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-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 Knall14-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-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.