summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/MediaController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-31Refactor controllers as request handlersGreg Roach1-102/+0
2019-10-31Fix: missing parameter on gedcom record page; Refactor controller as handlerGreg Roach1-1/+2
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-4/+5
2019-10-30Add assertions for route parametersGreg Roach1-2/+6
2019-10-30Fix: #2712 - undefined parameterGreg Roach1-0/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Fix: #2626 empty slugs cause redirect loopGreg Roach1-1/+1
2019-10-15Fix: #2626 empty slugs cause redirect loopGreg Roach1-1/+1
2019-10-09Working on routingGreg Roach1-0/+1
2019-10-06Use aura/routerGreg Roach1-1/+7
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-5/+16
2019-05-17PHPdocGreg Roach1-1/+0
2019-05-09PSR-7 requestsGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-7/+7
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-1/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-10/+7
2019-02-05Missing parameterGreg Roach1-1/+2
2019-02-05Fix: #2159 - integrate clipboard support into modulesGreg Roach1-11/+14
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-1/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-1/+1
2018-10-28Strict typesGreg Roach1-1/+1
2018-08-13Type hint closure return typesGreg Roach1-1/+1
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-3/+2
2018-07-16Use PSR2 code styleGreg Roach1-37/+40
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-05-05Working on themes/layoutsGreg Roach1-0/+1
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-1/+1
2018-01-21Tidy route parametersGreg Roach1-7/+8
2018-01-19Error handling / exceptionsGreg Roach1-35/+13
2018-01-13Scrutinizer Auto-Fixes (#1579)Scrutinizer Auto-Fixer1-2/+0
2018-01-13Fix: #1364 - Move edit functions from the navigation menu to the pageGreg Roach1-26/+0
2018-01-13Use views for genealogy objectsGreg Roach1-164/+56
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-31Move assets to resources/assetsGreg Roach1-1/+1
2017-12-10Import thumbnails from webtrees1Greg Roach1-0/+3
2017-12-03Scrutinizer Auto-Fixes (#1524)Scrutinizer Auto-Fixer1-3/+3
2017-12-02Working on media filesGreg Roach1-26/+33
2017-12-02Working on media handlingGreg Roach1-0/+218