summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/AbstractBaseController.php
AgeCommit message (Expand)AuthorFilesLines
2021-03-11Remove deprecated codeGreg Roach1-32/+0
2021-02-18Restore deleted base-controller classes and mark as deprecatedGreg Roach1-0/+32
2021-01-26Convert controller to request handlersGreg Roach1-30/+0
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-04-13Replace duplicated function viewResponse() with traitGreg Roach1-27/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-4/+5
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-26/+0
2019-01-24Refactoring module APIGreg Roach1-24/+0
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-133/+0
2019-01-21Remove unnecessary base chart controllerGreg Roach1-0/+29
2019-01-01Happy 2019Greg Roach1-1/+1
2018-09-21PHPdocGreg Roach1-0/+1
2018-08-30PHPdocGreg Roach1-0/+7
2018-08-19CodeStyleGreg Roach1-14/+14
2018-07-16Use PSR2 code styleGreg Roach1-125/+134
2018-07-13Remove the googlemaps module and lots of old codeGreg Roach1-6/+1
2018-06-02Refactor error handlingGreg Roach1-31/+42
2018-05-10Code style / unused variablesGreg Roach1-1/+0
2018-05-05Working on themes/layoutsGreg Roach1-16/+11
2018-05-05Convert GEDCOM import to use http controllersGreg Roach1-1/+1
2018-04-06Convert messaging to use http/controllers/viewsGreg Roach1-0/+1
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-0/+188