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 9214e9680a Add admin:resyncemoji command to re-download remote emoji locally
Adds CustomEmojiService::resync() which re-fetches a remote custom emoji's
media from its origin (image_remote_url) via the SSRF-hardened
SecureMediaFetchService and stores it locally under public/{media_path},
reusing the existing headCheck validation and cache busting.

The admin:resyncemoji command takes a comma-separated list of emoji
filenames, looks each up by media_path, and resyncs remote ones. Supports
--missingonly, --dry-run and --force.
4 weeks ago
..
Unstable refactor: keep MediaMoveStorageLocalToCloud as a stable admin command 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
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 4 weeks ago
InstanceManager.php refactor: organize Artisan commands into subfolders 4 weeks ago
MediaMoveStorageLocalToCloud.php refactor: keep MediaMoveStorageLocalToCloud as a stable admin command 4 weeks ago
MediaUpdateS3CDNUrl.php refactor: rename MigrateLocalS3MediaURL class and move media move-storage commands to unstable 4 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 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