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
Your Name edb4368b08 refactor: replace deprecated laravel/helpers with native alternatives
Replace all deprecated helper function calls:
- str_slug() → Str::slug()
- starts_with() → str_starts_with()
- ends_with() → str_ends_with()
- array_first() → Arr::first()
- array_last() → Arr::last()
- array_flatten() → Arr::flatten()

Remove laravel/helpers package from composer.json as it is no longer
needed and will not be maintained for Laravel 13.
1 month ago
..
Admin refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
Api refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
Auth refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
Groups Update trustedproxy config 1 month ago
Import Lint 9 months ago
OAuth Prevent deletion of personal access OAuth client 1 month ago
Settings Convert string references to `::class` 1 month ago
Stories Convert string references to `::class` 1 month ago
AccountController.php refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
AccountInterstitialController.php Lint 9 months ago
AdminController.php refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
AdminCuratedRegisterController.php
…
AdminInviteController.php refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
AdminShadowFilterController.php Convert string references to `::class` 1 month ago
ApiController.php Remove exp.rec recommendations dead code 5 months ago
AppRegisterController.php refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
AuthorizeInteractionController.php
…
AvatarController.php Lint 9 months ago
BookmarkController.php Update BookmarkController.php 9 months ago
CircleController.php Lint 9 months ago
CircleProfileController.php Lint 9 months ago
CollectionController.php Convert string references to `::class` 1 month ago
CollectionItemController.php Lint 9 months ago
CommentController.php Convert string references to `::class` 1 month ago
ComposeController.php Convert string references to `::class` 1 month ago
ContactController.php Lint 9 months ago
Controller.php
…
CuratedRegisterController.php refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
CustomFilterController.php Fix PHP deprecation warnings for implicit nullable parameters 11 months ago
CustomFilterKeywordController.php Lint 9 months ago
CustomFilterStatusController.php Lint 9 months ago
DeckController.php Lint 9 months ago
DirectMessageController.php refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
DiscoverCategoryController.php Lint 9 months ago
DiscoverCategoryHashtagController.php Lint 9 months ago
DiscoverController.php
…
FederationController.php Revert inbox changes 11 months ago
FollowerController.php Lint 9 months ago
GroupController.php RemoveUnreachableStatementRector 11 months ago
GroupFederationController.php Lint 9 months ago
GroupPostController.php Lint 9 months ago
HashtagController.php
…
HashtagFollowController.php Lint 9 months ago
HealthCheckController.php Lint 9 months ago
ImportController.php Lint 9 months ago
ImportPostController.php Update IG Import 12 months ago
InstallController.php Update composer deps 7 months ago
InstanceActorController.php Lint 9 months ago
InternalApiController.php Convert string references to `::class` 1 month ago
LandingController.php
…
LikeController.php Lint 9 months ago
LiveStreamController.php Lint 9 months ago
MediaBlocklistController.php Lint 9 months ago
MediaController.php
…
MediaTagController.php Convert string references to `::class` 1 month ago
MicroController.php
…
MobileController.php Lint 9 months ago
NewsroomController.php Lint 9 months ago
NotificationController.php
…
PageController.php Lint 9 months ago
ParentalControlsController.php Lint 9 months ago
PersonalAccessTokenController.php Handle PAT creation gracefully when not configured 1 month ago
PixelfedDirectoryController.php
…
PlaceController.php Update PlaceController.php 2 months ago
PollController.php Lint 9 months ago
PortfolioController.php Fix for portfolio with recent images not showing up on PSQL 8 months ago
ProfileAliasController.php Fix PHPStan 'empty() always exists and is not falsy' errors 11 months ago
ProfileController.php Convert string references to `::class` 1 month ago
ProfileMigrationController.php Lint 9 months ago
ProfileSponsorController.php
…
PublicApiController.php Update PublicApiController.php 9 months ago
RemoteAuthController.php refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
RemoteOidcController.php Update RemoteOidcController.php 2 months ago
ReportController.php Convert string references to `::class` 1 month ago
SearchController.php
…
SeasonalController.php Convert string references to `::class` 1 month ago
SettingsController.php Update SettingsController.php 2 months ago
SiteController.php
…
SoftwareUpdateController.php Lint 9 months ago
SpaController.php Lint 9 months ago
StatusController.php refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
StatusEditController.php Merge branch 'staging' into remove-exp-pue 1 month ago
StoryComposeController.php Merge branch 'dev' into shift-179490 1 month ago
StoryController.php Update StoryController.php 2 months ago
TimelineController.php Convert string references to `::class` 1 month ago
UIKitController.php Lint 9 months ago
UserAppSettingsController.php Lint 9 months ago
UserEmailForgotController.php
…
UserInviteController.php Lint 9 months ago
UserRolesController.php Lint 9 months ago