summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/Auth/RegisterController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-05Working on routingGreg Roach1-277/+0
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-4/+9
2019-09-18Fix: #1945 - registration emails now go to admins, not genealogy contactsGreg Roach1-13/+7
2019-09-18Fix: #2575 and #1945 - update email from/reply-to fields, allow registration ...Greg Roach1-7/+14
2019-09-13Remove old/unused importGreg Roach1-1/+0
2019-09-13Refactor Mail into MailServiceGreg Roach1-3/+11
2019-08-25Fix: #2516 - registration error is not translatedGreg Roach1-1/+1
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-1/+1
2019-05-17Add support for reverse-proxy configurationsGreg Roach1-14/+19
2019-05-09PSR-7 requestsGreg Roach1-1/+1
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-9/+9
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-19/+15
2019-03-07Code style and testingGreg Roach1-2/+2
2019-02-02Replace password confirmation with hide/show passwordGreg Roach1-16/+10
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-9/+25
2019-01-21Simplify API function nameGreg Roach1-1/+1
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-11/+3
2019-01-06Use illuminate/databaseGreg Roach1-12/+11
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-20Remove unused importsGreg Roach1-6/+2
2018-11-18Rename Tree::getTitle() to title()Greg Roach1-3/+3
2018-10-08Strict typesGreg Roach1-1/+1
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-2/+2
2018-09-21PHPdocGreg Roach1-0/+1
2018-08-19CodeStyleGreg Roach1-1/+1
2018-08-18CodeStyleGreg Roach1-12/+15
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-4/+4
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-5/+2
2018-07-16Use PSR2 code styleGreg Roach1-188/+195
2018-05-22Fix: #1712 - null webmaster setting causes error on registrationGreg Roach1-23/+27
2018-05-10Code style / unused variablesGreg Roach1-6/+0
2018-05-09Add $tree to all viewsGreg Roach1-8/+0
2018-05-06Layouts require tree parameterGreg Roach1-0/+9
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/+258