summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/ErrorController.php
AgeCommit message (Expand)AuthorFilesLines
2019-04-14Refactor the bootstrap processGreg Roach1-93/+0
2019-04-13Move route-not-found logic from controller to middlewareGreg Roach1-29/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-42/+30
2019-03-01Typo in HTML in error handlerGreg Roach1-1/+1
2019-02-04Error in error handlerGreg Roach1-0/+1
2019-02-04Working on upgrade wizard and testingGreg Roach1-1/+14
2019-01-26Need an empty tree in the container during setupGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-18Add support for Laravel query-builderGreg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-1/+1
2018-08-19CodeStyleGreg Roach1-2/+2
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-4/+3
2018-07-17Refactor viewsGreg Roach1-2/+2
2018-07-16Use PSR2 code styleGreg Roach1-72/+76
2018-07-14Remove unused import statementsGreg Roach1-1/+0
2018-05-15Fix #1728 - error in error handlerGreg Roach1-1/+1
2018-05-12Convert admin_trees_manage.php to http/controller/viewsGreg Roach1-1/+1
2018-04-12Fix: #1684 - Wrong HTTP status code on error pagesGreg Roach1-4/+5
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-1/+1
2018-02-21Prevent NOTICE about missing "title" attributeRico Sonntag1-1/+1
2018-02-18Convert login/registration to http/controllerGreg Roach1-1/+1
2018-02-17CodeStyleGreg Roach1-1/+0
2018-01-22Yay! Middleware!Greg Roach1-0/+5
2018-01-20Use filp/whoops to display errorsGreg Roach1-18/+43
2018-01-19Error handling / exceptionsGreg Roach1-0/+18
2018-01-14#1577 Use views/controllers for reorder sposuesGreg Roach1-0/+11
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-13Unused importsGreg Roach1-4/+1
2017-12-13Fix #1511 - no available routeGreg Roach1-0/+61