summaryrefslogtreecommitdiff
path: root/app/Services/MediaFileService.php
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-49/+53
2021-02-04Use gedcom elementsGreg Roach1-6/+2
2021-02-01Mark function as deprecatedGreg Roach1-0/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-15Remove league/glide. Use intervention/image directly.Greg Roach1-101/+0
2020-09-08Use factory to create caches and filesystemsGreg Roach1-2/+2
2020-07-21CodeStyleGreg Roach1-2/+0
2020-07-20Refactor MediaFileController into request handlersGreg Roach1-0/+103
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-12/+11
2020-06-15Update terminologyGreg Roach1-1/+1
2020-06-04PHPdocGreg Roach1-5/+2
2020-06-03PHPdocGreg Roach1-2/+2
2020-05-23Fix: #3251 - uploading identical file fails to saveGreg Roach1-1/+1
2020-04-09Fix: #3160 - missing FORM field when creating media filesGreg Roach1-10/+29
2020-03-01Exclude default media folder from manage-media pageGreg Roach1-0/+1
2020-02-23Use strict comparison for Collection::unique()Greg Roach1-2/+2
2019-12-20Unused importsGreg Roach1-3/+0
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-12-10PHPdocGreg Roach1-3/+3
2019-11-27PHPdocGreg Roach1-2/+2
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-2/+39
2019-11-06Working on #2737 - refactor admin/media controllerGreg Roach1-0/+104
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-6/+11
2019-10-31Refactor controllers as request handlersGreg Roach1-0/+240