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 7c5d93e96b refactor: consolidate username validation into PixelfedUsername rule
Replace 7 duplicated inline username validation closures across 6
controllers (ApiV1Dot1, RemoteAuth, CuratedRegister, AdminInvite x2,
AppRegister, Auth/Register) with the existing PixelfedUsername rule.

Add the 'must contain at least one alphabetical character' check to
the rule so all call sites share consistent, stricter validation.

Add PixelfedUsernameTest covering all validation branches.
4 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 refactor: consolidate username validation into PixelfedUsername rule 4 weeks ago
ResetPasswordController.php refactor: add return type declarations to controller methods 4 weeks ago