summaryrefslogtreecommitdiff
path: root/app/MediaFile.php
AgeCommit message (Expand)AuthorFilesLines
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 re...Greg Roach1-8/+13
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
2019-03-09Fix: #2233 some databases cannot index columns longer than 255 charsGreg Roach1-6/+2
2019-03-07Code style and testingGreg Roach1-8/+9
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-2/+2
2019-02-09Fix: #2195 - update mime-type iconsGreg Roach1-7/+8
2019-01-04Add visibility to constantsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-08Move DebugBar code to middlewareGreg Roach1-2/+0
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-2/+2
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-5/+5
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-2/+2
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-11-18Rename Fact::getFactId() to id()Greg Roach1-2/+2
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-03PHP 7 has native integer divisionGreg Roach1-1/+1
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-7/+7
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-8/+8