summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/MediaFileDownload.php
AgeCommit message (Expand)AuthorFilesLines
2022-02-23Update and use Validation classGreg Roach1-7/+3
2021-03-27Fix: #3805 - missing cache-control headers on media files and thumbnailsGreg Roach1-1/+3
2021-03-26Fix: missing mandatory query parameter should give 404Greg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-7/+3
2020-09-15Remove league/glide. Use intervention/image directly.Greg Roach1-10/+9
2020-09-08Use factory to create caches and filesystemsGreg Roach1-5/+1
2020-07-20Refactor MediaFileController into request handlersGreg Roach1-0/+89