summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/AdminUpgradeController.php
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Remove old classGreg Roach1-368/+0
2019-03-07Code style and testingGreg Roach1-4/+4
2019-03-06Add visibility to constantsGreg Roach1-3/+3
2019-02-20Convert SQL queries to use illuminate/databaseGreg Roach1-3/+5
2019-02-13Refactoring themes and chart boxesGreg Roach1-1/+1
2019-02-04Working on upgrade wizard and testingGreg Roach1-0/+366
2019-02-01Refactor admin controllers and add testsGreg Roach1-369/+0
2019-01-05Use illuminate/databaseGreg Roach1-6/+9
2019-01-04Add visibility to constantsGreg Roach1-4/+4
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-3/+3
2018-11-18Rename Tree::getTitle() to title()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-10-13Unused variableGreg Roach1-1/+0
2018-10-12CommentsGreg Roach1-0/+1
2018-10-12Error handlingGreg Roach1-13/+24
2018-10-03PHP 7 has native integer divisionGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-15/+17
2018-09-21PHPdocGreg Roach1-0/+1
2018-09-11Fix: #1892 - create a service for handling timeouts with long-running processesGreg Roach1-5/+12
2018-08-27Removed not required use statements (#1853)Rico Sonntag1-1/+0
2018-08-19CodeStyleGreg Roach1-2/+2
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-6/+6
2018-08-14Move upgrade logic to serviceGreg Roach1-93/+38
2018-08-13Type hint closure return typesGreg Roach1-2/+2
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-4/+2
2018-07-16Use PSR2 code styleGreg Roach1-288/+307
2018-06-26Convert upgrade wizard to http/controllerGreg Roach1-0/+384