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
Your Name 9f110bb74c feat: migrate local story media to cloud storage
Ensure story media lands on and stays on cloud storage for S3 instances.

- StoryExpire: archive expiring story media on the same explicit disk the
  media lives on (S3 move is a server-side copy+delete), with error handling
- Add admin:StoryMoveStorageLocalToCloud to migrate local story media
  (active + story_archives) to cloud: copy, verify by size, then delete local
- --orphans option relocates untracked story_archives/ files to cloud using
  the same copy/verify/delete flow (media is moved, never discarded)
- Schedule it hourly alongside the media migration when cloud storage is on
4 weeks ago
..
Auth chore: resolve psalm issues in admin commands and auth 4 weeks ago
Console/Commands feat: migrate local story media to cloud storage 4 weeks ago
Events refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Http polish 4 weeks ago
Jobs feat: migrate local story media to cloud storage 4 weeks ago
Listeners refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Mail refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Models chore: resolve psalm issues in admin commands and auth 4 weeks ago
Observers refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Passport Fix PAT 3 months ago
Policies refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Providers refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Rules refactor: rename PixelfedUsername rule to ValidUsername 4 weeks ago
Services fix: prevent remcache temp file leaks and add GC command 4 weeks ago
Transformer fix: resolve 3 remaining Larastan errors from model migration 4 weeks ago
Util Accept compacted Note attachments (#6588) 4 weeks ago
HasSnowflakePrimary.php
helpers.php