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/Controllers/Api
Your Name 252dea7016 Track media storage quota via an explicit lifecycle enum
Charge the raw upload size immediately (enforce on raw, never under-count),
correct down to the optimized size in the finalize job, and refund on delete.
Each transition is guarded by media.quota_status so retries can't double-apply.
2 weeks ago
..
V1
…
AdminApiController.php
…
ApiController.php
…
ApiV1Controller.php Track media storage quota via an explicit lifecycle enum 2 weeks ago
ApiV1Dot1Controller.php Track media storage quota via an explicit lifecycle enum 2 weeks ago
ApiV2Controller.php Track media storage quota via an explicit lifecycle enum 2 weeks ago
BaseApiController.php
…