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/v1
Claire 36fe8f8566
Change `ids` param to `id` in `/api/v1/statuses` and `/api/v1/accounts` for consistency (#30465)
10 months ago
..
accounts Rename `cache_*` methods to `preload_*` in controller concern (#30209) 11 months ago
admin Fix not being able to block a subdomain of an already-blocked domain through the API (#30119) 11 months ago
announcements Add announcements (#12662) 5 years ago
apps Support multiple redirect_uris when creating OAuth 2.0 Applications (#29192) 11 months ago
crypto Move repeated `insert_pagination_headers` method to api base class (#29606) 1 year ago
emails Fix HTTP 500 in `/api/v1/emails/check_confirmation` (#25595) 2 years ago
featured_tags Add `not_featured_by` scope to Tag (#28815) 12 months ago
instances Convert `/instances/*` controller specs to request specs (#27988) 1 year ago
lists Move repeated `insert_pagination_headers` method to api base class (#29606) 1 year ago
notifications Rename `cache_*` methods to `preload_*` in controller concern (#30209) 11 months ago
peers Add coverage for `api/v1/peers/search` endpoint and extract controller query to Instance scope (#28796) 1 year ago
polls Add more tests for ActivityPub controllers (#13585) 5 years ago
profile Refactor `Api::V1::ProfilesController` into two separate controllers (#26573) 2 years ago
push Fix race condition in `POST /api/v1/push/subscription` (#30166) 11 months ago
statuses Add scope `Status.distributable_visibility` (#29950) 12 months ago
timelines Rename `cache_*` methods to `preload_*` in controller concern (#30209) 11 months ago
trends Rename `cache_*` methods to `preload_*` in controller concern (#30209) 11 months ago
accounts_controller.rb Change `ids` param to `id` in `/api/v1/statuses` and `/api/v1/accounts` for consistency (#30465) 10 months ago
announcements_controller.rb Autofix Rubocop Style/RedundantBegin (#23703) 2 years ago
annual_reports_controller.rb Add annual reports for accounts (#28693) 1 year ago
apps_controller.rb Support multiple redirect_uris when creating OAuth 2.0 Applications (#29192) 11 months ago
blocks_controller.rb Move repeated `insert_pagination_headers` method to api base class (#29606) 1 year ago
bookmarks_controller.rb Rename `cache_*` methods to `preload_*` in controller concern (#30209) 11 months ago
conversations_controller.rb Add support for `fediverse:creator` OpenGraph tag (#30398) 10 months ago
custom_emojis_controller.rb Fix /api/v1/custom_emojis being cached even when unauthenticated API access is disallowed (#24665) 2 years ago
directories_controller.rb Eager loading fixes for `api/` controllers (#28848) 1 year ago
domain_blocks_controller.rb Move repeated `insert_pagination_headers` method to api base class (#29606) 1 year ago
endorsements_controller.rb Move repeated `insert_pagination_headers` method to api base class (#29606) 1 year ago
favourites_controller.rb Rename `cache_*` methods to `preload_*` in controller concern (#30209) 11 months ago
featured_tags_controller.rb Remove dead code in Api::V1::FeaturedTagsController (#25073) 2 years ago
filters_controller.rb Fix Rails/ActionOrder cop (#24692) 2 years ago
follow_requests_controller.rb Move repeated `insert_pagination_headers` method to api base class (#29606) 1 year ago
followed_tags_controller.rb Move repeated `insert_pagination_headers` method to api base class (#29606) 1 year ago
instances_controller.rb Refactor: replace whitelist_mode mentions with limited_federation_mode (#26252) 2 years ago
invites_controller.rb Add support for invite codes in the registration API (#27805) 1 year ago
lists_controller.rb Add exclusive lists (#22048) 2 years ago
markers_controller.rb Improve `api/v1/markers#create` performance against simultaneous requests (#28718) 1 year ago
media_controller.rb Make it possible to upload audio and video to Heroku app (#24866) 2 years ago
mutes_controller.rb Move repeated `insert_pagination_headers` method to api base class (#29606) 1 year ago
notifications_controller.rb Rename `cache_*` methods to `preload_*` in controller concern (#30209) 11 months ago
polls_controller.rb Change unauthenticated responses to be cached in REST API (#24348) 2 years ago
preferences_controller.rb Remove useless `respond_to` calls (#13208) 5 years ago
reports_controller.rb Add `forward_to_domains` parameter to `POST /api/v1/reports` (#25866) 2 years ago
scheduled_statuses_controller.rb Move repeated `insert_pagination_headers` method to api base class (#29606) 1 year ago
statuses_controller.rb Change `ids` param to `id` in `/api/v1/statuses` and `/api/v1/accounts` for consistency (#30465) 10 months ago
streaming_controller.rb Fix potential redirection loop of streaming endpoint (#28665) 1 year ago
suggestions_controller.rb Change algorithm of follow recommendations (#28314) 1 year ago
tags_controller.rb Remove unfollowed hashtag posts from home feed (#26028) 2 years ago