Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-25 | Remove dependency to Powermock, everything can be done with Mockito | Christian Kollmann | 1 | -107/+107 | |
2021-02-22 | Rename tasks to clarify functionality | Christian Kollmann | 1 | -0/+0 | |
2021-02-22 | Fix type in property "gui.countryselection.cancel" | Christian Kollmann | 6 | -175/+175 | |
2021-02-02 | more transitions & tests | Alexander Marsalek | 1 | -0/+1 | |
2021-01-29 | remove unnecessary classes | Alexander Marsalek | 1 | -0/+1 | |
2021-01-28 | rename to IdAustriaClient | Alexander Marsalek | 2 | -70/+66 | |
2021-01-28 | Merge branch 'issue6' of gitlab.iaik.tugraz.at:egiz/eidas_at_proxy into issue6 | Thomas Lenz | 3 | -0/+75 | |
Some update from Alex that was not pushed before my changes | |||||
2021-01-28 | update SAML2 IDP elements of MS-specific Connector to current snapshot ↵ | Thomas Lenz | 2 | -48/+41 | |
version (1.1.12-SNAPSHOT) of eaaf_module_pvp2_idp | |||||
2021-01-28 | junit keystore and config | Alexander Marsalek | 3 | -0/+75 | |
2021-01-27 | fix problem in jUnit tests that depends on static Apache-Ignite holder in ↵ | Thomas Lenz | 3 | -4/+25 | |
eIDAS Ref. implementation and occurin case of a start-up error | |||||
2021-01-18 | Merge branch 'base' into issue6 | Alexander Marsalek | 53 | -789/+3282 | |
# Conflicts: # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/Constants.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/SimpleEidasData.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/ernp/DummyErnpClient.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/ernp/IErnpClient.java # 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/InitialSearchTask.java # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/utils/EidasResponseUtils.java # eidas_modules/authmodule-eIDAS-v2/src/main/resources/eIDAS.Authentication.process.xml # eidas_modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml # eidas_modules/authmodule-eIDAS-v2/src/test/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/test/tasks/InitialSearchTaskFirstTest.java # eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml | |||||
2021-01-15 | Resolve merge comments | Alexander Marsalek | 1 | -0/+3 | |
2021-01-12 | Merge branch 'eidas-matching' into issue6 | Alexander Marsalek | 1 | -0/+3 | |
# Conflicts: # eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/tasks/InitialSearchTask.java | |||||
2021-01-12 | created tasks and beans | Alexander Marsalek | 1 | -0/+250 | |
2021-01-11 | fix some minor incompatibilities between AuthHandler and MS-Connector in ↵ | Thomas Lenz | 3 | -2/+11 | |
E-ID mode | |||||
2021-01-11 | Resolve merge comments | Alexander Marsalek | 1 | -0/+3 | |
2021-01-09 | extend SpringBoot application-initializer to support deployment in Apache ↵ | Thomas Lenz | 1 | -5/+34 | |
Tomcat application-services | |||||
2021-01-09 | add HealthIndicator to check Apache-Ignite cluster-state | Thomas Lenz | 3 | -4/+59 | |
2021-01-07 | switch from custom monitoring to Spring-Actuator healthchecks | Thomas Lenz | 15 | -310/+445 | |
2020-12-28 | update SpringBoot application-initializer to enable package-scanning in ↵ | Thomas Lenz | 1 | -1/+4 | |
application packages | |||||
2020-12-26 | fix broken jUnit tests | Thomas Lenz | 9 | -1/+16 | |
2020-12-26 | update default-configuration and example configuration | Thomas Lenz | 1 | -1/+1 | |
2020-12-26 | switch to SpringBoot as default | Thomas Lenz | 6 | -251/+11 | |
2020-12-26 | add jUnit test that simulates a full eIDAS authentication | Thomas Lenz | 9 | -10/+600 | |
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 | 21 | -134/+937 | |
2020-12-22 | add jUnit tests for configuration-operations | Thomas Lenz | 1 | -0/+75 | |
2020-12-14 | add some more jUnit tests | Thomas Lenz | 5 | -6/+292 | |
2020-12-11 | add more jUnit tests for stabilisation | Thomas Lenz | 10 | -80/+812 | |
2020-12-11 | add 'findSecBugs' plug-in into 'spotBugs' module and solve bugs or exclude ↵ | Thomas Lenz | 1 | -3/+4 | |
false-positive update gitlab-ci configuration to display jUnit test-coverage | |||||
2020-11-27 | read unique transactionId from AuthnRequest to reuse it for eIDAS authentication | Thomas Lenz | 5 | -103/+205 | |
2020-11-13 | improved Junit tests | lalber | 3 | -19/+28 | |
2020-11-09 | fix broken code | Thomas Lenz | 1 | -13/+13 | |
2020-11-09 | switch to next release version of EAAF components to use already defined ↵ | Thomas Lenz | 1 | -4/+5 | |
attribute-name for signed AuthBlock | |||||
2020-11-09 | fix some more problems with jUnit tests | Thomas Lenz | 2 | -4/+6 | |
2020-11-07 | code clean-up and first jUnit test modifications for CreateIdentityLink task | Thomas Lenz | 1 | -0/+7 | |
2020-11-06 | some improvements | lalber | 2 | -6/+6 | |
2020-11-04 | Attribute builder tests EidasBindAttributeBuilderTest and ↵ | lalber | 4 | -9/+195 | |
AuthBlockAttributeBuilderTest | |||||
2020-11-04 | fix for EvaluateCountrySelectionTaskTest and ↵ | lalber | 5 | -19/+16 | |
GenerateCountrySelectionFrameTaskTest | |||||
2020-11-03 | sunfire bug | lalber | 2 | -12/+17 | |
2020-11-02 | AuthDataBuilder and AttributeBuilder | lalber | 7 | -15/+491 | |
2020-09-18 | update third-party libs and fix incompatibilities with new APIs | Thomas Lenz | 2 | -32/+3 | |
2020-02-21 | fix a few CodeStyle validation errors | Thomas Lenz | 3 | -5/+75 | |
2020-02-21 | remove unused variable | Thomas Lenz | 1 | -3/+0 | |
2020-02-21 | update to latest EAAF-components that uses OpenSAML3.x | Thomas Lenz | 12 | -324/+181 | |
2019-12-13 | fix possible NullPointerException1.1.0 | Thomas Lenz | 7 | -33/+302 | |
add jUnit test | |||||
2019-12-12 | only change interface and method name | Thomas Lenz | 2 | -8/+8 | |
2019-12-11 | add dirtyContext annotation | Thomas Lenz | 1 | -0/+3 | |
2019-12-11 | fix LoA level validation error in AuthnRequestValidator.java | Thomas Lenz | 23 | -6/+2146 | |
2019-12-11 | update default configuration again | Thomas Lenz | 1 | -1/+1 | |