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 79eef56be0 fix: make emoji cloud migration disk-driven + add --debug
The migration was DB-driven (whereNull('uri')), which excluded federated
emoji whose media is stored locally but have a uri set -> the disk was never
scanned, resulting in moved=0.

- Drive the migration by enumerating local files under public/emoji/ instead
  of a DB query; the local file is the source of truth for what needs moving
- Add --debug to print config, custom_emoji table breakdown, local emoji dir
  contents, and per-file decisions
4 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
…
EmojiMoveStorageLocalToCloud.php fix: make emoji cloud migration disk-driven + add --debug 4 weeks ago
FixPostCounts.php fix: make admin:fixPostCounts summary report only changed metrics 4 weeks ago
FixProfileCounts.php
…
ImportCities.php
…
ImportEmojis.php feat: store custom emoji on cloud storage when enabled 4 weeks ago
InstanceManager.php
…
MediaMoveStorageCloudToCloud.php
…
MediaMoveStorageCloudToLocal.php
…
MediaMoveStorageLocalToCloud.php
…
MigrateLocalS3MediaURL.php
…
RegenerateThumbnails.php
…
SendUpdateActor.php
…
StoryMoveStorageLocalToCloud.php feat: migrate local story media to cloud storage 4 weeks ago
VideoThumbnail.php
…