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 c807a8524c refactor: replace short facade aliases with fully-qualified imports
Convert all 273 short facade alias imports (e.g. 'use Cache;') to their
fully-qualified class names (e.g. 'use Illuminate\Support\Facades\Cache;')
across 193 files.

This resolves 643 PHPStan 'class.notFound' errors caused by the static
analyzer being unable to resolve global aliases, and aligns with modern
Laravel conventions. It also unblocks removing the aliases array from
config/app.php in a future change.

All 107 tests pass.
4 weeks ago
..
Admin refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Api refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Auth refactor: replace deprecated str_random() with Str::random() 4 weeks ago
Groups Update trustedproxy config 1 month ago
Import refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
OAuth Prevent deletion of personal access OAuth client 1 month ago
Settings refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Stories refactor: replace deprecated str_random() with Str::random() 4 weeks ago
AccountController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AccountInterstitialController.php
AdminController.php refactor: replace short facade aliases with fully-qualified imports 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` 1 month ago
ApiController.php Remove exp.rec recommendations dead code 5 months ago
AppRegisterController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
AuthorizeInteractionController.php
AvatarController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
BookmarkController.php
CircleController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
CircleProfileController.php
CollectionController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
CollectionItemController.php
CommentController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ComposeController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ContactController.php refactor: replace short facade aliases with fully-qualified imports 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 refactor: replace short facade aliases with fully-qualified imports 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 refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
HealthCheckController.php
ImportController.php
ImportPostController.php
InstallController.php Update composer deps 7 months ago
InstanceActorController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
InternalApiController.php refactor: replace short facade aliases with fully-qualified imports 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 Convert string references to `::class` 1 month ago
MicroController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
MobileController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
NewsroomController.php refactor: replace short facade aliases with fully-qualified imports 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 Handle PAT creation gracefully when not configured 1 month ago
PixelfedDirectoryController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
PlaceController.php Update PlaceController.php 1 month ago
PollController.php
PortfolioController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ProfileAliasController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ProfileController.php refactor: replace short facade aliases with fully-qualified imports 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 refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
RemoteAuthController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
RemoteOidcController.php Update RemoteOidcController.php 1 month ago
ReportController.php refactor: replace short facade aliases with fully-qualified imports 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 refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
SiteController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
SoftwareUpdateController.php
SpaController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StatusController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StatusEditController.php Merge branch 'staging' into remove-exp-pue 1 month ago
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 refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
UIKitController.php
UserAppSettingsController.php
UserEmailForgotController.php
UserInviteController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
UserRolesController.php