summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/Auth/ForgotPasswordController.php
AgeCommit message (Expand)AuthorFilesLines
2019-09-22Update password reset procedureGreg Roach1-121/+0
2019-09-18Fix: #2575 and #1945 - update email from/reply-to fields, allow registration ...Greg Roach1-4/+5
2019-09-13Refactor Mail into MailServiceGreg Roach1-2/+17
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-1/+1
2019-04-17CodeStyleGreg Roach1-1/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-12/+11
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-8/+11
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-14/+13
2019-01-09Use Str::random() for random stringsGreg Roach1-10/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-20Remove unused importsGreg Roach1-3/+1
2018-11-18Rename Tree::getTitle() to title()Greg Roach1-1/+1
2018-10-28Strict typesGreg Roach1-1/+1
2018-10-08Code styleGreg Roach1-1/+1
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-2/+2
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-4/+4
2018-08-16Use better random numbersGreg Roach1-1/+1
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-63/+67
2018-05-10Code style / unused variablesGreg Roach1-3/+0
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-05-06Layouts require tree parameterGreg Roach1-0/+4
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-2/+2
2018-02-18CodeStyleGreg Roach1-1/+1
2018-02-18Convert login/registration to http/controllerGreg Roach1-0/+111