| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-12 | Fix pdf-as-web-db data model (#97) | Jakob Heher | 1 | -1/+1 | |
| * also delete packaged release builds when running gradle clean * fix & test pdf-as-web-db - rename column for `end` - fix embeddable data model for statisticevent - fix storage model to store sign request and statistic event paired | |||||
| 2026-06-09 | migrate to StandardCharsets (java 17) (#91) | Jakob Heher | 1 | -2/+3 | |
| 2026-06-08 | Further follow-up fixes (#87) | Jakob Heher | 1 | -1/+0 | |
| * remove remaining references to pdf-as 4 * fix tomcat coop - properly initialize spring boot not just for bootRun but also for tomcat - fail-fast if properties fails to load - also deps bumps * major version bumps spring boot 3 -> 4 tomcat 10 -> tomcat 11 junit 4 -> 6 | |||||
| 2026-05-12 | Update docs & various fixes discovered in the process (#86) | Jakob Heher | 4 | -25/+3 | |
| - update documentation for pdf-as 5 - document the v2 json api - fix a number of documentation quirks - document `keyId` parameter - px (pixels) -> pt (pdf page units) - document --verify_level - remove a number of documented features that were never implemented: - `adobeSignFieldValue` and `sigLogoAltText` from signature profiles - `UNDERLINE` and `STRIKETHRU` from fonts - `num-bytes` parameter - `verify_only`/`sign_only` enable states for profiles - update mobile BKU base URL - update pdfbox backend default to 3 in sample configurations - consistently made boolean parsing from configuration files case permissive - add moa verification timeout - add support for BOLDITALIC to all base fonts, and for ITALIC to helvetica and courier - fix a number of small quirks - hibernate properties are now reloaded properly - fix the signature block parameter key regex - v1 json api now correctly checks for onlinebku/mobilebku being enabled - pdfbox 2 module correctly compares for integer equality regardless of cached boxed ints - test operationcountwatcher no longer sometimes breaks due to spring context differences | |||||
| 2026-04-15 | pdf-as-5 (#82) | Jakob Heher | 6 | -42/+46 | |
| - JDK 17 - PDFBox 3 - PDF-AS Web moved to Spring Boot - MOA Integration tests w/ new error code --------- Co-authored-by: Gerald Palfinger <gerald.palfinger@a-sit.at> Co-authored-by: kathrin.resek <kathrin.resek@a-sit.at> | |||||
| 2024-03-22 | chore(core): update third-party libs | Thomas | 1 | -1/+1 | |
| 2024-02-14 | test(core): update keystore to fix broken test | Thomas | 1 | -0/+0 | |
| 2023-12-19 | Merge branch 'feature/issue_68' into development | Thomas | 1 | -0/+37 | |
| # 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-04-11 | chore(core): update some more third-party libs | Thomas | 1 | -1/+1 | |
| 2023-01-13 | fix(sigblock): invalid preview in case of sig-blocks with more than half ↵ | Thomas | 1 | -0/+37 | |
| 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 | fix(sigblock): optimize image rendering of signature blocks | Thomas | 1 | -4/+4 | |
| Issue: #65 | |||||
| 2023-01-12 | build(core): update third-party libs | Thomas | 1 | -1/+1 | |
| 2022-01-20 | Update logback | Gerald Palfinger | 1 | -1/+1 | |
| 2022-01-20 | Update logback (CVE-2021-42550) + other dependencies | Gerald Palfinger | 1 | -1/+1 | |
| 2022-01-20 | Update logback | Gerald Palfinger | 1 | -1/+1 | |
| 2022-01-20 | Update dependencies | Gerald Palfinger | 1 | -1/+1 | |
| 2021-06-28 | fix for issue #48 | Alexander Marsalek | 1 | -16/+0 | |
| 2021-06-25 | fix for issue #47 | Alexander Marsalek | 1 | -1/+1 | |
| 2021-06-25 | test for issue #47 | Alexander Marsalek | 2 | -0/+52 | |
| 2021-06-23 | more tests | Alexander Marsalek | 1 | -1/+35 | |
| 2021-06-23 | added empty file, so that git creates "out" folder | Alexander Marsalek | 1 | -0/+0 | |
| 2021-06-22 | v4.2.0 | Alexander Marsalek | 1 | -2/+2 | |
| 2021-06-01 | removed pdfbox1 | Alexander Marsalek | 1 | -35/+2 | |
| 2021-04-16 | added test & error message | Alexander Marsalek | 1 | -0/+33 | |
| 2021-04-16 | clean up | Alexander Marsalek | 1 | -34/+2 | |
| 2021-04-15 | pass empty map if no map is supplied | Alexander Marsalek | 1 | -3/+4 | |
| 2021-04-14 | added test | Alexander Marsalek | 43 | -0/+2639 | |
| 2021-04-10 | parsing off signature block CLI parameters | Alexander Marsalek | 1 | -6/+23 | |
| 2021-04-10 | pass parameters to resolver(s) | Alexander Marsalek | 1 | -0/+9 | |
| 2021-04-09 | use pdfbox2 hardcoded | Alexander Marsalek | 1 | -1/+2 | |
| 2021-03-26 | remove pdfbox 1.x backend from builds | Thomas | 1 | -1/+1 | |
| 2021-03-26 | update gradle build-process to wrapper 6.8.3 | Thomas | 1 | -21/+19 | |
| 2020-09-24 | update libraries, use StringUtils | Emina Ahmetovic | 1 | -1/+0 | |
| 2020-09-15 | chnages in build.gradle, update commons-collections | Emina Ahmetovic | 1 | -1/+1 | |
| 2020-04-15 | update gradle to 5.6.4 and update some build steps to this new version | Thomas Lenz | 1 | -30/+25 | |
| 2019-07-15 | adding replacements for deprecated modules in Java 9 and 11 | emusic | 1 | -1/+1 | |
| 2019-06-19 | pdf-as documentation changes, qr placeholder search on profile level enabled | emusic | 1 | -12/+0 | |
| 2018-11-22 | Merge branch 'SL20_development' | emusic | 1 | -0/+21 | |
| # Conflicts: # build.gradle # pdf-as-cli/src/main/java/at/gv/egiz/pdfas/cli/Main.java # pdf-as-lib/src/configuration/cfg/advancedconfig.properties # pdf-as-lib/src/main/java/at/gv/egiz/pdfas/lib/api/IConfigurationConstants.java # pdf-as-lib/src/main/resources/config/config.zip # pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/config/WebConfiguration.java # pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/servlets/PDFData.java | |||||
| 2018-10-30 | Positioning of signature block on first page enabled | emusic | 1 | -27/+15 | |
| 2018-09-06 | small changes | emusic | 1 | -0/+3 | |
| 2018-09-03 | delete unused statements | emusic | 1 | -25/+0 | |
| 2018-06-27 | delete comment | emusic | 1 | -1/+0 | |
| 2018-06-27 | small changes in pdfa | emusic | 1 | -18/+0 | |
| 2018-05-14 | changes in pdf-as-lib4.1.3 | emusic | 1 | -2/+2 | |
| 2018-03-22 | solved bug regarding setter | emusic | 1 | -1/+0 | |
| 2018-03-21 | changes regarding protection, bug fix, thread safe | emusic | 1 | -2/+6 | |
| 2018-03-21 | protect pdf | emusic | 1 | -4/+24 | |
| 2018-03-21 | protecting pdf file | emusic | 1 | -1/+2 | |
| # Conflicts: # pdf-as-pdfbox-2/src/main/java/at/gv/egiz/pdfas/lib/impl/signing/pdfbox2/PADESPDFBOXSigner.java | |||||
| 2016-12-14 | made pdfbox1 version explicit, pdfbox2 is now default backend | Andreas Fitzek | 1 | -9/+9 | |
| 2016-11-04 | fixed runtime paths for cli | Andreas Fitzek | 1 | -2/+2 | |
