summaryrefslogtreecommitdiff
path: root/app/Services/MediaFileService.php
AgeCommit message (Expand)AuthorFilesLines
2026-04-24Use consistent logic to validate uploaded filenamesGreg Roach1-3/+42
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-16/+5
2025-11-11Fix: #5252 - SQL-Server does not support || for concatenationGreg Roach1-5/+6
2025-10-18CodeStyle - promoted constructor argumentsGreg Roach1-2/+3
2025-08-04Fix: #5195 - Postgres requires column alias when calling pluck()Greg Roach1-2/+2
2025-02-23Fix: #5114 - select expressions containing || aren't handled properly by the ...Greg Roach1-1/+2
2025-02-20Code StyleGreg Roach1-3/+0
2025-02-11Code cleanupGreg Roach1-3/+3
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-06Add PhpService so we can mock/test calles to ini_get(), etc.Greg Roach1-35/+5
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-1/+1
2024-03-31CodeStyleGreg Roach1-2/+2
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-6/+2
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-2/+1
2023-03-29Consistent use of select/pluckGreg Roach1-6/+5
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-27Fix: #4684 - need column aliases for Postgres driverGreg Roach1-1/+1
2022-12-19Use elements to reformat new recordsGreg Roach1-11/+7
2022-11-30Remove unused importsGreg Roach1-1/+0
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach1-2/+2
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach1-12/+9
2022-11-18Use ValidatorGreg Roach1-9/+8
2022-07-04Sort list of media foldersGreg Roach1-0/+1
2022-06-09Fix: #4424 - file extensions for external URLsGreg Roach1-2/+6
2022-06-08Fix: #4424 - file extensions (formats) are max 4 chars)Greg Roach1-1/+2
2022-05-30Fix: detect integer overflow for PHP.INI settings on 32 bit systemsGreg Roach1-12/+18
2022-04-26Fix: #4347 - upper/lower case mismatch for OBJE:FILE:FORMGreg Roach1-4/+4
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-07Ignore _DAV folders, created by WebDAV applicationsGreg Roach1-0/+2
2022-02-23Update and use Validation classGreg Roach1-3/+2
2022-02-18PHPdocGreg Roach1-4/+4
2021-11-21CodeStyleGreg Roach1-9/+3
2021-11-06Fix: #4107 - GEDCOM only allows one RESN per fact/recordGreg Roach1-10/+0
2021-11-06Use exception for upload file errorsGreg Roach1-3/+4
2021-10-29Remove unused importsGreg Roach1-1/+0
2021-10-29CodeStyle - whitespaceGreg Roach1-2/+2
2021-10-29Fix: reference class constants from the defining classGreg Roach1-3/+4
2021-07-27PHPdocGreg Roach1-1/+1
2021-07-27Fix: #3577 - autocomplete cannot find text containing a slashGreg Roach1-24/+34
2021-07-26Fix: #3860 - hide system media folders, Fix: #3943 - default tree settings no...Greg Roach1-19/+39
2021-07-02Fix: #3945 - revert some changes that were committed by mistakeGreg Roach1-7/+3
2021-07-01Finish refactoring the missing-gedcom-tags codeGreg Roach1-3/+7
2021-03-29Fix: #3810 - Media format is set to jpeg instead of jpgGreg Roach1-2/+2
2021-03-21PHPdocGreg Roach1-1/+0
2021-03-18Remove deprecated functionGreg Roach1-14/+0
2021-03-15Filesystem error handlingGreg Roach1-9/+13
2021-03-13CodeStyleGreg Roach1-0/+4
2021-03-12Remove unused importsGreg Roach1-1/+0