summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/RepositoryController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-31Missing tree parameter in repository page. Refactor controllers as request h...Greg Roach1-114/+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-5/+6
2019-10-30Add assertions for route parametersGreg Roach1-1/+5
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-9/+15
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-25Strict typesGreg Roach1-2/+2
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-12/+9
2019-02-05Fix: #2159 - integrate clipboard support into modulesGreg Roach1-8/+12
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-1/+2
2019-01-04Use constant arrays instead of static variablesGreg Roach1-11/+11
2019-01-04Use constant arrays instead of static variablesGreg Roach1-19/+18
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-09-21PHPdocGreg 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-50/+53
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-02-17CodeStyleGreg Roach1-1/+0
2018-01-21Tidy route parametersGreg Roach1-3/+5
2018-01-19Error handling / exceptionsGreg Roach1-29/+7
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-0/+134