index
:
EAAF-Components
1.0.x/master
2.x/main
master
EAAF-Components
tlenz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eaaf_core
/
src
/
main
/
java
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-05
fix(core): use centrial error-handling service to map internal to external er...
Thomas
1
-3
/
+3
2024-02-02
fix(core): possible NullPointerException during get generic data from session
Thomas
1
-42
/
+37
2024-02-01
style(core): fix code-style issue
Thomas
1
-1
/
+1
2024-02-01
fix(core): remove features that not supported on Java 11
Thomas
1
-1
/
+1
2024-02-01
feat(core): add Jackson Joda module
Thomas
1
-2
/
+64
2024-02-01
feat(errorhandling): update configuration-model to exclude stake-trace logging
Thomas
6
-17
/
+60
2023-11-06
fix(gui): escape special characters in error messages
Thomas
1
-1
/
+2
2023-11-06
chore(gui): set additionl error-page parameters without escaption
Thomas
1
-1
/
+1
2023-08-22
fix(core): remove pendingRequest from PendingReqIdValidationException before ...
Thomas
1
-1
/
+1
2023-07-12
feat(core): add static method into PVP bPK attribute-builder to build attribu...
Thomas
1
-8
/
+19
2023-06-01
refact(core): change custom object-serialization to protected to re-use it in...
Thomas
1
-1
/
+25
2023-05-31
feat(core): add remove method to IPendingRequest interface
Thomas
1
-0
/
+5
2023-05-31
refact(core): change some more internal representation to make it JSON serial...
Thomas
3
-45
/
+201
2023-05-25
feat(core): support Base64 to byte[] decoding is required
Thomas
1
-0
/
+4
2023-05-15
refact(core): change process-data holder-implementation to use Jackson serial...
Thomas
4
-8
/
+36
2023-05-13
refact(core): remove double serialization in central error handling
Thomas
3
-65
/
+28
2023-04-26
feat(core): add extension-point to central errorHandler service to set applic...
Thomas
5
-13
/
+107
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
4
-0
/
+443
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
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
[next]