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/tests
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
..
Feature refactor: consolidate username validation into PixelfedUsername rule 4 weeks ago
Unit refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
bats
CreatesApplication.php
Pest.php feat: add critical path test suite and fix auth/config issues 4 weeks ago
TestCase.php