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/Internal
Your Name 9704fd5a36 refactor: use GarbageCollector prefix for GC console command classes
Rename the internal garbage collector commands to a consistent
GarbageCollector* naming scheme (file + class). Command signatures are
unchanged, so the scheduler and cron entries are unaffected.

- MediaGarbageCollector          -> GarbageCollectorMedia
- DatabaseSessionGarbageCollector -> GarbageCollectorDatabaseSession
- FailedJobGC                    -> GarbageCollectorFailedJob
- PasswordResetGC                -> GarbageCollectorPasswordReset
- GCRemcache                     -> GarbageCollectorRemcache
- StoryGC                        -> GarbageCollectorStory
- ImportUploadGarbageCollection  -> GarbageCollectorImportUpload
4 weeks ago
..
AccountPostCountStatUpdate.php
CleanupExpiredAppRegistrations.php
GarbageCollectorDatabaseSession.php refactor: use GarbageCollector prefix for GC console command classes 4 weeks ago
GarbageCollectorFailedJob.php refactor: use GarbageCollector prefix for GC console command classes 4 weeks ago
GarbageCollectorImportUpload.php refactor: use GarbageCollector prefix for GC console command classes 4 weeks ago
GarbageCollectorMedia.php refactor: use GarbageCollector prefix for GC console command classes 4 weeks ago
GarbageCollectorPasswordReset.php refactor: use GarbageCollector prefix for GC console command classes 4 weeks ago
GarbageCollectorRemcache.php refactor: use GarbageCollector prefix for GC console command classes 4 weeks ago
GarbageCollectorStory.php refactor: use GarbageCollector prefix for GC console command classes 4 weeks ago
HashtagCachedCountUpdate.php
ImportRemoveDeletedAccounts.php
ImportUploadCleanStorage.php
ImportUploadMediaToCloudStorage.php
InstanceUpdateTotalLocalPosts.php
NotificationEpochUpdate.php
PushGatewayRefresh.php
SoftwareUpdateRefresh.php
TransformImports.php
WeeklyInstanceScan.php