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-01-11 | feat(web): add bulk-light functionality into PDF-AS-Web | Thomas | 3 | -166/+284 | |
2015-02-24 | Database store to hold StatisticEvent | Andreas Fitzek | 3 | -31/+125 | |
2014-12-02 | added status servlet to pdf-as-web | Andreas Fitzek | 3 | -0/+86 | |
2014-10-09 | WebServices with CXF, removed DB dependencies to pdf-as-web-db | Andreas Fitzek | 2 | -0/+174 | |