aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Preview/BackgroundCleanupJob.php
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move to subfolders for preview filesRoeland Jago Douma2020-04-191-16/+78
| | | | | | | | | | | Else the number of files can grow very large very quickly in the preview folder. Esp on large systems. This generates the md5 of the fileid. And then creates folders of the first 7 charts. In that folder is then a folder with the fileid. And inside there are the previews. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersChristoph Wurst2019-12-051-7/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move to joinRoeland Jago Douma2018-05-141-8/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add backgroundcleanup jobRoeland Jago Douma2018-05-141-0/+91
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>