summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main
AgeCommit message (Collapse)AuthorFilesLines
2022-04-12refact(config): split IConfigurationWithSP into two interfacesThomas2-167/+13
2022-03-01refactor(ux): provide method to extract Locale from HTTP request by using ↵Thomas1-5/+12
Spring locale-resolver
2022-02-11chore(core): remove old HttpServlet implementation, because we only use Java ↵Thomas1-148/+0
Spring now
2022-01-19refactor(core): change API parameters from 'Date' to 'Instant'Thomas2-23/+29
2022-01-09fix(core): change validation of loaded process-definitions to fix problem of ↵Thomas1-12/+12
circular-dependencies loading
2022-01-09feature(core): add synch. and asynch. GUI builder implementation that use ↵Thomas4-0/+391
Spring MVC architecture
2022-01-09refactor(core): update to latest version of Velocity engineThomas2-110/+1
2022-01-08fix(core): remove test code from method on production levelThomas1-5/+1
2022-01-08[fix] solve circular dependencies between 'AuthenticationManager', ↵Thomas2-13/+26
'ModuleRegistration', and 'AuthModule' implementations
2021-12-06update IGuiBuilderConfiguration to indicate asynchronous GUI renderingThomas1-0/+11
2021-11-25fix bug in GUI rendering that apply if messages contains a single quoteThomas1-3/+10
2021-10-14remove thread-local variable from AuthenticationDataBuilderThomas1-17/+40
2021-09-14work-around to solve possible multi-thread issue in authentication-data builderThomas1-17/+31
2021-08-05fix wrong error handling and missing TransactionId in case of an error ↵Thomas1-4/+13
during restart of process-engine (OEGVEID-2053)
2021-07-01add new 'errorHandling' type that illustrate any error on application side ↵Thomas2-2/+3
before forwarding to SP
2021-05-23update attribute builder for MandateProfiles and add attribute builder for ↵Thomas3-2/+54
mandate mode to support eIDAS Proxy-Service with mandates
2021-04-21add missing error-handling and add a few more testsThomas3-7/+32
2021-04-21some small updates in central error-handlingThomas8-361/+321
2021-04-19refactor DateOfBirth in IAuthData and all implementations because ↵Thomas3-41/+49
DateOfBirth from SZR has not be a valid Date object
2021-04-19Merge branch 'feature/VT-21-016' into 'nightlyBuild'Thomas Lenz4-205/+592
Use custom SSLContext builder to generate BouncyCastle specific TrustManager... See merge request egiz/eaaf_components!23
2021-04-16Merge branch 'feature/VT-21-016' of ↵Thomas4-104/+154
gitlab.iaik.tugraz.at:egiz/eaaf_components into feature/VT-21-016 # Conflicts: # eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java # eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/controller/ProtocolFinalizationController.java
2021-04-14log level via configlalber2-41/+8
2021-04-14ready for Testslalber1-0/+7
2021-04-14some code optimization to reduce memory consumptionThomas1-7/+5
2021-04-08Rename interfacelalber2-13/+13
2021-04-07Interface extractionlalber3-263/+111
2021-04-01new handleErroNoRedirectlalber1-34/+16
2021-03-31inf recursion fixlalber1-10/+11
2021-03-30better error conf and some fixeslalber2-11/+17
2021-03-30Junit fixeslalber3-37/+93
2021-03-30add some Junit fixes and other spotbug based oneslalber3-32/+58
2021-03-30added some error Handlinglalber3-10/+16
2021-03-30no ticket or link fixlalber1-12/+13
2021-03-30Second version of featurelalber2-53/+73
2021-03-30First version of featurelalber3-155/+377
2021-03-30register missing attribute-builderThomas1-0/+1
2021-03-26better error conf and some fixeslalber2-11/+17
2021-03-21Junit fixeslalber3-37/+93
2021-03-16add some Junit fixes and other spotbug based oneslalber3-33/+60
2021-03-12added some error Handlinglalber3-10/+16
2021-03-12refactor some code to Java Stream APIThomas5-41/+34
2021-03-12no ticket or link fixlalber1-12/+13
2021-03-11refactor BpkBuilder in eaaf-utilsThomas5-451/+5
2021-03-10add AuthSessionWrapper for ID Austria specific informationThomas1-0/+34
2021-03-10Second version of featurelalber2-53/+71
2021-03-08First version of featurelalber3-193/+409
2021-03-04update some attribute-buildersThomas3-9/+10
2021-03-03update default error-handling to optimize visualizationThomas1-12/+14
2021-03-02update error-messages in process-managementThomas4-10/+14
2021-03-01change endpoints for protocol-finalization controller and add basic modul ↵Thomas2-4/+6
for end-points