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 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
..
Auth Pint app/ 4 weeks ago
Console/Commands Merge pull request #6892 from pixelfed/refactor/move-models-to-namespace 4 weeks ago
Events refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Http refactor: consolidate username validation into PixelfedUsername rule 4 weeks ago
Jobs refactor: migrate LikePipeline to use NotificationService::firstOrCreateNotification 4 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 refactor: extract duplicate patterns into shared methods 4 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 refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Rules refactor: consolidate username validation into PixelfedUsername rule 4 weeks ago
Services fix: resolve larastan class.notFound errors 4 weeks ago
Transformer fix: resolve 3 remaining Larastan errors from model migration 4 weeks ago
Util fix: resolve larastan class.notFound errors 4 weeks ago
HasSnowflakePrimary.php
helpers.php