summaryrefslogtreecommitdiff
path: root/app/Media.php
AgeCommit message (Expand)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-2/+2
2024-03-31CodeStyleGreg Roach1-2/+2
2024-03-31PHP 8.2 - union typesGreg Roach1-3/+1
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-6/+2
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-05-23Fix: names for media files without titlesGreg Roach1-1/+9
2022-05-04Fix: do not show filename for media with titlesGreg Roach1-2/+6
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-1/+1
2022-02-18Make displayImage() arguments consistentGreg Roach1-1/+1
2022-02-11Fix: #1584 - Replace FunctionsPrint* with templatesGreg Roach1-5/+3
2021-03-11Remove deprecated codeGreg Roach1-33/+0
2021-02-04Code styleGreg Roach1-5/+5
2021-01-28Merge some changes from 2.1Greg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-06Fix: #3611 - add row-locks to prevent concurrent editsGreg Roach1-0/+12
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-35/+8
2020-05-01CodeStyleGreg Roach1-9/+8
2019-12-10PHPdocGreg Roach1-1/+1
2019-12-10Add support for Submitter records as first-class objects #2823Greg Roach1-2/+5
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-3/+5
2019-11-03Add privacy-policy/impressum - #2654Greg Roach1-1/+1
2019-10-31Refactor controllers as request handlersGreg Roach1-1/+2
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-05-17PHPdocGreg Roach1-1/+0
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-1/+2
2019-03-07Code style and testingGreg Roach1-7/+7
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-1/+2
2019-02-16Use Collection classGreg Roach1-1/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-2/+2
2019-01-15Apply fixes from StyleCI (#2117)Greg Roach1-1/+1
2019-01-15Use Collection classGreg Roach1-9/+7
2019-01-12Move search functions to new SearchServiceGreg Roach1-1/+1
2019-01-11Simplify row-mappersGreg Roach1-5/+3
2019-01-08Use closures to DRY up codeGreg Roach1-0/+16
2019-01-07Use illuminate/databaseGreg Roach1-6/+5
2019-01-04Scrutinizer Auto-Fixes (#2097)Scrutinizer Auto-Fixer1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-2/+3
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-29Use illuminate/database for GEDCOM recordsGreg Roach1-6/+5
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+1
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-1/+1