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.
mastodon/app/controllers/api
ThibG 0d117c106a
Fix 404 and 410 API errors being silently discarded in WebUI (#13279)
* Fix 404 and 410 API errors being silently discarded in WebUI

Fixes #13278

* Return more appropriate error when user replies to a deleted toot

* Please CodeClimate

* Fix 404/410 errors on fetching account timelines & identity proofs

* Refactor error handling

* Move error message string to statuses.errors
5 years ago
..
v1 Fix 404 and 410 API errors being silently discarded in WebUI (#13279) 5 years ago
v2 Change local media attachments to perform heavy processing asynchronously (#13210) 5 years ago
web Remove useless `respond_to` calls (#13208) 5 years ago
base_controller.rb Add specific rate limits for posting and following (#13172) 5 years ago
oembed_controller.rb Fix OEmbed leaking information about existence of non-public statuses (#12930) 5 years ago
proofs_controller.rb