Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-01 | file/cron: Fix call to undefined method clean_multipaste_tarballs | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Move cleanup code from controller to \service\files | Florian Pritz | 1 | -95/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Refactor into multiple methods | Florian Pritz | 1 | -2/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Remove multipaste tarballs | Florian Pritz | 1 | -2/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Remove database entries without files | Florian Pritz | 1 | -0/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/cron: Refactor multipaste tarball clean code into new method | Florian Pritz | 1 | -17/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-31 | Proper display of expiration duration for less than a day | Hrvoje Hodak | 1 | -1/+1 | |
2017-12-20 | Prevent asciinema from being affected by file size limit | Florian Pritz | 1 | -8/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-21 | Remove usage of deprecated is_cli_request() | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-21 | Close session in long running methods | Florian Pritz | 1 | -0/+2 | |
These do not write to the session but may run for some time. There is no need to keep the session locked while they perform their work. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-21 | Fix detection of URL ending in slash | Florian Pritz | 1 | -1/+1 | |
CI trims tailing slashes from the URL and this should work just fine too. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Migrate return code checks for CI3 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Remove secondary controller for CLI usage output | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-16 | Update negativ return check of session userdata for CI3 | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-09 | WIP: CI3 migration | Florian Pritz | 1 | -0/+989 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |