Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-01 | feat(core): update statistic-logger to include matching results | Thomas | 1 | -1/+1 | |
2022-07-01 | feat(matching): distiguish between empty and non empty address-search results | Thomas | 1 | -1/+7 | |
2022-07-01 | chore(core): update GUI descriptions for matching process | Thomas | 2 | -14/+16 | |
2022-07-01 | feat(matching): add configuration property to disable ↵ | Thomas | 1 | -1/+14 | |
'matching-by-address-search' | |||||
2022-05-19 | doc: add client configuration for matching by ID Austria | Thomas | 2 | -0/+18 | |
2022-05-18 | chore(core): add web-service endpoints into example configuration | Thomas | 1 | -4/+4 | |
2022-05-18 | chore(ux): merge GUI elements that are updated on BM.I side | Thomas | 8 | -613/+527 | |
2022-05-16 | fix(matching): optimize prozess handling during alternative eIDAS authentication | Thomas | 2 | -0/+12 | |
2022-05-12 | refact(ernp): change configuration keys for SSL keystore | Thomas | 1 | -8/+35 | |
2022-05-12 | fix(gui): wrong character encoding in GUI for alternative matching methodes | Thomas | 1 | -1/+1 | |
2022-05-05 | chore(gui): add english translations for matching steps | Thomas | 1 | -15/+20 | |
2022-05-02 | chore(matching): re-oreder process steps in GUI releated matching | Thomas | 6 | -72/+166 | |
2022-03-11 | chore(UX): a few small GUI improvements | Thomas | 6 | -44/+73 | |
2022-03-10 | chore(ux): some more GUI improvements | Thomas | 2 | -3/+6 | |
2022-03-10 | chore(UX): update template for error GUI | Thomas | 1 | -3/+31 | |
2022-03-10 | chore(matching): inject REST endpoint for address wizard by GUI model | Thomas | 1 | -1/+1 | |
2022-03-10 | chore(matching): set REST endpoint for search-address wizerd by GUI model ↵ | Thomas | 1 | -1/+1 | |
parameter | |||||
2022-03-10 | chore(matching): some small UX improvements | Thomas | 2 | -5/+7 | |
2022-02-08 | feature(matching): add 'Back to previous step' button into ↵ | Thomas | 3 | -0/+8 | |
'search-by-residence' GUI | |||||
2022-02-08 | chore(matching): update 'other-login-method' GUI steps to use it as common ↵ | Thomas | 3 | -10/+60 | |
starting-point for any other alternative matching method | |||||
2022-02-08 | Merge branch 'feature/matching_base' into 'feature/matching_search_address' | Thomas Lenz | 1 | -5/+5 | |
# Conflicts: # connector/src/test/java/at/asitplus/eidas/specific/connector/test/saml2/Pvp2SProfileEndPointTest.java | |||||
2022-01-10 | Merge branch 'master' into feature/matching_base_rebase | Thomas | 1 | -5/+5 | |
# Conflicts: # connector/pom.xml # connector/src/test/java/at/asitplus/eidas/specific/connector/test/task/GenerateCountrySelectionFrameTaskTest.java # eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml # eidas_modules/authmodule-eIDAS-v2/pom.xml # pom.xml | |||||
2021-12-07 | Use relative paths in templates to enable preview in browser | Christian Kollmann | 9 | -41/+73 | |
If Thymeleaf is active (i.e. the template is rendered by the Webapp), the path gets replaced anyway. | |||||
2021-12-07 | Rework styling of other login method template | Christian Kollmann | 1 | -11/+24 | |
2021-12-07 | Rework styling of residency search template | Christian Kollmann | 3 | -44/+81 | |
2021-12-07 | Unify HTML templates across test, main, basicConfig | Christian Kollmann | 5 | -365/+268 | |
2021-12-07 | Add PLZ to search for adresses in ZMR | Christian Kollmann | 3 | -150/+164 | |
2021-12-02 | Display all results to user after residency search | Christian Kollmann | 4 | -18/+120 | |
2021-12-02 | Search with user provided input in ZMR for addresses | Christian Kollmann | 3 | -6/+19 | |
2021-12-02 | Add simple page to search for an Austrian Address | Christian Kollmann | 4 | -0/+111 | |
2021-11-16 | update 'advanced matching steps' tasks to optimize user handling between 'ID ↵ | Thomas | 3 | -0/+25 | |
Austria Login', 'alternative eIDAS Login', and 'address search' | |||||
2021-10-06 | prepare release information | Thomas | 1 | -5/+5 | |
2021-09-02 | Merge branch 'master' into feature/matching_rebased | Thomas | 4 | -9/+28 | |
# Conflicts: # connector/src/main/java/at/asitplus/eidas/specific/connector/provider/StatusMessageProvider.java # connector/src/main/resources/specific_eIDAS_connector.beans.xml # connector/src/test/java/at/asitplus/eidas/specific/connector/test/FullStartUpAndProcessTest.java # connector/src/test/java/at/asitplus/eidas/specific/connector/test/utils/AuthenticationDataBuilderTest.java # connector/src/test/resources/spring/SpringTest_connector.beans.xml # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/handler/AbstractEidProcessor.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/GenerateAuthnRequestTask.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/ReceiveAuthnResponseTask.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/clients/SzrClientTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskEidNewTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/CreateIdentityLinkTaskTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/ReceiveAuthnResponseTaskTest.java # pom.xml | |||||
2021-07-12 | Add option to provide alternative eIDAS login for matching process | Christian Kollmann | 1 | -3/+2 | |
2021-07-07 | add HTML template for additional eID information | Thomas | 2 | -1/+226 | |
2021-05-28 | fix broken language selection in GUI | Thomas | 1 | -0/+2 | |
2021-05-12 | switch to release version1.2.0 | Thomas | 1 | -1/+18 | |
2021-05-12 | update third-party libs to latest versions | Thomas | 1 | -7/+3 | |
2021-03-10 | switch to EAAF-components 1.1.13-SNAPSHOT to add EID-IDENTITY-STATUS-LEVEL ↵ | Thomas | 1 | -0/+2 | |
attribute into SAML2 response | |||||
2021-02-22 | Fix type in property "gui.countryselection.cancel" | Christian Kollmann | 4 | -89/+89 | |
2021-01-20 | add README.md, release and update informations, and full handbook | Thomas Lenz | 1 | -1/+0 | |
2021-01-19 | build 'requesterId' for private-sector SP's based on hashed unique AppIds | Thomas Lenz | 1 | -0/+3 | |
set 'requesterId' and 'providerName' to static value for any type of SP | |||||
2021-01-09 | extend SpringBoot application-initializer to support deployment in Apache ↵ | Thomas Lenz | 1 | -1/+1 | |
Tomcat application-services | |||||
2020-12-26 | update default-configuration and example configuration | Thomas Lenz | 1 | -62/+3 | |
2020-12-26 | fix wrong-template paramters in error GUI | Thomas Lenz | 1 | -2/+2 | |
2020-12-23 | switch from Spring to Spring-Boot | Thomas Lenz | 1 | -2/+2 | |
2020-12-14 | add some more jUnit tests | Thomas Lenz | 1 | -1/+1 | |
2020-11-09 | fix some more problems with jUnit tests | Thomas Lenz | 1 | -0/+2 | |
2020-11-07 | code clean-up and first jUnit test modifications for CreateIdentityLink task | Thomas Lenz | 2 | -0/+9 | |
2020-09-18 | fix possible nullpointer in HTML template for error messages | Thomas Lenz | 1 | -15/+14 | |