summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/Auth/VerifyEmailController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-05Working on routingGreg Roach1-124/+0
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-5/+10
2019-09-20Unused parameterGreg Roach1-3/+1
2019-09-18Error when verifying email and no tree existsGreg Roach1-1/+1
2019-09-18Fix: #1945 - registration emails now go to admins, not genealogy contactsGreg Roach1-10/+8
2019-09-18Fix: #2575 and #1945 - update email from/reply-to fields, allow registration ...Greg Roach1-3/+4
2019-09-13Refactor Mail into MailServiceGreg Roach1-2/+17
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-1/+1
2019-05-17Add support for reverse-proxy configurationsGreg Roach1-1/+3
2019-05-09PSR-7 requestsGreg Roach1-1/+1
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-7/+7
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-7/+10
2019-01-21Simplify API function nameGreg Roach1-1/+1
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-12/+2
2019-01-06Use illuminate/databaseGreg Roach1-12/+12
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename Tree::getTitle() to title()Greg Roach1-3/+3
2018-10-14Fix: #1908 - missing genealogy contact prevents user verificationGreg Roach1-24/+27
2018-10-06PHPdocGreg Roach1-1/+1
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-4/+4
2018-08-27Removed not required use statements (#1853)Rico Sonntag1-1/+0
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-66/+68
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/+110