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/tests/Feature/Account
Your Name 04536a6e32 Add admin:MigrateLocalMediaURL; replace media:cloud-url-rewrite
Rebuilds stale local media URLs (cdn_url, thumbnail_url, optimized_url) and
avatar cdn_urls from their storage paths via the configured cloud disk.

- Default target host comes from the configured cloud disk (AWS_URL);
  requires confirmation (or --force) and can be overridden with --newDomain.
- Optional --oldDomain filters to a single old backend host; by default all
  stale hosts are rewritten.
- Refuses to run when PF_ENABLE_CLOUD is false (local storage) and, when
  auto-detecting, refuses a target equal to the app domain — so local-storage
  instances are never rewritten.
- Single status id / post URL, --all, --avatars; --dry-run; busts
  MediaService/StatusService caches for affected statuses.
- Removes the superseded media:cloud-url-rewrite command.
- Adds feature tests covering rewrite/skip/dry-run/oldDomain/newDomain/
  remote-skip/local-storage-refusal.
4 weeks ago
..
FollowTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
MigrateLocalMediaUrlTest.php Add admin:MigrateLocalMediaURL; replace media:cloud-url-rewrite 4 weeks ago
MuteBlockTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
PrivacyTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ProfileCountReconcileTest.php Require --scope (local/remote/both) for admin:fixProfileCounts --all 4 weeks ago
ReportTest.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago