summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/ReportGenerate.php
AgeCommit message (Collapse)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-02Refactor reports: simplify structure of variablesGreg Roach1-6/+6
2025-12-24CodeStyleGreg Roach1-19/+4
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach1-8/+4
2022-11-18Use ValidatorGreg Roach1-5/+4
2022-04-05Upper/lower case mismatch causes wrong content-type header for CSV downloadGreg Roach1-3/+3
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-9/+4
2021-10-29TypeHintsGreg Roach1-4/+1
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-3/+2
2020-08-30Fix: #3496 - module components replaced with interfacesGreg Roach1-1/+1
2020-05-08New module to redirect legacy URLsGreg Roach1-2/+2
2020-04-22Remember user settings for report type/destinationGreg Roach1-0/+3
2019-12-20Unused importsGreg Roach1-2/+0
2019-12-20Fix: #2777 tcpdf seems abandoned - apply patches locallyGreg Roach1-13/+0
2019-11-21Refactor report classesGreg Roach1-4/+4
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to ↵Greg Roach1-2/+6
request
2019-11-01TCPDF does not work on PHP >=7.4Greg Roach1-0/+15
2019-10-25No need to throw exceptions in assert()Greg Roach1-3/+2
2019-10-23Fix; #2664 - Refactor reports to use POST/GET and request handlersGreg Roach1-0/+139