summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/RegisterAction.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-12-24CodeStyleGreg Roach1-11/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-12-23Fix: #4979 - system emails sent in wrong languageGreg Roach1-1/+1
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-07PHP 8.0 - use nullsafe operatorGreg Roach1-1/+1
2022-12-02CodeStyleGreg Roach1-2/+4
2022-12-02Mark password parameters as sensitiveGreg Roach1-2/+6
2022-11-18Use ValidatorGreg Roach1-9/+6
2022-06-01Use constants for contact methodsGreg Roach1-2/+7
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-13CodeStyle - upper/lower case mismatchesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-3/+4
2021-10-04Add rate-limit for visitor actions that could send emailGreg Roach1-6/+14
2021-10-03Refactor HTTP exceptionsGreg Roach1-1/+1
2021-09-07Fix: do not pass email/username in URL parametersGreg Roach1-11/+17
2021-06-12Site and tree default preferencesGreg Roach1-1/+1
2021-05-18CodeStyleGreg Roach1-6/+3
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-16/+16
2020-08-13Wrong base class for some request handlersGreg Roach1-2/+5
2020-05-08New module to redirect legacy URLsGreg Roach1-8/+8
2020-04-26User registration comments are limited to 255 charactersGreg Roach1-6/+6
2020-01-10Fix: #2962 - default time zone for new usersGreg Roach1-0/+1
2019-12-22Fix: #2901 - add captcha to deter spam messages/registrationsGreg Roach1-12/+21
2019-12-20Unused importsGreg Roach1-1/+0
2019-12-13CodeStyle - strict typesGreg Roach1-5/+7
2019-12-11Fix: token missing in registration emailsGreg Roach1-4/+7
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-3/+3
2019-11-12Add tree parameter to registration and password resetGreg Roach1-2/+8
2019-11-11Simplify access to current localeGreg Roach1-6/+1
2019-11-10Fix: #2759, fix #2761 - add tree to registration notification emailsGreg Roach1-9/+27
2019-11-10Fix: #2759 - missing parameter in registration email templateGreg Roach1-2/+2
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-14/+14
2019-11-01Fix: #2719 cannot send messages using ugly urls; refactor controller as reque...Greg Roach1-10/+10
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-1/+7
2019-10-24Fix: #2691 - Routing for account edit/deleteGreg Roach1-6/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16PHPdoc; assertionsGreg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+3
2019-10-12Working on request/base URL logicGreg Roach1-1/+1
2019-10-07Named routesGreg Roach1-1/+1
2019-10-05Working on routingGreg Roach1-0/+215