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/Api
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
..
V1 refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminApiController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ApiController.php refactor: add return type declarations to controller methods 4 weeks ago
ApiV1Controller.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ApiV1Dot1Controller.php refactor: consolidate username validation into PixelfedUsername rule 4 weeks ago
ApiV2Controller.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
BaseApiController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago