aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-08feat(proxy): optimize mandate support by selection mandate-mode based on requ...Thomas2-109/+124
2022-08-05feat(proxy-service): add work-around to support mandates for legal- and natur...Thomas2-3/+81
2022-08-02Merge branch 'nightlybuild' into feature/ms_proxy_serviceThomas22-95/+96
2022-08-02doc: update release date of version 1.3.2Thomas3-2/+9
2022-08-02build: switch to next snapshot versionThomas7-7/+7
2022-08-02build: switch to next release version1.3.2Thomas7-7/+7
2022-08-02test(matching): optimize validation of execution-context parametersThomas1-5/+22
2022-08-01doc: add readme and update historyThomas2-0/+32
2022-08-01doc: add documentation of eIDAS person-matching functionalityThomas1-0/+0
2022-08-01fix(matching): fix wrong parameter in other_matching_method GUI formThomas1-2/+2
2022-08-01fix(eidas): unset flag on execution-context that probibits create-new-ERnP-en...Thomas2-2/+5
2022-07-12refact(szr): only use alreadymatched eID data for SZR communicationThomas4-78/+20
2022-07-11doc(connector): move readme into sub-directoryThomas1-0/+0
2022-07-11fix(logging): update package names of specific logger implementation, because...Thomas1-2/+2
2022-07-07chore(cache): catch a more generic exception in Transaction-Cache health checkThomas1-1/+1
2022-07-05Merge branch 'nightlybuild' into feature/ms_proxy_serviceThomas42-84/+456
2022-07-05doc: add some missing release informationThomas3-1/+12
2022-07-05chore(core): change log-level from debug to traceThomas1-1/+1
2022-07-05build(core): switch to next snapshot versionThomas7-7/+7
2022-07-05build(core): switch to next release version1.3.1Thomas7-7/+7
2022-07-05doc: finalize readme and history for next releaseThomas2-16/+44
2022-07-01doc: add first draft of readme and update handbookThomas3-0/+49
2022-07-01style(matching): fix code-style issueThomas10-21/+20
2022-07-01refact(matching): make address-search sort result more resistentThomas1-7/+12
2022-07-01feat(core): update statistic-logger to include matching resultsThomas13-14/+91
2022-07-01feat(matching): distiguish between empty and non empty address-search resultsThomas1-1/+7
2022-07-01fix(matching): add null-check in custom comperator for address-search resultsThomas2-4/+11
2022-07-01chore(core): update GUI descriptions for matching processThomas2-14/+16
2022-07-01feat(matching): add configuration property to define max. results for address...Thomas3-2/+29
2022-07-01feat(matching): optimize order of address search resultsThomas2-28/+105
2022-07-01feat(matching): add configuration property to disable 'matching-by-address-se...Thomas12-20/+103
2022-06-09fix(ida): change log message that always indicates mandate-modeThomas1-1/+2
2022-06-09chore(gui): add default error-templatesThomas2-0/+120
2022-06-09chore(eidas): update validation of minimum required attributes in case of IDA...Thomas1-3/+1
2022-06-09fix(core): update message properties because error messages are invalid encodedThomas1-3/+3
2022-06-09chore(config): add attribute-mapping configuration-property into default configThomas1-0/+1
2022-06-09chore(core): add missing attribute into idaAttributeMapping configurationThomas1-0/+1
2022-06-08chore(core): minory style, test and validation fixesThomas6-10/+26
2022-06-08build(core): optimize package naming and dependency inclusionThomas2-5/+1
2022-06-08feat(eidas): perform mapping between IDA and eIDAS attributes based on extern...Thomas24-326/+1713
2022-06-07feat(eidas): include IDA releated requested attributes into service-provider ...Thomas3-8/+49
2022-06-07feat(eidas): update proxy-service attribute registry to request releated attr...Thomas4-10/+42
2022-06-07test(eidas): move jUnit tests into other packageThomas4-4/+4
2022-06-07feat(eidas): add attribute-mapping service to map eIDAS attributs to IDA attr...Thomas11-8/+591
2022-06-07refact(eidas): rename package names, because there was a copy&past mistakeThomas4-0/+0
2022-06-03build(ci): update GitLab CI configThomas1-0/+13
2022-06-03doc(config): update default configurationsThomas5-471/+56
2022-06-03refactor(connector): move MS-Connector from new directory 'connector' to 'ms_...Thomas177-1/+1
2022-06-03chore(config): split default configuration into MS-Connector and MS-Proxy-ServieThomas53-70/+1135
2022-06-03test(core): add smoke test with full eIDAS OutGoing login and error-handlingThomas32-13/+1871