summaryrefslogtreecommitdiff
path: root/app/MediaFile.php
AgeCommit message (Collapse)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-1/+1
2023-03-23PHPdocGreg Roach1-1/+1
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-4/+4
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach1-16/+8
2022-09-06CodeStyleGreg Roach1-0/+2
2022-06-10Fix: #4424 - OBJE:FILE:FORMGreg Roach1-1/+0
2022-04-26Fix: #4347 - upper/lower case mismatch for OBJE:FILE:FORMGreg Roach1-2/+2
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-04-12Cannot get image size of non-imageGreg Roach1-19/+21
2021-03-19Remove GedcomTagGreg Roach1-3/+3
2021-03-15Filesystem error handlingGreg Roach1-6/+21
2021-03-11Remove deprecated codeGreg Roach1-12/+0
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-23/+14
2021-02-04Code styleGreg Roach1-8/+8
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-04Fix: #3647 - add support for webp imagesGreg Roach1-0/+1
2020-10-08Remove unused importsGreg Roach1-2/+0
2020-10-08TyposGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-15Remove league/glide. Use intervention/image directly.Greg Roach1-14/+38
2020-09-09Pre-calculate watermark transparancyGreg Roach1-1/+0
2020-07-20Refactor MediaFileController into request handlersGreg Roach1-20/+16
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-1/+2
2020-06-11Increase JPEG 'q' parameterGreg Roach1-1/+1
2020-05-30#3305 - reduce quality parameter for jpeg thumbnails to improve performanceGreg Roach1-0/+1
2020-05-01Move MIME constants to their own classGreg Roach1-30/+4
2020-04-28Watermarks not centered - although should be by defaultGreg Roach1-0/+1
2020-03-22Disable auto-rotation when EXIF library is missingGreg Roach1-1/+5
2020-02-02Use EXIF data to auto-rotate imagesGreg Roach1-1/+1
2019-12-20PHPdocGreg Roach1-0/+2
2019-12-11Add .jpe to list of supported image extensionsGreg Roach1-0/+1
2019-12-11Fix: #2866 - allow non-image media files to be displayed in the browserGreg Roach1-5/+8
2019-12-01Escape media titlesGreg Roach1-2/+2
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to ↵Greg Roach1-8/+13
request
2019-10-25No need to throw exceptions in assert()Greg Roach1-1/+0
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-18Strict typesGreg Roach1-5/+11
2019-10-17PSR12Greg Roach1-0/+1
2019-10-10Working on routingGreg Roach1-2/+2
2019-10-09Working on routing; Code cleanupGreg Roach1-3/+0
2019-10-06Use aura/routerGreg Roach1-9/+8
2019-10-02Use flysystem for report imagesGreg Roach1-20/+11
2019-09-29PSR12Greg Roach1-0/+3
2019-09-24Use Flysystem for more filesystem operationsGreg Roach1-162/+120
2019-09-23Use Flysystem for more filesystem operationsGreg Roach1-1/+1
2019-05-17Add support for reverse-proxy configurationsGreg Roach1-1/+5