Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-11 | fix(database): db clean-up not properly working | Thomas | 1 | -6/+8 | |
from TUG: cleanOldRequests() started a transaction but never commited it which means none of the old entries were deleted. Add a call to commit() to fix this. | |||||
2023-04-11 | fix(database): change wrong timestamp in DB backend | Thomas | 1 | -2/+2 | |
from TUG: 'm' stands for minutes and not months, so use 'M' instead. This was just used for logging, so there is no functional change. | |||||
2023-04-11 | fix(database): add missing annotation classes for DB tables | Thomas | 1 | -6/+7 | |
2023-04-11 | chore(core): update some more third-party libs | Thomas | 1 | -1/+1 | |
2023-03-20 | chore(core): update third-party libs | Thomas | 1 | -2/+2 | |
2023-01-12 | build(core): optimize dependency management | Thomas | 1 | -1/+0 | |
2023-01-12 | build(core): update third-party libs | Thomas | 1 | -3/+3 | |
2023-01-11 | feat(web): add bulk-light functionality into PDF-AS-Web | Thomas | 3 | -166/+284 | |
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 Hibernate | Gerald Palfinger | 1 | -2/+2 | |
2021-03-26 | update gradle build-process to wrapper 6.8.3 | Thomas | 1 | -7/+8 | |
2015-02-24 | Database store to hold StatisticEvent | Andreas Fitzek | 3 | -31/+125 | |
2015-01-08 | Gradle scripts update | Andreas Fitzek | 1 | -0/+1 | |
2014-12-02 | added status servlet to pdf-as-web | Andreas Fitzek | 5 | -0/+88 | |
2014-10-13 | Documentation changes | Andreas Fitzek | 1 | -1/+8 | |
2014-10-09 | WebServices with CXF, removed DB dependencies to pdf-as-web-db | Andreas Fitzek | 4 | -0/+202 | |