summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/PasswordRequestAction.php
AgeCommit message (Expand)AuthorFilesLines
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-1/+2
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-3/+8
2021-10-04Add rate-limit for visitor actions that could send emailGreg Roach1-6/+16
2021-09-09Do not allow the reset-password feature to be used for user-enumerationGreg Roach1-6/+9
2021-05-18CodeStyleGreg Roach1-4/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-11-30Strict typesGreg Roach1-1/+1
2019-12-13CodeStyle - strict typesGreg Roach1-1/+3
2019-11-12Add tree parameter to registration and password resetGreg Roach1-2/+8
2019-11-01Fix: #2719 cannot send messages using ugly urls; refactor controller as reque...Greg Roach1-9/+9
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+0
2019-10-09Working on routingGreg Roach1-1/+1
2019-10-07Named routesGreg Roach1-2/+2
2019-09-29PSR12Greg Roach1-0/+2
2019-09-29Add tree to request; preparing for routerGreg Roach1-1/+1
2019-09-22Update password reset procedureGreg Roach1-0/+103