Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-11 | build(core): switch to next release version | Thomas | 1 | -1/+1 | |
2023-04-11 | chore(pdf-as-web): optimize error-handling | Thomas | 3 | -0/+7 | |
Before, PDFASExceptions are dispalyed as generic errors | |||||
2023-04-11 | chore(core): update some more third-party libs | Thomas | 3 | -5/+5 | |
2023-04-11 | build(git): update gitignore file | Thomas | 1 | -0/+4 | |
2023-03-20 | chore(core): update third-party libs | Thomas | 4 | -10/+9 | |
2023-03-03 | doc: update handbooks | Thomas | 6 | -0/+0 | |
2023-03-02 | feat(positioning): add hidden parameter to enforce new pages on already ↵ | Thomas | 3 | -13/+29 | |
signed documents | |||||
2023-01-16 | chore(sl): add SL errorCode '6000 Unklassifizierter Abbruch durch den ↵ | Thomas | 1 | -1/+1 | |
Bürger' as Info level too Update to issue: #71 | |||||
2023-01-13 | fix(sigblock): invalid preview in case of sig-blocks with more than half ↵ | Thomas | 6 | -38/+106 | |
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(ux): update signature-verification screen to select interal or moa-sp ↵ | Thomas | 1 | -0/+7 | |
verification | |||||
2023-01-12 | chore(moa-spss): switch to latest MOA-SPSS Webservice specification | Thomas | 5 | -169/+762 | |
Issue: #66 | |||||
2023-01-12 | chore(sl): add additional Security-Layer error-code as non-critical error | Thomas | 1 | -1/+1 | |
Update to issue: #71 | |||||
2023-01-12 | feat(sigblock): validate signature-profile information provided by QR-code ↵ | Thomas | 5 | -53/+68 | |
placeholder Issue: #64 | |||||
2023-01-12 | fix(sigblock): down-grade QR-code reader lib, because latest version can not ↵ | Thomas | 1 | -2/+2 | |
read placeholder images | |||||
2023-01-12 | fix(sigblock): optimize image rendering of signature blocks | Thomas | 2 | -11/+13 | |
Issue: #65 | |||||
2023-01-12 | fix(sigblock): add mapping to support old RFC2255 names in signature-profile ↵ | Thomas | 2 | -27/+30 | |
configurations Issue: #70 Add a mapping table into DNUtils to map specific RDN names to old format | |||||
2023-01-12 | test(sigblock): add jUnit test to check title attribute of signer name | Thomas | 2 | -0/+154 | |
2023-01-12 | chore(sl): check Security-Layer error-codes to distinguish between critical ↵ | Thomas | 2 | -495/+529 | |
and non-critical errors Issue: #71 | |||||
2023-01-12 | chore(profiles): switch to https://www.signaturpruefung.gv.at for signature ↵ | Thomas | 12 | -25/+25 | |
profiles Issue: #72 | |||||
2023-01-12 | build(core): optimize dependency management | Thomas | 9 | -15/+3 | |
2023-01-12 | Merge branch 'feature/issue_73' into 'development' | Thomas Lenz | 6 | -1180/+1205 | |
feat(signatureblock): optimize processing for signed documents with less space for signature block See merge request egiz/pdf-as-4!9 | |||||
2023-01-12 | Merge branch 'development' into 'feature/issue_73' | Thomas Lenz | 236 | -1292/+63634 | |
# 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 | 235 | -1293/+63637 | |
Feature/bulk light sign See merge request egiz/pdf-as-4!8 | |||||
2023-01-12 | Merge branch 'jakob.heher-master-patch-78942' into 'development' | Thomas Lenz | 1 | -1/+4 | |
Properly close PDDocument in generateVisibleSignaturePreview See merge request egiz/pdf-as-4!6 | |||||
2023-01-12 | Properly close PDDocument in generateVisibleSignaturePreview | Jakob Heher | 1 | -1/+4 | |
2023-01-12 | Merge branch 'show-failed-fontdesc' into 'development' | Thomas Lenz | 1 | -1/+1 | |
Include failing font descriptor in IOException msg See merge request egiz/pdf-as-4!5 | |||||
2023-01-12 | feat(signatureblock): optimize processing for signed documents with less ↵ | Thomas | 5 | -305/+328 | |
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(ci): optimize dependency and code validation | Thomas | 1 | -0/+11 | |
2023-01-12 | build(core): update third-party libs | Thomas | 11 | -32/+32 | |
2023-01-11 | feat(web): add bulk-light functionality into PDF-AS-Web | Thomas | 30 | -1259/+2149 | |
2023-01-11 | build(core): update gitignore file | Thomas | 1 | -0/+2 | |
2023-01-09 | test(web): add very simple start-up and signing test | Thomas | 196 | -5/+61446 | |
2022-06-27 | Include failing font descriptor in IOException msg | Jakob Heher | 1 | -1/+1 | |
2022-05-20 | Fix parameter name in doc | Gerald Palfinger | 1 | -1/+1 | |
2022-05-06 | Avoid printing stack trace if results is null | Gerald Palfinger | 1 | -0/+3 | |
2022-01-20 | Merge branch 'issue_58' into 'master' | Gerald Palfinger | 16 | -92/+156 | |
Update all vulnerable dependencies See merge request egiz/pdf-as-4!1 | |||||
2022-01-20 | Update logback | Gerald Palfinger | 3 | -4/+4 | |
2022-01-20 | Update logback (CVE-2021-42550) + other dependencies | Gerald Palfinger | 6 | -9/+9 | |
2022-01-20 | Update wagon-ssh | Gerald Palfinger | 1 | -1/+1 | |
2022-01-20 | update GitLb CI configuration to exclude deployArchives in case of 'feature' ↵ | Thomas | 1 | -0/+2 | |
and 'issue' branches | |||||
2022-01-20 | Update commons-io | Gerald Palfinger | 3 | -2/+4 | |
2022-01-20 | Update logback | Gerald Palfinger | 3 | -9/+4 | |
2022-01-20 | Update Hibernate | Gerald Palfinger | 1 | -2/+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 pdfbox | Gerald Palfinger | 1 | -3/+3 | |
2022-01-20 | Update to gradle version of OWASP dependency check | Gerald Palfinger | 1 | -52/+2 | |
2022-01-20 | Update dependencies | Gerald Palfinger | 3 | -4/+4 | |
2022-01-20 | missing files | Alexander Marsalek | 5 | -0/+0 | |