| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-05 | chore(core): update third-party libs | Thomas Lenz | 1 | -5/+5 | |
| 2026-03-05 | refactor(core): reorganize searchPlaceholder implementation for better ↵ | Thomas Lenz | 1 | -88/+123 | |
| maintainability | |||||
| 2026-03-05 | test(core): fix broken searchPlaceholder tests and remove test files with ↵ | Thomas Lenz | 8 | -5/+5 | |
| invalid test vectors | |||||
| 2026-03-04 | Merge pull request #81 from a-sit/feature/fix_wrong_auto_pos | Thomas Lenz | 1 | -19/+26 | |
| fix(core): correct empty space detection for signature block position… | |||||
| 2026-03-04 | fix(core): correct empty space detection for signature block positioning on ↵ | Thomas Lenz | 1 | -19/+26 | |
| rotated PDF pages Hint: fixes incorrect placement when a PDF page contains rotation metadata | |||||
| 2026-01-14 | fix tests to match new numbering | Jakob Heher | 1 | -2/+2 | |
| 2026-01-14 | build candidate object names iteratively | Jakob Heher | 1 | -30/+13 | |
| 2026-01-13 | chore(placeholder): update internal placeholderId generation to support old ↵ | Thomas Lenz | 11 | -26/+41 | |
| version too | |||||
| 2026-01-13 | fix(placeholder): generate placeholderId using name and object reference | Thomas Lenz | 6 | -12/+38 | |
| Reason: according to the PDF specification, a name only needs to be unique within a specific resource list, and multiple resource lists may exist within a document | |||||
| 2026-01-13 | chore(placeholder): store placeholderId in a different location within the ↵ | Thomas Lenz | 2 | -14/+65 | |
| signature dictionary Reason: the previously used `location` element refers to a physical location | |||||
| 2026-01-13 | test(core): check placeholder selection | Thomas Lenz | 2 | -0/+12 | |
| 2025-03-11 | refact(core): optimize element naming | Thomas | 1 | -10/+10 | |
| 2024-09-05 | chore(core): update third-party libs | Thomas | 1 | -4/+4 | |
| 2024-09-05 | fix(verify): broken signature verification if documents contains a ↵ | Thomas | 1 | -67/+106 | |
| signature-field that was not used yet | |||||
| 2024-05-15 | chore(core): optimize error-handling | Thomas | 2 | -17/+19 | |
| 2024-03-22 | chore(core): update third-party libs | Thomas | 1 | -2/+2 | |
| 2024-03-08 | feat(core): add new page position parameter 'last' | Thomas | 2 | -48/+40 | |
| 2023-12-19 | chore(core): update third-party libs | Thomas | 1 | -3/+3 | |
| 2023-12-19 | fix(core): optimize error-handling in case of errors during the raw signing ↵ | Thomas | 1 | -2/+19 | |
| steps | |||||
| 2023-12-19 | Merge branch 'feature/issue_68' into development | Thomas | 4 | -24/+53 | |
| # 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-09-20 | fix(positioning): remove old code that prohibits newPage on already signed ↵ | Thomas | 1 | -8/+2 | |
| documents in combination with forceNewPage flag | |||||
| 2023-09-13 | chore(core): remove unused code | Thomas | 1 | -12/+1 | |
| 2023-07-05 | fix(positioning): only add a new page on less space if no concrete page was ↵ | Thomas | 1 | -1/+1 | |
| requested | |||||
| 2023-06-29 | fix(placeholder): search for requested placeholderId in matchMode 'sorted' too | Thomas | 1 | -23/+47 | |
| 2023-06-27 | chore(core): add missing interface implementations | Thomas | 1 | -1/+2 | |
| 2023-06-27 | feat(placeholder): add configuration value to disable profile over-write by ↵ | Thomas | 1 | -8/+10 | |
| placehoder information | |||||
| 2023-06-26 | refact(core): pdfBox signer refactoring | Thomas | 2 | -269/+227 | |
| 2023-06-26 | refact(placeholder): clean-up, bugfix and optimize QR-Code placeholder detection | Thomas | 7 | -768/+636 | |
| Major re-factoring of QR-Code detection with huge clean-up of code. | |||||
| 2023-06-22 | chore(siglbock): optimize signature-block calculation and positioning | Thomas | 2 | -14/+23 | |
| 2023-06-22 | feat(placeholder): optimize possitioning by using QR-placeholder | Thomas | 1 | -13/+23 | |
| 2023-05-16 | feat(qr): add language parameter to placeholder service | Thomas | 1 | -0/+3 | |
| Reason: the current detection does not work with many profies | |||||
| 2023-04-18 | chore(pos): change order of configuration check for 'less space' | Thomas | 1 | -4/+4 | |
| check profile specific configuration first and 'failOnLessSpace' afterwards | |||||
| 2023-03-20 | chore(core): update third-party libs | Thomas | 1 | -1/+1 | |
| 2023-03-02 | feat(positioning): add hidden parameter to enforce new pages on already ↵ | Thomas | 2 | -13/+28 | |
| signed documents | |||||
| 2023-01-13 | fix(sigblock): invalid preview in case of sig-blocks with more than half ↵ | Thomas | 4 | -37/+68 | |
| page height Issue: #68 ## Info: This is only a work-around, because it looks like a general issue in methods to create visual signature tables. T | |||||
| 2023-01-12 | feat(sigblock): validate signature-profile information provided by QR-code ↵ | Thomas | 2 | -48/+49 | |
| placeholder Issue: #64 | |||||
| 2023-01-12 | fix(sigblock): optimize image rendering of signature blocks | Thomas | 1 | -7/+9 | |
| Issue: #65 | |||||
| 2023-01-12 | build(core): optimize dependency management | Thomas | 1 | -3/+1 | |
| 2023-01-12 | Merge branch 'development' into 'feature/issue_73' | Thomas Lenz | 2 | -7/+7 | |
| # Conflicts: # build.gradle # pdf-as-pdfbox-2/src/main/java/at/gv/egiz/pdfas/lib/impl/signing/pdfbox2/PADESPDFBOXSigner.java | |||||
| 2023-01-12 | style(core): fix some codestyle issues | Thomas | 1 | -871/+878 | |
| 2023-01-12 | Merge branch 'feature/bulk_light_sign' into 'development' | Thomas Lenz | 1 | -6/+6 | |
| Feature/bulk light sign See merge request egiz/pdf-as-4!8 | |||||
| 2023-01-12 | Properly close PDDocument in generateVisibleSignaturePreview | Jakob Heher | 1 | -1/+4 | |
| 2023-01-12 | feat(signatureblock): optimize processing for signed documents with less ↵ | Thomas | 1 | -303/+316 | |
| space for signature block Issue #73 add configuration property to stop signing process if document has less space for new signature block and new page is not allowed because document is already signed | |||||
| 2023-01-12 | build(core): update third-party libs | Thomas | 1 | -6/+6 | |
| 2022-06-27 | Include failing font descriptor in IOException msg | Jakob Heher | 1 | -1/+1 | |
| 2022-05-06 | Avoid printing stack trace if results is null | Gerald Palfinger | 1 | -0/+3 | |
| 2022-01-20 | Update logback (CVE-2021-42550) + other dependencies | Gerald Palfinger | 1 | -3/+3 | |
| 2022-01-20 | Update commons-io | Gerald Palfinger | 1 | -1/+1 | |
| 2022-01-20 | Update pdfbox | Gerald Palfinger | 1 | -3/+3 | |
| 2022-01-20 | missing files | Alexander Marsalek | 5 | -0/+0 | |
