Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-11 | chore(pdf-as-web): Handle error url not containing an explicit port | Thomas | 1 | -6/+9 | |
from TUG: The servlet tries to sanitize the URL by parsing it and writing it back out. In case the input URL doesn't contain an explicit port, URL.getPort() returns -1 which leads to "https://example.com:-1/mypath" in the template which isn't the same origin as without a port and gets rejected by the browser. Instead only add a port to the resulting URL if the input contains one as well. | |||||
2023-04-11 | chore(core): update some more third-party libs | Thomas | 1 | -3/+3 | |
2023-03-20 | chore(core): update third-party libs | Thomas | 1 | -4/+3 | |
2023-01-12 | feat(ux): update signature-verification screen to select interal or moa-sp ↵ | Thomas | 1 | -0/+7 | |
verification | |||||
2023-01-12 | build(core): optimize dependency management | Thomas | 1 | -3/+0 | |
2023-01-12 | build(core): update third-party libs | Thomas | 1 | -6/+6 | |
2023-01-11 | feat(web): add bulk-light functionality into PDF-AS-Web | Thomas | 12 | -1087/+1476 | |
2023-01-09 | test(web): add very simple start-up and signing test | Thomas | 195 | -3/+61432 | |
2022-05-20 | Fix parameter name in doc | Gerald Palfinger | 1 | -1/+1 | |
2022-01-20 | Update logback | Gerald Palfinger | 1 | -2/+2 | |
2022-01-20 | Update logback (CVE-2021-42550) + other dependencies | Gerald Palfinger | 1 | -2/+2 | |
2022-01-20 | Update commons-io | Gerald Palfinger | 1 | -0/+2 | |
2022-01-20 | Update logback | Gerald Palfinger | 1 | -7/+2 | |
2022-01-20 | Use Tomcat | Gerald Palfinger | 1 | -2/+2 | |
2022-01-20 | Update gretty | Gerald Palfinger | 2 | -4/+7 | |
2022-01-20 | Update dependencies | Gerald Palfinger | 1 | -1/+1 | |
2022-01-20 | Update dependencies | Gerald Palfinger | 1 | -5/+5 | |
2022-01-12 | Do not use alpha channel when outputting to jpg | Gerald Palfinger | 1 | -2/+1 | |
2022-01-12 | Change placeholder image output from PNG to JPG | Gerald Palfinger | 1 | -18/+11 | |
Microsoft Word's "print to pdf" function lowers the quality of png images used in a word document. This leads to a failure on pdf-as placeholder detection using the resulting pdf document. | |||||
2021-07-22 | generate placeholders without leading zeros and limit length to 5 digits | Alexander Marsalek | 1 | -0/+8 | |
2021-07-22 | fix for issue #49 | Alexander Marsalek | 1 | -1/+1 | |
2021-06-30 | release preparation | Alexander Marsalek | 1 | -1/+2 | |
2021-06-28 | removed test chars | Alexander Marsalek | 1 | -1/+1 | |
2021-06-28 | seems to work on most systems .. | Alexander Marsalek | 4 | -9/+37 | |
2021-06-16 | ignore empty signatureblock parameters via pdf-as-web form, still RC1 | Alexander Marsalek | 1 | -1/+2 | |
2021-06-14 | v4.1.7-RC-0.0.8 changed post formular parameter handling to ↵ | Alexander Marsalek | 2 | -14/+15 | |
sbp:keyA=valueA&sbp:keyB=valueB | |||||
2021-06-11 | version 4.1.7-RC-0.0.7, added sbp parameter to ExternSignServlet | Alexander Marsalek | 3 | -7/+22 | |
2021-06-01 | removed jcenter | Alexander Marsalek | 1 | -1/+1 | |
2021-06-01 | removed pdfbox1 | Alexander Marsalek | 1 | -78/+2 | |
2021-06-01 | Merge branch 'master' | Alexander Marsalek | 5 | -11/+12 | |
# Conflicts: # pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/helper/PdfAsHelper.java # pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/servlets/JSONAPIServlet.java # pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/ws/PDFASSigningImpl.java | |||||
2021-06-01 | filter everything from placeholder id except 0-9 during placeholder generation | Alexander Marsalek | 1 | -3/+5 | |
2021-04-16 | errorhandling | Alexander Marsalek | 1 | -8/+13 | |
2021-04-15 | untested JSON interface | Alexander Marsalek | 1 | -4/+14 | |
2021-04-14 | added sbp check | Alexander Marsalek | 1 | -2/+2 | |
2021-04-12 | pdf-as-web signature block parameter handling | Alexander Marsalek | 5 | -23/+35 | |
2021-04-08 | typo | Alexander Marsalek | 5 | -21/+14 | |
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 | -25/+28 | |
2021-01-20 | preparing 4.1.7 RC | Emina Ahmetovic | 1 | -1/+0 | |
2021-01-18 | update placeholder search | Emina Ahmetovic | 1 | -3/+3 | |
2020-12-18 | clear placeholders, add additional parameters in a default config | Emina Ahmetovic | 2 | -1/+3 | |
2020-11-05 | change version to 4.1.6 | Emina Ahmetovic | 1 | -1/+1 | |
2020-11-04 | change version for jaxb-runtime | Emina Ahmetovic | 1 | -3/+1 | |
2020-11-02 | Code cleanup | Emina Ahmetovic | 1 | -4/+0 | |
2020-10-30 | change log, reformat code | Emina Ahmetovic | 3 | -26/+12 | |
2020-10-30 | resolving merge conflicts | Emina Ahmetovic | 1 | -3/+3 | |
2020-09-24 | update libraries, use StringUtils | Emina Ahmetovic | 2 | -50/+31 | |
2020-09-18 | Updated pdfbox versions | Stephan Keller | 1 | -3/+3 | |
2020-08-13 | bugfix in placeholder id search pdf-as-web | Emina Ahmetovic | 1 | -1/+2 | |
2020-07-29 | changes in tomcat url | Emina Ahmetovic | 1 | -1/+1 | |