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 5a9c235922 Backfill storage_used on upgrade via queued job + data migration
Repair accounts whose storage counter drifted before the self-heal logic
existed (#7169). A data migration dispatches RecalculateAllUserStoragePipeline
to the low queue so the deploy is not blocked while every user is recomputed
from source. The job is unique and idempotent, so re-runs are harmless.

- RecalculateAllUserStoragePipeline: chunked recalc of all active users
- Migration dispatches the job (no inline heavy work during deploy)
- Test covers bulk recalculation from actual media
2 weeks ago
..
Auth chore: resolve psalm issues in admin commands and auth 4 weeks ago
Console/Commands Fix account storage limit not freeing on media deletion (#7169) 2 weeks ago
Events refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Http Fix larastan noAuthFacadeInRequestScope in LoginController 2 weeks ago
Jobs Backfill storage_used on upgrade via queued job + data migration 2 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 Self-heal stale storage_used on upload/delete hot path 2 weeks ago
Observers Fix StoryIndexService 2 weeks ago
Passport Fix PAT 3 months ago
Policies refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
Providers chore: modernize service providers for Laravel 13 readiness 4 weeks ago
Rules refactor: rename PixelfedUsername rule to ValidUsername 4 weeks ago
Services Self-heal stale storage_used on read to unblock stuck accounts 2 weeks ago
Transformer Update AccountTransformer.php 2 weeks ago
Util Fall back to stored profile when remote refresh fails 2 weeks ago
HasSnowflakePrimary.php Lint 9 months ago
helpers.php Lint 9 months ago