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 f1fba7b574 feat: re-land story local-to-cloud migration
Re-apply the story cloud-migration work on a clean staging base (it was
reverted earlier to land and verify the emoji work first).

- StoryExpire: archive expiring story media on the same explicit disk the
  media lives on (S3 move = server-side copy+delete), with error handling
- admin:StoryMoveStorageLocalToCloud: migrate local story media (active +
  story_archives) to cloud — copy, verify by size, delete local; --orphans
  relocates untracked story_archives files
- Schedule it hourly alongside the media migration when cloud storage is on
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 3 weeks ago
InstanceManager.php
MediaMoveStorageCloudToCloud.php
MediaMoveStorageCloudToLocal.php
MediaMoveStorageLocalToCloud.php
MigrateLocalS3MediaURL.php
RegenerateThumbnails.php
SendUpdateActor.php
StoryMoveStorageLocalToCloud.php feat: re-land story local-to-cloud migration 3 weeks ago
VideoThumbnail.php