summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/MediaFileDownload.php
AgeCommit message (Collapse)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-12-24CodeStyleGreg Roach1-11/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30Remove unused importsGreg Roach1-1/+0
2022-11-18Use ValidatorGreg Roach1-8/+5
2022-04-05Upper/lower case mismatch causes wrong content-type header for CSV downloadGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
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