summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/MediaFileController.php
AgeCommit message (Expand)AuthorFilesLines
2020-07-20Refactor MediaFileController into request handlersGreg Roach1-332/+0
2020-07-04Change variable namesGreg Roach1-2/+2
2020-06-16Make cache-control headers consistentGreg Roach1-5/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+3
2020-05-01Move MIME constants to their own classGreg Roach1-6/+10
2020-05-01CodeStyleGreg Roach1-8/+8
2019-12-11TypoGreg Roach1-1/+1
2019-12-11Fix: #2866 - allow non-image media files to be displayed in the browserGreg Roach1-1/+4
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-4/+4
2019-11-22Use a template to generate SVG error imagesGreg Roach1-2/+2
2019-11-13Unused importsGreg Roach1-1/+0
2019-11-06Fix: #2751 - missing filesystem parameter for non-image downloadsGreg Roach1-1/+1
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-32/+32
2019-10-30Add assertions for route parametersGreg Roach1-2/+8
2019-10-17PSR12Greg Roach1-0/+1
2019-10-11Fix: pretty URLs break thumbnail signaturesGreg Roach1-0/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-4/+0
2019-10-06Use aura/routerGreg Roach1-6/+4
2019-09-29PSR12Greg Roach1-0/+3
2019-09-29Add tree to request; preparing for routerGreg Roach1-5/+4
2019-09-25Fix: #1675 - Workaround for https://github.com/thephpleague/glide/issues/227Greg Roach1-1/+8
2019-09-24Typehint against interfaces instead of concrete classesGreg Roach1-1/+1
2019-09-24Use Flysystem for more filesystem operationsGreg Roach1-68/+92
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-1/+0
2019-05-17Add support for reverse-proxy configurationsGreg Roach1-1/+4
2019-05-17Cache-control headersGreg Roach1-3/+4
2019-05-09PSR-7 requestsGreg Roach1-6/+9
2019-04-12Fix: #2378 - undefined property error when downloading mediaGreg Roach1-1/+1
2019-04-11Replace standalone emitter with middlewareGreg Roach1-11/+14
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-53/+48
2019-03-07Code style and testingGreg Roach1-2/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-08Restructure resources folder to match changes in laravel 5.7Greg Roach1-1/+1
2018-12-01PHP 7.1: Multiple types in catch blockGreg Roach1-3/+1
2018-10-28Strict typesGreg Roach1-4/+4
2018-10-28Strict typesGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-6/+6
2018-08-27Fixed case mismatches (#1865)Rico Sonntag1-2/+2
2018-08-19CodeStyleGreg Roach1-3/+3
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-6/+4
2018-07-16Use PSR2 code styleGreg Roach1-205/+217
2018-07-14Use more specific exceptionsGreg Roach1-1/+2
2018-03-30Fix: #1670 - log errors when thumbnails cannot be createdGreg Roach1-0/+3
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-1/+1
2018-02-19Fix: #1618 - add handler for media files that are not imagesGreg Roach1-0/+51
2018-01-18Replace PHP5 ErrorException with PHP7 ThrowableGreg Roach1-3/+3
2018-01-13Use views for genealogy objectsGreg Roach1-0/+228