aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-db/src/main/java/at/gv/egiz/pdfas/web/store/DBRequestStore.java
AgeCommit message (Collapse)AuthorFilesLines
2023-04-11fix(database): db clean-up not properly workingThomas1-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-11fix(database): change wrong timestamp in DB backendThomas1-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-11fix(database): add missing annotation classes for DB tablesThomas1-6/+7
2023-01-11feat(web): add bulk-light functionality into PDF-AS-WebThomas1-161/+226
2015-02-24Database store to hold StatisticEventAndreas Fitzek1-31/+71
2014-12-02added status servlet to pdf-as-webAndreas Fitzek1-0/+23
2014-10-09WebServices with CXF, removed DB dependencies to pdf-as-web-dbAndreas Fitzek1-0/+122