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/Admin
Your Name 341351c47e Remove sha256 verification from MediaMoveStorageLocalToCloud
original_sha256 is the pre-optimization upload hash and can never match the
optimized local file, so comparing against it is not a valid integrity
check for migration. Drop the --verify-sha256 option and the checksum step
entirely; verify now relies on cloud-object existence and size parity.
2 weeks ago
..
Unstable Fix media storage migration crash when no .env file exists 3 weeks ago
AdminInviteCommand.php chore: resolve psalm issues in admin commands and auth 4 weeks ago
BackupToCloud.php chore: resolve psalm issues in admin commands and auth 4 weeks ago
BannedEmailCheck.php chore: resolve psalm issues in admin commands and auth 4 weeks ago
CaptchaToggleCommand.php chore: resolve psalm issues in admin commands and auth 4 weeks ago
CuratedOnboardingCommand.php refactor: organize Artisan commands into subfolders 4 weeks ago
DeleteRemoteProfile.php refactor: organize Artisan commands into subfolders 4 weeks ago
FixPostCounts.php fix: make admin:fixPostCounts summary report only changed metrics 4 weeks ago
FixProfileCounts.php refactor: move admin:fix*Counts commands to Admin/ 4 weeks ago
ImportCities.php refactor: organize Artisan commands into subfolders 4 weeks ago
ImportEmojis.php revert: remove emoji local-to-cloud storage changes 3 weeks ago
InstanceManager.php refactor: organize Artisan commands into subfolders 4 weeks ago
MediaMoveStorageLocalToCloud.php Remove sha256 verification from MediaMoveStorageLocalToCloud 2 weeks ago
MediaUpdateS3CDNUrl.php refactor: rename MigrateLocalS3MediaURL class and move media move-storage commands to unstable 3 weeks ago
PruneOldNotifications.php Add notification gc 2 weeks ago
RegenerateThumbnails.php refactor: organize Artisan commands into subfolders 4 weeks ago
ResyncEmoji.php Add admin:resyncemoji command to re-download remote emoji locally 3 weeks ago
SendUpdateActor.php refactor: organize Artisan commands into subfolders 4 weeks ago
VideoThumbnail.php refactor: organize Artisan commands into subfolders 4 weeks ago