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/Http
Your Name 982cafd7f6 feat: emoji cloud storage with async S3 migration command
Re-land the emoji cloud-storage work on a clean staging base, using the
async AWS SDK upload path.

- CustomEmoji model: cloud-aware URL + storage helpers (urlForPath, url,
  storageTarget, storeMedia, storeMediaFromFile, deleteMedia)
- Route emoji writes/deletes/URLs through the model in ImportEmojis,
  CustomEmojiService and AdminController; admin views use $emoji->url()
- admin:EmojiMoveStorageLocalToCloud: disk-driven migration using the AWS
  SDK CommandPool with --concurrency (default 100) for high throughput;
  skips missing.png; --dry-run/--keep-local/--offset/--limit/--no-acl/--debug
- Deploy migration + daily schedule under the cloud-storage conditional
4 weeks ago
..
Controllers feat: emoji cloud storage with async S3 migration command 4 weeks ago
Middleware fix: resolve 3 remaining Larastan errors from model migration 4 weeks ago
Requests Fix ProfileMigrationStorageRequest, use signed requests for gts and other compat 4 weeks ago
Resources Fix AdminReports 4 weeks ago