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.
4 weeks ago
..
Admin refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
Api refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
Auth refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
Groups Update trustedproxy config 1 month ago
Import
OAuth Prevent deletion of personal access OAuth client 4 weeks ago
Settings Convert string references to `::class` 4 weeks ago
Stories Convert string references to `::class` 4 weeks ago
AccountController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
AccountInterstitialController.php
AdminController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
AdminCuratedRegisterController.php
AdminInviteController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
AdminShadowFilterController.php Convert string references to `::class` 4 weeks ago
ApiController.php
AppRegisterController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
AuthorizeInteractionController.php
AvatarController.php
BookmarkController.php
CircleController.php
CircleProfileController.php
CollectionController.php Convert string references to `::class` 4 weeks ago
CollectionItemController.php
CommentController.php Convert string references to `::class` 4 weeks ago
ComposeController.php Convert string references to `::class` 4 weeks ago
ContactController.php
Controller.php
CuratedRegisterController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
CustomFilterController.php
CustomFilterKeywordController.php
CustomFilterStatusController.php
DeckController.php
DirectMessageController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
DiscoverCategoryController.php
DiscoverCategoryHashtagController.php
DiscoverController.php
FederationController.php
FollowerController.php
GroupController.php
GroupFederationController.php
GroupPostController.php
HashtagController.php
HashtagFollowController.php
HealthCheckController.php
ImportController.php
ImportPostController.php
InstallController.php
InstanceActorController.php
InternalApiController.php Convert string references to `::class` 4 weeks ago
LandingController.php
LikeController.php
LiveStreamController.php
MediaBlocklistController.php
MediaController.php
MediaTagController.php Convert string references to `::class` 4 weeks ago
MicroController.php
MobileController.php
NewsroomController.php
NotificationController.php
PageController.php
ParentalControlsController.php
PersonalAccessTokenController.php Handle PAT creation gracefully when not configured 4 weeks ago
PixelfedDirectoryController.php
PlaceController.php
PollController.php
PortfolioController.php
ProfileAliasController.php
ProfileController.php Convert string references to `::class` 4 weeks ago
ProfileMigrationController.php
ProfileSponsorController.php
PublicApiController.php
RemoteAuthController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
RemoteOidcController.php
ReportController.php Convert string references to `::class` 4 weeks ago
SearchController.php
SeasonalController.php Convert string references to `::class` 4 weeks ago
SettingsController.php
SiteController.php
SoftwareUpdateController.php
SpaController.php
StatusController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
StatusEditController.php Merge branch 'staging' into remove-exp-pue 1 month ago
StoryComposeController.php Merge branch 'dev' into shift-179490 4 weeks ago
StoryController.php
TimelineController.php Convert string references to `::class` 4 weeks ago
UIKitController.php
UserAppSettingsController.php
UserEmailForgotController.php
UserInviteController.php
UserRolesController.php