summaryrefslogtreecommitdiff
path: root/app/Factories/ImageFactory.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-04Fix: #5365 - upgrade from intervention/image v3 to v4Greg Roach1-32/+27
2026-04-27Add improved checks for malicious SVG image filesGreg Roach1-5/+91
2026-04-24Add CSP to SVG error responsesGreg Roach1-5/+5
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-02Fix: #4951 - add watermarks to images in reportsGreg Roach1-46/+0
2026-02-02Expose method to generate binary image data with thumbnailsGreg Roach1-26/+44
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-3/+7
2024-11-30Fix: #5042 - watermarked images cropped incorrectlyGreg Roach1-2/+2
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-5/+5
2024-04-09Fix: #4592 - apply EXIF rotation to imagesGreg Roach1-184/+89
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-2/+2
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach1-2/+2
2022-08-13Add error infor to 404 replacement imagesGreg Roach1-4/+8
2022-04-14Fix: #3575 - show supported image formats when checking treesGreg Roach1-4/+4
2022-04-05Upper/lower case mismatch causes wrong content-type header for CSV downloadGreg Roach1-7/+7
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-11-02Strict typesGreg Roach1-1/+1
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-10-19Do not allow HTML media to contain iframesGreg Roach1-2/+2
2021-10-13Remove unused importsGreg Roach1-1/+0
2021-10-10Block javascript in HTML media filesGreg Roach1-2/+5
2021-10-08Fix: image/svg can contain scriptsGreg Roach1-39/+32
2021-08-02Split compress-response / content-length middleware into twoGreg Roach1-4/+2
2021-03-15Filesystem error handlingGreg Roach1-8/+19
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-2/+2
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-5/+7
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-16/+16
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-4/+4
2020-09-28Fix: #3523 - ImageMagick sometimes fails to detect image qualityGreg Roach1-1/+1
2020-09-15Remove league/glide. Use intervention/image directly.Greg Roach1-0/+429