summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-17build(core): switch to next release version2.0.02.x/mainThomas12-12/+12
2024-01-17chore(core): update third-party libsThomas1-9/+9
2023-12-21feat(errorhandling): update configuration-model to exclude stake-trace loggingThomas9-17/+87
2023-12-21chore(core): update third-party libsThomas1-14/+14
2023-12-20style(core): fix code-style issueThomas1-1/+1
2023-12-20chore(core): add publicURLPrefix validation into some more modulesThomas3-59/+29
2023-12-20feat(core): add one more default implementation of HttpClientResponseHandlerThomas1-0/+28
2023-11-29fix(gui): escape special characters in error messagesThomas1-1/+2
2023-11-29chore(gui): set additionl error-page parameters without escaptionThomas1-1/+1
2023-11-29build(ci): switch to static JAVA 17 and maven versionThomas1-2/+1
2023-11-29fix(http): update HTTP client factory to fix problem with open 'idle-connecti...Thomas1-3/+9
2023-10-02feat(core): add configuration utils to operate on specific types of configura...Thomas2-0/+64
2023-10-02chore(core): code clean-up and optimizationThomas3-14/+29
2023-09-28chore(core): update openSAML2 to v5.0.0Thomas1-1/+1
2023-09-11chore(core): remove some deprecated API methodsThomas15-30/+56
2023-09-08fix(core): remove some more old javax annotationsThomas2-5/+5
2023-09-07fix(sl20): wrong error-response in case of a invalid data-url accessThomas1-4/+2
2023-09-07fix(sl20): add missing ContentType header on SL2.0 error responseThomas1-0/+2
2023-09-07chore(core): update jaxen to latest versionThomas1-1/+1
2023-09-06fix(sl20): set UTF-8 encoding for SL2.0 requestsThomas1-1/+1
2023-09-06refact(core): remove some more javax. API referencesThomas1-2/+2
2023-09-05Merge branch 'feature/java_17' into '2.x/development'Thomas Lenz6-10/+24
2023-09-05chore(core): some more clean-up tasks to Java 17Thomas6-10/+24
2023-09-04Merge branch 'feature/java_17' into '2.x/development'Thomas Lenz1-1/+3
2023-09-04build(ci): update deploy step, because 'ssh-keyscan' isn't available in lates...Thomas1-1/+3
2023-09-01chore(core): update third-party libs to latest version and remove libs that w...Thomas2-46/+45
2023-09-01chore(core): update commons-io to latest versionThomas1-1/+1
2023-08-31build(mvn): update jacoco plugin to latest versionThomas1-1/+1
2023-08-31build(ci): switch GitLab CI runner to Java 17Thomas1-4/+4
2023-08-31feat(core): refactor to openSAML 5 for Java 17Thomas130-702/+772
2023-08-31feat(core): starting switch from Spring5/JAVA11 to Spring6/Java17Thomas15-47/+97
2023-08-31build(core): switch to new major-release version 2.0.0-SNAPSHOTThomas12-12/+12
2023-08-30chore(saml2): remove some deprecated methods and switch to new oneThomas8-16/+16
2023-08-22fix(core): remove pendingRequest from PendingReqIdValidationException before ...Thomas1-1/+1
2023-08-21fix(sl20): remove line-of-code that was a copy&past mistakeThomas1-6/+1
2023-08-21feat(sl20): add basic certificate-validity check into JWS validationThomas6-50/+174
2023-08-21refact(sl20): clean-up SL20 response handlerThomas1-147/+177
2023-08-02build(core): switch to next snapshot versionThomas12-12/+12
2023-08-02build(core): switch to next release version1.3.15Thomas12-12/+12
2023-08-02test(moa-sig): add PAdES verificationThomas2-0/+65
2023-07-12feat(hsm-facade): make trusted SSL-certificate optional for HSM-Facade initia...Thomas2-37/+54
2023-07-12feat(http): Add connection timeout parameters to HTTP client-configurationThomas2-11/+27
2023-07-12feat(core): add static method into PVP bPK attribute-builder to build attribu...Thomas1-8/+19
2023-06-06fix(core): add @JsonValue annotation to SpMandateModes enum to serialize the ...Thomas1-20/+22
2023-06-06fix(core): add some more allowed classes to Exception deserialization.Thomas2-1/+31
2023-06-05fix(core): update wrong encoded parameter in validation exceptionThomas1-1/+1
2023-06-05chore(core): add @JsonCreator annotation to enumThomas1-0/+3
2023-06-01refact(core): change custom object-serialization to protected to re-use it in...Thomas1-1/+25
2023-05-31feat(core): add remove method to IPendingRequest interfaceThomas3-2/+19
2023-05-31refact(core): change some more internal representation to make it JSON serial...Thomas7-53/+219