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 186f62fff9 change: admin:resyncemoji takes a required list of filenames
Instead of scanning all emoji, target specific files by name:
  admin:resyncemoji "26109.png,1234.gif"

Looks up each by media_path (emoji/{filename}), and for found remote emoji
re-downloads from image_remote_url onto the active disk. Reports per-file
status (resynced/skipped/failed/not_found). --missingonly still guards each
against the disk so present files are left alone; --dry-run and --force.
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 refactor: organize Artisan commands into subfolders 4 weeks ago
DeleteRemoteProfile.php refactor: organize Artisan commands into subfolders 4 weeks ago
EmojiMoveStorageLocalToCloud.php fix: correct async upload result-to-file mapping in emoji migration 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 feat: emoji cloud storage with async S3 migration command 4 weeks ago
InstanceManager.php refactor: organize Artisan commands into subfolders 4 weeks ago
MediaMoveStorageCloudToCloud.php refactor: organize Artisan commands into subfolders 4 weeks ago
MediaMoveStorageCloudToLocal.php refactor: organize Artisan commands into subfolders 4 weeks ago
MediaMoveStorageLocalToCloud.php refactor: organize Artisan commands into subfolders 4 weeks ago
MigrateLocalS3MediaURL.php refactor: organize Artisan commands into subfolders 4 weeks ago
RegenerateThumbnails.php refactor: organize Artisan commands into subfolders 4 weeks ago
ResyncEmoji.php change: admin:resyncemoji takes a required list of filenames 4 weeks ago
SendUpdateActor.php refactor: organize Artisan commands into subfolders 4 weeks ago
VideoThumbnail.php refactor: organize Artisan commands into subfolders 4 weeks ago