summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/HomePageController.php
AgeCommit message (Expand)AuthorFilesLines
2019-12-16Convert home page controller into request handlers and a serviceGreg Roach1-933/+0
2019-12-13CodeStyle - strict typesGreg Roach1-6/+10
2019-12-10PHPdocGreg Roach1-15/+15
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-9/+9
2019-11-07Strict typesGreg Roach1-30/+32
2019-11-04DeadCodeGreg Roach1-12/+2
2019-11-02Improve logic when masquerading as another userGreg Roach1-53/+0
2019-10-30Add assertions for route parametersGreg Roach1-9/+27
2019-10-30Use admin theme when editing default blocksGreg Roach1-3/+14
2019-10-25No need to throw exceptions in assert()Greg Roach1-3/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16PHPdoc; assertionsGreg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+4
2019-10-14Working on routingGreg Roach1-4/+7
2019-10-10Working on routingGreg Roach1-11/+12
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-40/+49
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-2/+3
2019-07-17Use constants for block locationsGreg Roach1-38/+47
2019-07-14Refactor blocksGreg Roach1-2/+2
2019-06-23Fix: #1071 - cannot change blocks with touch interfacesGreg Roach1-4/+20
2019-05-17PHPdocGreg Roach1-5/+0
2019-05-09PSR-7 requestsGreg Roach1-11/+11
2019-05-09PSR-7 requestsGreg Roach1-12/+16
2019-04-29Fix: upgrade wizardGreg Roach1-1/+1
2019-04-29Fix: cannot update home/tree page blocksGreg Roach1-5/+7
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-2/+2
2019-04-25Strict typesGreg Roach1-2/+2
2019-04-17Collections: combine filter() and first()Greg Roach1-4/+3
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-101/+100
2019-04-03Declare static closuresGreg Roach1-7/+7
2019-03-20Edit blocks page - sort available blocksGreg Roach1-2/+2
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-5/+10
2019-02-25Fix: #2270 - error creating default blocks for tree/userGreg Roach1-2/+2
2019-02-24Working on modulesGreg Roach1-2/+2
2019-02-23Refactor module componentsGreg Roach1-1/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-49/+57
2019-01-30Create ModuleServiceGreg Roach1-8/+23
2019-01-29Apply fixes from StyleCI (#2152)Greg Roach1-3/+3
2019-01-29Refactor home page blocks for lazy evaluationGreg Roach1-62/+186
2019-01-24Refactoring module APIGreg Roach1-35/+24
2019-01-22Merge chart controllers into chart modulesGreg Roach1-4/+4
2019-01-21Missing blocks on home pageGreg Roach1-17/+6
2019-01-21Simplify API function nameGreg Roach1-8/+8
2019-01-20Apply fixes from StyleCI (#2123)Greg Roach1-4/+4
2019-01-20StrictTypesGreg Roach1-2/+2
2019-01-20StrictTypesGreg Roach1-2/+2
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-35/+42
2019-01-09Usee illuminate/database in home page controllerGreg Roach1-94/+70