aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-05-12fix(gui): wrong character encoding in GUI for alternative matching methodesThomas1-1/+1
2022-05-12fix(matching): remove prefix from bPK aftern an ID Austria loginThomas4-13/+109
2022-05-05test(ZMR/ERnP): disable two tests in register integration tests based on ↵Thomas2-2/+4
real registers operated by BM.I
2022-05-05chore(gui): add english translations for matching stepsThomas1-15/+20
2022-05-05chore(szr): optimize error-logging in case of SZR errorsThomas1-7/+13
2022-05-03fix(eidas): catch IndexOutOfBand exception in case of eIDAS Attribute that ↵Thomas3-17/+73
has no attribute-value
2022-05-02chore(core): update third-party libs to latest versionsThomas1-10/+10
2022-05-02chore(matching): re-oreder process steps in GUI releated matchingThomas18-125/+388
2022-05-02fix(gui): fix possible errors on language selection by GUI operationThomas3-9/+9
2022-04-29test(szr): add placeOfBirth and birthName to getIdentityLinkEidas requestThomas1-0/+10
2022-04-06test(gui): add BM.I version of country-selection template to test there ↵Thomas3-0/+367
custom extensions
2022-04-05Merge branch 'nightlybuild' into feature/matching_baseThomas22-55/+205
# Conflicts: # connector/pom.xml # connector/src/test/java/at/asitplus/eidas/specific/connector/test/FullStartUpAndProcessTest.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/clients/szr/SzrClient.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/CreateIdentityLinkTask.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/SzrClientTestProduction.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskEidNewTest.java # pom.xml
2022-04-05Merge branch 'master' into nightlybuildThomas15-71/+216
# Conflicts: # build_reporting/pom.xml # connector/pom.xml # infos/history.txt # infos/readme_1.2.4.md # modules/authmodule-eIDAS-v2/pom.xml # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/szr/SzrClient.java # modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/CreateIdentityLinkTask.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/SzrClientTestProduction.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskEidNewTest.java # modules/core_common_lib/pom.xml # modules/pom.xml # pom.xml
2022-04-05build(core): switch to new snapshot versionThomas7-7/+7
2022-04-05build(assembly): add histroy.txt into release package1.2.4Thomas2-0/+2
2022-04-05build(core): switch to next release versionThomas6-18/+25
2022-04-05chore(core): update some more third-party libsThomas1-8/+8
2022-04-05doc: update handbook, readme, history, ...Thomas3-3/+36
2022-04-02style(szr): fix two code-style issuesThomas1-8/+3
2022-04-01doc: update handbook and add configuration property for IDA -> SZR work-aroundThomas2-0/+0
2022-04-01feat(szr): add configuration property to activate/deactivate work-around for ↵Thomas5-11/+148
insertErnp in case of IDA mode
2022-03-31docs(core): update readme for v1.2.4Thomas1-0/+2
2022-03-31fix(core): switch to Spring-Core 5.3.18 and Spring-Boot 2.5.12 to fix ↵Thomas1-2/+2
cve-2022-22965
2022-03-31fix(core): switch to Spring-Core 5.3.18 and Spring-Boot 2.5.12 to fix ↵Thomas2-2/+3
cve-2022-22965
2022-03-31fix(core): switch to Spring-Core 5.3.18 and Spring-Boot 2.5.12 to fix ↵Thomas1-2/+2
cve-2022-22965
2022-03-31refactor(core): remove deprecated operations on openSAML4 APIThomas1-4/+4
2022-03-31chore(core): change log-level in 'DataBinderControllerAdvice'Thomas1-1/+1
2022-03-31refactor(core): remove deprecated operations on openSAML4 APIThomas1-4/+4
2022-03-31chore(core): change log-level in 'DataBinderControllerAdvice'Thomas1-1/+1
2022-03-31feature(core): add deny-list for Spring DataBinderThomas2-0/+35
This mitigates possible RCE attacked called "Spring4Shell"
2022-03-31feature(core): add deny-list for Spring DataBinderThomas2-0/+35
This mitigates possible RCE attacked called "Spring4Shell"
2022-03-17test(core): fix integration test with included work-around for IDA modeThomas1-0/+21
2022-03-17test(core): fix integration test with included work-around for IDA modeThomas1-0/+21
2022-03-17build(core): switch to next snapshot versionThomas7-7/+7
2022-03-17chore(core): add readme and history for next release versionThomas2-0/+63
# Conflicts: # infos/history.txt
2022-03-17fix(szr): Request getIdentityLinkEidas before getVSZ because getVSZ does not ↵Thomas4-93/+169
support insertErnp by using eIDAS entities # Conflicts: # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/SzrClientTestProduction.java # modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskEidNewTest.java
2022-03-17chore(core): add readme and history for next release versionThomas2-0/+109
2022-03-17fix(szr): Request getIdentityLinkEidas before getVSZ because getVSZ does not ↵Thomas4-78/+171
support insertErnp by using eIDAS entities
2022-03-16test(szr): add second randomized integration test for SZR communicationThomas1-2/+21
2022-03-11chore(UX): a few small GUI improvementsThomas6-44/+73
2022-03-11fix: remove unused class members to fix code-quality issuesThomas1-12/+0
2022-03-11chore(matching): add common log-messages for register results during ↵Thomas1-1/+15
matching operations
2022-03-11chore(matching): make RegisterStatusResult serializable to store as session ↵Thomas1-2/+8
object
2022-03-11fix(matching): change process-condition order to evaluate 'changeLanguage' firstThomas1-1/+1
2022-03-11fix(matching): unset all matching releated parameters on executioncontextThomas3-3/+47
2022-03-10fix(matching): store pendingRequest before next asynch. stepThomas2-0/+11
2022-03-10fix(matching): add missing controller for search-address wizardThomas2-63/+4
2022-03-10refactor(matching): set other matching option as String to prohibit staging ↵Thomas2-2/+2
problems
2022-03-10chore(matching): remove some PVP attributes from IDA authenticationThomas3-5/+3
2022-03-10chore(ux): some more GUI improvementsThomas2-3/+6