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
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
..
Auth chore: resolve psalm issues in admin commands and auth 4 weeks ago
Console/Commands Add notification gc 2 weeks ago
Events refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Http Replace custom register token with spatie/laravel-honeypot 2 weeks ago
Jobs Update DeleteAccountPipeline.php 3 weeks ago
Listeners refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Mail refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Models Merge pull request #7059 from pixelfed/chore/convert-string-refs-to-class 2 weeks ago
Observers refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Passport Fix PAT 3 months ago
Policies refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Providers chore: modernize service providers for Laravel 13 readiness 3 weeks ago
Rules refactor: rename PixelfedUsername rule to ValidUsername 4 weeks ago
Services Lint 2 weeks ago
Transformer Convert optional() to nullsafe operator 3 weeks ago
Util Update UpdatePersonValidator.php 2 weeks ago
HasSnowflakePrimary.php Lint 9 months ago
helpers.php Lint 9 months ago