summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/Auth/LoginController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-05Working on routingGreg Roach1-228/+0
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-15/+19
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-6/+6
2019-04-11Use PSR-15 request handlers as alternative to controllers/actionsGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-18/+17
2019-03-07Code style and testingGreg Roach1-1/+1
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-2/+2
2019-02-26Remove global constant WT_TIMESTAMPGreg Roach1-1/+2
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-4/+19
2019-01-26Need an empty tree in the container during setupGreg Roach1-1/+1
2019-01-06Use illuminate/databaseGreg Roach1-7/+6
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-20Remove unused importsGreg Roach1-1/+0
2018-12-08Move DebugBar code to middlewareGreg Roach1-2/+0
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-1/+1
2018-10-10Do not cast to booleanGreg Roach1-1/+1
2018-10-08Code styleGreg Roach1-1/+1
2018-10-08Strict typesGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-2/+2
2018-09-21PHPdocGreg Roach1-0/+1
2018-08-27Removed not required use statements (#1853)Rico Sonntag1-1/+0
2018-08-14Move upgrade logic to serviceGreg Roach1-21/+7
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-15/+8
2018-07-16Use PSR2 code styleGreg Roach1-157/+163
2018-07-15Fix: #1538 - redirect to tree page after login (if no URL specifiedGreg Roach1-1/+1
2018-06-26Update links to upgrade wizardGreg Roach1-1/+1
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-2/+2
2018-02-18Error in redirect after loginGreg Roach1-2/+2
2018-02-18CodeStyleGreg Roach1-3/+3
2018-02-18Convert login/registration to http/controllerGreg Roach1-0/+228