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
…
DeleteRemoteProfile.php
…
FixPostCounts.php fix: make admin:fixPostCounts summary report only changed metrics 4 weeks ago
FixProfileCounts.php
…
ImportCities.php
…
ImportEmojis.php revert: remove emoji local-to-cloud storage changes 4 weeks ago
InstanceManager.php
…
MediaMoveStorageLocalToCloud.php Remove sha256 verification from MediaMoveStorageLocalToCloud 2 weeks ago
MediaUpdateS3CDNUrl.php refactor: rename MigrateLocalS3MediaURL class and move media move-storage commands to unstable 4 weeks ago
PruneOldNotifications.php Add notification gc 3 weeks ago
RegenerateThumbnails.php
…
ResyncEmoji.php Add admin:resyncemoji command to re-download remote emoji locally 4 weeks ago
SendUpdateActor.php refactor: organize Artisan commands into subfolders 4 weeks ago
VideoThumbnail.php
…