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/Console/Commands
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
..
AccountPostCountStatUpdate.php Update AccountPostCountStatUpdate, fix memory leak 2 years ago
AddUserDomainBlock.php Lint commands 9 months ago
AdminInviteCommand.php Update AdminInviteController 3 months ago
AvatarDefaultMigration.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AvatarStorage.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AvatarStorageDeepClean.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
BackupToCloud.php Lint commands 9 months ago
BannedEmailCheck.php Lint commands 9 months ago
CaptchaToggleCommand.php Lint commands 9 months ago
CatchUnoptimizedMedia.php Lint commands 9 months ago
CleanupExpiredAppRegistrations.php Update AppRegister controller, add scheduled cleanup task to delete older than 90d 1 year ago
CloudMediaMigrate.php Lint commands 9 months ago
CuratedOnboardingCommand.php Lint commands 9 months ago
DatabaseSessionGarbageCollector.php Lint commands 9 months ago
DeleteRemoteProfile.php Update DeleteRemoteProfile command 2 years ago
DeleteUserDomainBlock.php Lint commands 9 months ago
ExportLanguages.php Lint commands 9 months ago
FailedJobGC.php Lint commands 9 months ago
FetchMissingMediaMimeType.php Update media_types, use config_cache 3 years ago
FixDuplicateProfiles.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
FixHashtags.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
FixLikes.php Lint commands 9 months ago
FixMediaDriver.php Lint commands 9 months ago
FixMissingUserProfile.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
FixRemotePostCount.php Lint commands 9 months ago
FixStatusCount.php Lint commands 9 months ago
FixUsernames.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
GenerateInstanceActor.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
HashtagCachedCountUpdate.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
HashtagRelatedGenerate.php Lint commands 9 months ago
ImportCities.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ImportEmojis.php Lint commands 9 months ago
ImportRemoveDeletedAccounts.php Lint commands 9 months ago
ImportUploadCleanStorage.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ImportUploadGarbageCollection.php Lint commands 9 months ago
ImportUploadMediaToCloudStorage.php Lint commands 9 months ago
Installer.php Lint commands 9 months ago
InstanceManager.php Lint commands 9 months ago
InstanceUpdateTotalLocalPosts.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Localization.php Add localization:generate command to generate the js/vue l10n files from the blade translations 2 years ago
MediaCloudUrlRewrite.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
MediaFix.php Lint commands 9 months ago
MediaGarbageCollector.php Lint commands 9 months ago
MediaS3GarbageCollector.php Lint commands 9 months ago
NotificationEpochUpdate.php Lint commands 9 months ago
PasswordResetGC.php Lint commands 9 months ago
PushGatewayRefresh.php Lint commands 9 months ago
ReclaimUsername.php Lint commands 9 months ago
RegenerateThumbnails.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
SeedDevUsers.php Create SeedDevUsers.php 4 weeks ago
SeedFollows.php Lint commands 9 months ago
SendUpdateActor.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
SoftwareUpdateRefresh.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StatusDedupe.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StoryGC.php Lint commands 9 months ago
TransformImports.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
UpdateCommand.php Lint commands 9 months ago
UserAccountDelete.php Lint 6 months ago
UserAdmin.php Lint commands 9 months ago
UserAvatarDelete.php Update UserAvatarDelete command. Fixes #6627 1 month ago
UserCreate.php Lint commands 9 months ago
UserDelete.php Lint commands 9 months ago
UserRegistrationMagicLink.php Lint commands 9 months ago
UserShow.php Lint commands 9 months ago
UserSuspend.php Lint commands 9 months ago
UserTable.php Lint commands 9 months ago
UserToggle2FA.php Lint commands 9 months ago
UserUnsuspend.php Lint commands 9 months ago
UserVerifyEmail.php Lint commands 9 months ago
VideoThumbnail.php Lint commands 9 months ago
WeeklyInstanceScan.php Update task scheduler, add weekly instance scan to check nodeinfo for known instances 2 years ago