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 4320231c1f fix: replace deprecated $request->get() with $request->input()
Symfony 8.0 removes Request::get(). Laravel 13 will support Symfony 8,
so these 11 usages would break on upgrade. Using $request->input()
which checks both query string and request body (same behavior as the
old get() method).
4 weeks ago
..
Admin fix: resolve undefined variable bugs (phpstan variable.undefined) 4 weeks ago
Api fix: replace deprecated $request->get() with $request->input() 4 weeks ago
Auth fix: resolve str_ends_with TypeError in RegisterController 4 weeks ago
Groups fix: resolve undefined $status variable in GroupsPostController::deletePost 4 weeks ago
Import fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
OAuth
…
Settings fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
Stories fix: replace backslash-prefixed facade calls with imported references 4 weeks ago
AccountController.php Update AccountController.php 4 weeks ago
AccountInterstitialController.php
…
AdminController.php fix: add missing use imports to resolve phpstan class.notFound errors 4 weeks ago
AdminCuratedRegisterController.php
…
AdminInviteController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
AdminShadowFilterController.php
…
ApiController.php
…
AppRegisterController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
AuthorizeInteractionController.php
…
AvatarController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
BookmarkController.php
…
CircleController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
CircleProfileController.php
…
CollectionController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
CollectionItemController.php
…
CommentController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
ComposeController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
ContactController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
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 fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
FederationController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
FollowerController.php
…
GroupController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
GroupFederationController.php
…
GroupPostController.php
…
HashtagController.php
…
HashtagFollowController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
HealthCheckController.php
…
ImportController.php
…
ImportPostController.php fix: replace backslash-prefixed facade calls with imported references 4 weeks ago
InstallController.php
…
InstanceActorController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
InternalApiController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
LandingController.php
…
LikeController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
LiveStreamController.php
…
MediaBlocklistController.php
…
MediaController.php
…
MediaTagController.php
…
MicroController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
MobileController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
NewsroomController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
NotificationController.php
…
PageController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ParentalControlsController.php refactor: replace deprecated str_random() with Str::random() 4 weeks ago
PersonalAccessTokenController.php fix: remove deprecated Passport::personalAccessClientId() and enableImplicitGrant() 4 weeks ago
PixelfedDirectoryController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
PlaceController.php
…
PollController.php
…
PortfolioController.php fix: resolve undefined variable bugs (phpstan variable.undefined) 4 weeks ago
ProfileAliasController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ProfileController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
ProfileMigrationController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ProfileSponsorController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
PublicApiController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
RemoteAuthController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
RemoteOidcController.php fix: replace deprecated $request->get() with $request->input() 4 weeks ago
ReportController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
SearchController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
SeasonalController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
SettingsController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
SiteController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
SoftwareUpdateController.php
…
SpaController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StatusController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
StatusEditController.php
…
StoryComposeController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StoryController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
TimelineController.php comment dead code 4 weeks ago
UIKitController.php
…
UserAppSettingsController.php
…
UserEmailForgotController.php
…
UserInviteController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
UserRolesController.php
…