This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/controllers/api/v1/statuses
fef b978e10bef
change reaction api to match other interactions
Status reactions had an API similar to that of
announcement reactions, using PUT and DELETE at a
single endpoint.  I believe that for statuses, it
makes more sense to follow the convention of the
other interactions and use separate POST endpoints
for create and destroy respectively.
2023-07-07 21:57:39 +02:00
..
bookmarks_controller.rb
favourited_by_accounts_controller.rb Change unauthenticated responses to be cached in REST API (#24348) 2023-04-25 15:41:34 +02:00
favourites_controller.rb
histories_controller.rb Change /api/v1/statuses/:id/history to always return at least one item (#25510) 2023-06-22 14:56:14 +02:00
mutes_controller.rb
pins_controller.rb
reactions_controller.rb change reaction api to match other interactions 2023-07-07 21:57:39 +02:00
reblogged_by_accounts_controller.rb Change unauthenticated responses to be cached in REST API (#24348) 2023-04-25 15:41:34 +02:00
reblogs_controller.rb Fix race condition when reblogging a status (#25016) 2023-05-17 00:09:21 +02:00
sources_controller.rb
translations_controller.rb