summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/CleanDataFolder.php
AgeCommit message (Collapse)AuthorFilesLines
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach1-1/+1
2022-04-23Provide default value for dbtype, for users who upgraded from 1.7 rather ↵Greg Roach1-1/+1
than installed 2.0
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-2/+3
2021-10-29Remove unused importsGreg Roach1-1/+0
2021-10-29Fix: reference class constants from the defining classGreg Roach1-1/+2
2021-05-18CodeStyleGreg Roach1-2/+1
2021-03-15Filesystem error handlingGreg Roach1-7/+14
2021-03-12Remove unused importsGreg Roach1-1/+0
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-6/+9
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-08Use factory to create caches and filesystemsGreg Roach1-5/+3
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to ↵Greg Roach1-8/+7
request
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16Convert controller to request handlerGreg Roach1-0/+100