summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/DeletePath.php
AgeCommit message (Expand)AuthorFilesLines
2021-09-16Fix: do not allow admin to delete critical system filesGreg Roach1-6/+29
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-22/+16
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-4/+3
2019-11-06Working on #2737 - refactor admin/media controllerGreg Roach1-1/+1
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-15/+7
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-19Fix: #2649 - Fix routing for FAQ moduleGreg Roach1-3/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16Convert controller to request handlerGreg Roach1-0/+90