You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Http/Controllers/Auth
Your Name ce4343e3e2 Replace custom register token with spatie/laravel-honeypot
Swap the custom 'rt' register token anti-spam mechanism for
spatie/laravel-honeypot on the registration and parental-controls
invite flows.

- Add spatie/laravel-honeypot and publish config/honeypot.php
- Remove getRegisterToken() and the rt validation rule from RegisterController
- Replace the rt hidden field with the @honeypot directive in both forms
- Attach ProtectAgainstSpam middleware to POST /register and the
  parental-controls invite register route
- Update RegisterTest to disable honeypot for the valid registration case
2 weeks ago
..
ForgotPasswordController.php refactor: add return type declarations to controller methods 4 weeks ago
LoginController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
RegisterController.php Replace custom register token with spatie/laravel-honeypot 2 weeks ago
ResetPasswordController.php refactor: add return type declarations to controller methods 4 weeks ago