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 a424493420 Replace Str::of() fluent chains with static Str::/native calls
Aligns with the app's dominant convention (171 static Str:: calls vs
24 Str::of() chains). Uses Str::afterLast() for the repeated
"segment after last slash" pattern, Str::matchAll() where a
Collection return is needed, and native explode()/substr() where a
plain array/string suffices.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2 weeks ago
..
Auth chore: resolve psalm issues in admin commands and auth 4 weeks ago
Console/Commands Replace Str::of() fluent chains with static Str::/native calls 2 weeks ago
Events refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Http Replace Str::of() fluent chains with static Str::/native calls 2 weeks ago
Jobs Replace Str::of() fluent chains with static Str::/native calls 2 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 Replace Str::of() fluent chains with static Str::/native calls 2 weeks ago
Observers Fix StoryIndexService 2 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 Replace Str::of() fluent chains with static Str::/native calls 2 weeks ago
Transformer Update StoryService and add has_story to AccountTransformer 2 weeks ago
Util Replace Str::of() fluent chains with static Str::/native calls 2 weeks ago
HasSnowflakePrimary.php Lint 9 months ago
helpers.php Lint 9 months ago