summaryrefslogtreecommitdiff
path: root/app/Factories
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 Roach28-28/+28
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-06-03Fix: #5151 - use UUIDv7 instead of UUIDv4Greg Roach1-4/+4
2025-02-20Code StyleGreg Roach1-5/+0
2025-01-16It's 2025. Update copyright date.Greg Roach28-28/+28
2025-01-09Fix: #5100, fix: #4828 - _UID fields have wrong checksum. Do not automatical...Greg Roach1-4/+0
2025-01-09Fix: #5100, fix: #4828 - _UID fields have wrong checksum. Do not automatical...Greg Roach1-9/+10
2025-01-06Add PhpService so we can mock/test calles to ini_get(), etc.Greg Roach2-11/+10
2024-11-30Fix: #5042 - watermarked images cropped incorrectlyGreg Roach1-2/+2
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach15-23/+23
2024-04-09Fix: #4592 - apply EXIF rotation to imagesGreg Roach1-184/+89
2024-03-31CodeStyleGreg Roach2-2/+2
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHP 8.2 - union typesGreg Roach16-109/+41
2024-03-31PHP 7.4 - short arrow functionsGreg Roach2-7/+5
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach14-17/+17
2024-01-17Error handlingGreg Roach1-1/+1
2023-11-06Do not allow invalid HEAD:DATE to break the statisticsGreg Roach1-2/+2
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach14-15/+14
2023-07-23phpdocGreg Roach1-3/+1
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach2-14/+7
2023-03-23PHPdocGreg Roach2-2/+2
2023-03-10Use realpath() for data folderGreg Roach1-1/+3
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach12-12/+13
2023-01-25It's 2023Greg Roach28-28/+28
2023-01-25It's 2023Greg Roach28-28/+28
2023-01-21Fix: #4738 - if no HEAD:CHAR, assume GEDCOM7/UTF-8Greg Roach1-1/+1
2023-01-14Fix: #4721 - concurrent edits can create duplicate XREFsGreg Roach1-3/+2
2023-01-13Performance - make fewer SQL queries when iterating over existing XREFsGreg Roach1-1/+3
2023-01-11CodeStyle - use null coalesce operatorGreg Roach12-12/+12
2023-01-11CodeStyle - ::class constantGreg Roach13-13/+13
2022-11-30PHPdocGreg Roach1-0/+2
2022-11-30Remove unused importsGreg Roach1-1/+0
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach2-3/+3
2022-11-28Remove deprecated codeGreg Roach1-18/+2
2022-11-27PHP 8.0 - Union typesGreg Roach1-3/+3
2022-11-27League/Flysystem now provide their own version of our ChrootAdapterGreg Roach1-11/+9
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach2-11/+28
2022-10-31Re-order import statementsGreg Roach1-1/+1
2022-09-30Use arrow functionsGreg Roach11-78/+11
2022-09-06CodeStyleGreg Roach1-0/+1
2022-08-13Add error infor to 404 replacement imagesGreg Roach1-4/+8
2022-06-20Fix: pending changes should not be shown to visitorsGreg Roach1-0/+6
2022-06-06CodeStyleGreg Roach1-1/+0
2022-06-02Use a factory to make the current timeGreg Roach1-0/+38
2022-06-02Use a factory to make unqique identifiersGreg Roach1-0/+99