summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/ManageMediaData.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-05Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - m...Greg Roach1-17/+6
2025-12-24CodeStyleGreg Roach1-9/+1
2025-11-11Fix: #5252 - SQL-Server does not support || for concatenationGreg Roach1-3/+3
2025-02-20Code StyleGreg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-12-01Fix: #5062 - don't close modals when clicking on the backdropGreg Roach1-1/+1
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-3/+1
2024-01-03Add validation to media-folder parameterGreg Roach1-1/+2
2023-08-29Preparing to remove dependency on laravel/databaseGreg 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-30PHP 8.0 - catch() parameters are optionalGreg Roach1-6/+6
2022-11-18Use ValidatorGreg Roach1-3/+4
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-13CodeStyle - upper/lower case mismatchesGreg Roach1-1/+1
2022-03-09Fix: #4250 - refactor linked-records and use consistentlyGreg Roach1-13/+24
2022-02-02Show tree for media object on manage media pageGreg Roach1-9/+15
2021-12-21WhiteSpaceGreg Roach1-1/+1
2021-12-21initial commit (#4143)David Drury1-1/+2
2021-10-29CodeStyle - whitespaceGreg Roach1-2/+2
2021-10-15Prefer object to stdClassGreg Roach1-2/+1
2021-10-03Refactor HTTP exceptionsGreg Roach1-1/+1
2021-09-01Use wt- namespace for data attributesGreg Roach1-1/+1
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-1/+1
2021-07-01Finish refactoring the missing-gedcom-tags codeGreg Roach1-3/+6
2021-05-18CodeStyleGreg Roach1-6/+3
2021-04-23Use links for external mediaGreg Roach1-19/+23
2021-04-23Fix: #3857 - show icon instead of 404 for external media filesGreg Roach1-15/+22
2021-03-15Filesystem error handlingGreg Roach1-5/+17
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-1/+2
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-12/+20
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-15Refactor controller into request handlersGreg Roach1-1/+1
2021-01-12Fix: do not cast Expressions to stringsGreg Roach1-2/+2
2021-01-08Fix: external files cause error on manage media pageGreg Roach1-0/+332