aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-03-11test(core): check placeholder selectiondevelopmentThomas2-0/+10
2025-03-11refact(core): optimize element namingThomas1-10/+10
2024-10-25chore(sl1): optimize error-handling on SL1 data-url end-pointThomas2-12/+35
2024-09-05build(ci): remove wrong path in release scriptThomas1-1/+0
2024-09-05build(core): switch to next snapshot versionThomas1-1/+1
2024-09-05build(core): switch to next release versionHEAD4.4.2masterThomas1-1/+1
2024-09-05doc(core): update handbookThomas2-0/+0
2024-09-05test(web): add some more Web-service signing testsThomas3-0/+158
2024-09-05test(web): add simple Web-Service signing with differend documentsThomas2-1/+90
2024-09-05test(web): renew signer certificate for Web-based signing testsThomas3-12/+10
2024-09-05chore(moa): add moa-spss web-services classesThomas89-1/+11601
2024-09-05fix(build): generate classes before buildThomas1-1/+1
2024-09-05chore(core): update third-party libsThomas9-21/+21
2024-09-05feat(web): add configuration property to disable implicated ↵Thomas3-62/+106
signature-verification on signing Web-Service interface
2024-09-05fix(verify): broken signature verification if documents contains a ↵Thomas6-68/+272
signature-field that was not used yet
2024-07-22feat(moa): add configuration property to enable SOAP with MTOMThomas79-8655/+116
Hint: MTOM is not yet supported by MOA-SPSS
2024-07-22fix(verify): allow SHA-512 and SHA-384 for signaturesThomas1-12/+13
2024-06-24fix(moa): broken certificate loader from URLThomas1-1/+1
2024-06-24feat(moa): allow SOAP MTOM mode for file transferThomas4-23/+66
2024-05-15chore(core): optimize error-handlingThomas2-17/+19
2024-03-25build(core): switch to next snapshotThomas1-1/+1
2024-03-22build(core): switch to next release version4.4.1Thomas1-1/+1
2024-03-22chore(core): update third-party libsThomas7-12/+12
2024-03-22doc(core): make final updates on handbook for next versionThomas2-0/+0
2024-03-18test(positioning): add two tests with absolut postioningThomas6-0/+14
2024-03-15fix(pdfbox): remove character \u0009 (tabluator) before operate on fontThomas2-5/+35
Reason: will not be supported by fonts and must be replaced with blank before rendering
2024-03-08test(core): add some more positioning testsThomas7-0/+23
2024-03-08feat(core): add new page position parameter 'last'Thomas13-243/+227
2024-02-14Merge branch 'development' of gitlab.iaik.tugraz.at:egiz/pdf-as-4 into ↵Thomas38-73/+76
development
2024-02-14Merge branch 'feature/full_test_cases' into 'development'Thomas Lenz39-73/+76
test(core): re-activate test cases See merge request egiz/pdf-as-4!10
2024-02-14test(core): re-activate test cases for signature-block positioningThomas Lenz39-73/+76
2024-02-14test(core): update keystore to fix broken testThomas1-0/+0
2023-12-19build(core): switch to next snapshot versionThomas1-1/+1
2023-12-19doc(pdf): add documentation as PDF tooThomas3-0/+0
2023-12-19build(core): switch to next release version4.4.0Thomas1-1/+1
2023-12-19doc(core): update handbooksThomas3-0/+0
2023-12-19chore(core): update third-party libsThomas10-23/+23
2023-12-19fix(core): optimize error-handling in case of errors during the raw signing ↵Thomas2-2/+23
steps
2023-12-19Merge branch 'feature/issue_68' into developmentThomas6-25/+91
# Conflicts: # pdf-as-pdfbox-2/src/main/java/at/gv/egiz/pdfas/lib/impl/signing/pdfbox2/PADESPDFBOXSigner.java # pdf-as-pdfbox-2/src/test/java/at/gv/egiz/pdfas/lib/testpdfbox/SignatureFieldsAndPlaceHolderExtractorTest.java
2023-11-22feat(web): add configuration parameter to use different domain for DataURL ↵Thomas5-23/+39
communication
2023-11-07feat(core): check validity of signer certificate before signingThomas2-2/+21
2023-09-20fix(positioning): remove old code that prohibits newPage on already signed ↵Thomas1-8/+2
documents in combination with forceNewPage flag
2023-09-13chore(core): remove unused codeThomas1-12/+1
2023-09-13feat(core): add custom HTTP header to provide filenameThomas1-0/+7
Reason: 'Content-Disposition' header only supports ASCI characters
2023-08-30style(core): just some code-style workThomas4-304/+297
2023-08-10fix(core): wrong default value in case of isValue(...) methodThomas1-1/+1
2023-07-05fix(positioning): only add a new page on less space if no concrete page was ↵Thomas1-1/+1
requested
2023-06-29fix(placeholder): search for requested placeholderId in matchMode 'sorted' tooThomas2-23/+48
2023-06-29fix(core): set valid encoded 'Content-Disposition' header in ↵Thomas1-3/+3
provide-signed-PDF servlet
2023-06-27test(core): actived and fix some more testsThomas5-21/+75