Age | Commit message (Expand) | Author | Files | Lines |
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 | refactor(core): change API parameters from 'Date' to 'Instant' | Thomas | 2 | -23/+29 |
2022-01-09 | fix(core): change validation of loaded process-definitions to fix problem of ... | Thomas | 1 | -12/+12 |
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-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-01 | add new 'errorHandling' type that illustrate any error on application side be... | Thomas | 2 | -2/+3 |
2021-05-23 | update attribute builder for MandateProfiles and add attribute builder for ma... | Thomas | 2 | -1/+52 |
2021-04-21 | add missing error-handling and add a few more tests | Thomas | 3 | -7/+32 |
2021-04-21 | some small updates in central error-handling | Thomas | 7 | -361/+309 |
2021-04-19 | refactor DateOfBirth in IAuthData and all implementations because DateOfBirth... | Thomas | 3 | -41/+49 |
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-26 | better error conf and some fixes | lalber | 2 | -11/+17 |
2021-03-21 | Junit fixes | lalber | 3 | -37/+93 |
2021-03-16 | add some Junit fixes and other spotbug based ones | lalber | 3 | -33/+60 |
2021-03-12 | added some error Handling | lalber | 3 | -10/+16 |
2021-03-12 | refactor some code to Java Stream API | Thomas | 5 | -41/+34 |
2021-03-12 | no ticket or link fix | lalber | 1 | -12/+13 |
2021-03-11 | refactor BpkBuilder in eaaf-utils | Thomas | 5 | -451/+5 |
2021-03-10 | add AuthSessionWrapper for ID Austria specific information | Thomas | 1 | -0/+34 |
2021-03-10 | Second version of feature | lalber | 2 | -53/+71 |
2021-03-08 | First version of feature | lalber | 3 | -193/+409 |
2021-03-04 | update some attribute-builders | Thomas | 3 | -9/+10 |
2021-03-03 | update default error-handling to optimize visualization | Thomas | 1 | -12/+14 |
2021-03-02 | update error-messages in process-management | Thomas | 4 | -10/+14 |
2021-03-01 | change endpoints for protocol-finalization controller and add basic modul for... | Thomas | 2 | -4/+6 |