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 29280cd950 Fix silent failure in avatar upload endpoints
AvatarController@store and BaseApiController@avatarUpdate wrapped the
upload flow in an empty catch(\Exception) block and returned a success
response even when the upload or save failed.

Log the exception and return a real error response (500 JSON for the
API endpoint, a redirect with validation errors for the web endpoint).

Adds regression tests covering the failure path, the success path, and
non-image rejection.
3 weeks ago
..
V1 refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminApiController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ApiController.php refactor: add return type declarations to controller methods 4 weeks ago
ApiV1Controller.php Add only_reposts 3 weeks ago
ApiV1Dot1Controller.php Update Report endpoint, add support for optional message 3 weeks ago
ApiV2Controller.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
BaseApiController.php Fix silent failure in avatar upload endpoints 3 weeks ago