aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-db/src
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-WebThomas3-166/+284
2015-02-24Database store to hold StatisticEventAndreas Fitzek3-31/+125
2014-12-02added status servlet to pdf-as-webAndreas Fitzek4-0/+87
2014-10-09WebServices with CXF, removed DB dependencies to pdf-as-web-dbAndreas Fitzek2-0/+174