Age | Commit message (Expand) | Author | Files | Lines |
2023-03-20 | fix(gui): escape error parameters that contains a '{' because that is not sup... | Thomas | 1 | -1/+3 |
2023-03-10 | fix(ux): add error parameters, if they are available, in case of specific exc... | Thomas | 1 | -1/+2 |
2023-02-06 | fix(core): add missing parameter to log message | Thomas | 1 | -2/+3 |
2023-01-09 | chore(core): change loglevel from 'error' to 'info'1.3.12 | Thomas | 1 | -1/+1 |
2022-12-19 | feat(core): support not-notified eIDAS LoA | Thomas | 1 | -1/+5 |
2022-11-30 | chore(core): switch log-level to INFO because log-level classification will b... | Thomas | 1 | -1/+1 |
2022-11-29 | feat(core): add ticket-based error-handling service as EAAF core functionality | Thomas | 10 | -0/+1011 |
2022-10-24 | chore(core): add setter interfaces to inject an IRequestStorage | Thomas | 1 | -1/+6 |
2022-08-18 | refact(sl20): switch to one single JSONMapper instsance | Thomas | 1 | -54/+0 |
2022-04-12 | refact(config): split IConfigurationWithSP into two interfaces | Thomas | 2 | -167/+13 |
2022-03-01 | refactor(ux): provide method to extract Locale from HTTP request by using Spr... | Thomas | 1 | -5/+12 |
2022-02-11 | chore(core): remove old HttpServlet implementation, because we only use Java ... | Thomas | 1 | -148/+0 |
2022-01-19 | test(core): add extension of 'AuthenticatedEncryptionPendingRequestIdGenerati... | Thomas | 2 | -37/+51 |
2022-01-19 | refactor(core): change API parameters from 'Date' to 'Instant' | Thomas | 2 | -23/+29 |
2022-01-09 | test(core): fix invalid test for TransactionId attribute-builder | Thomas | 1 | -1/+8 |
2022-01-09 | fix(core): change validation of loaded process-definitions to fix problem of ... | Thomas | 3 | -20/+102 |
2022-01-09 | feature(core): add synch. and asynch. GUI builder implementation that use Spr... | Thomas | 4 | -0/+391 |
2022-01-09 | refactor(core): update to latest version of Velocity engine | Thomas | 2 | -110/+1 |
2022-01-08 | fix(core): remove test code from method on production level | Thomas | 1 | -5/+1 |
2022-01-08 | [fix] solve circular dependencies between 'AuthenticationManager', 'ModuleReg... | Thomas | 2 | -13/+26 |
2021-12-07 | change IGuiFormBuilder interface to enable pre-evaluation of response content... | Thomas | 2 | -0/+19 |
2021-12-06 | update IGuiBuilderConfiguration to indicate asynchronous GUI rendering | Thomas | 1 | -0/+11 |
2021-11-25 | fix bug in GUI rendering that apply if messages contains a single quote | Thomas | 1 | -3/+10 |
2021-10-14 | remove thread-local variable from AuthenticationDataBuilder | Thomas | 1 | -17/+40 |
2021-09-14 | work-around to solve possible multi-thread issue in authentication-data builder | Thomas | 1 | -17/+31 |
2021-08-05 | fix wrong error handling and missing TransactionId in case of an error during... | Thomas | 1 | -4/+13 |
2021-07-09 | add new method into DummySpConfiguration | Thomas | 1 | -0/+12 |
2021-07-01 | add new 'errorHandling' type that illustrate any error on application side be... | Thomas | 3 | -3/+59 |
2021-05-23 | update attribute builder for MandateProfiles and add attribute builder for ma... | Thomas | 5 | -2/+158 |
2021-04-21 | add missing error-handling and add a few more tests | Thomas | 7 | -7/+557 |
2021-04-21 | some small updates in central error-handling | Thomas | 8 | -361/+321 |
2021-04-19 | refactor DateOfBirth in IAuthData and all implementations because DateOfBirth... | Thomas | 6 | -43/+136 |
2021-04-19 | Merge branch 'feature/VT-21-016' into 'nightlyBuild' | Thomas Lenz | 4 | -205/+592 |
2021-04-16 | Merge branch 'feature/VT-21-016' of gitlab.iaik.tugraz.at:egiz/eaaf_component... | Thomas | 4 | -104/+154 |
2021-04-14 | log level via config | lalber | 2 | -41/+8 |
2021-04-14 | ready for Tests | lalber | 1 | -0/+7 |
2021-04-14 | some code optimization to reduce memory consumption | Thomas | 1 | -7/+5 |
2021-04-08 | Rename interface | lalber | 2 | -13/+13 |
2021-04-07 | Interface extraction | lalber | 3 | -263/+111 |
2021-04-01 | new handleErroNoRedirect | lalber | 1 | -34/+16 |
2021-03-31 | inf recursion fix | lalber | 1 | -10/+11 |
2021-03-30 | better error conf and some fixes | lalber | 2 | -11/+17 |
2021-03-30 | Junit fixes | lalber | 3 | -37/+93 |
2021-03-30 | add some Junit fixes and other spotbug based ones | lalber | 3 | -32/+58 |
2021-03-30 | added some error Handling | lalber | 3 | -10/+16 |
2021-03-30 | no ticket or link fix | lalber | 1 | -12/+13 |
2021-03-30 | Second version of feature | lalber | 2 | -53/+73 |
2021-03-30 | First version of feature | lalber | 3 | -155/+377 |
2021-03-30 | register missing attribute-builder | Thomas | 1 | -0/+1 |
2021-03-26 | better error conf and some fixes | lalber | 2 | -11/+17 |