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 fce75030e0 refactor: simplify storage:maintenance flags and make it quiet by default
- Drop --except (--only already covers task selection)
- Quiet by default; per-root/per-item and summary lines now require -v/--verbose
- Errors are always shown regardless of verbosity
- Document the command in the console README
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
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
StorageMaintenance.php refactor: simplify storage:maintenance flags and make it quiet by default 4 weeks ago
TransformImports.php feat: storage:maintenance command + in-flow cleanup of emptied dirs 4 weeks ago
WeeklyInstanceScan.php