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 9ec99ffef1
Add `quote_approval_policy` parameter when posting and editing statuses (#35699)
3 months ago
..
accounts Add REST API for fetching an account's endorsed accounts (#34421) 7 months ago
admin Update rubocop to version 1.79.0 (#35502) 4 months ago
announcements
apps Support multiple redirect_uris when creating OAuth 2.0 Applications (#29192) 2 years ago
domain_blocks Add preview of followers removed in domain block modal in web UI (#32032) 1 year ago
emails Fix HTTP 500 in `/api/v1/emails/check_confirmation` (#25595) 2 years ago
featured_tags Extract constants for controller `LIMIT` queries (#32921) 1 year ago
instances Fix missing terms of services link (#35115) 5 months ago
lists Change lists to reflect added and removed users retroactively (#32930) 1 year ago
notifications Fix notification requests from suspended accounts still being listed (#32354) 1 year ago
peers Add `LIMIT` constant for `api/v1/peers/search` endpoint (#31989) 1 year ago
polls Remove un-needed `Poll.attached` scope (#33368) 11 months ago
profile Add delay to profile updates to debounce them (#34137) 8 months ago
push Extract params hash for `api/v1/push/subscriptions#create` (#35475) 4 months ago
statuses Change the quote revocation REST API endpoint to return updated quote post (#35677) 3 months ago
timelines Experimental Async Refreshes API (#34918) 5 months ago
trends Add `Deprecation` headers on deprecated endpoints (#34262) 8 months ago
accounts_controller.rb Assert usage of client credentials for account registration (#34828) 6 months ago
announcements_controller.rb Autofix Rubocop Style/RedundantBegin (#23703) 3 years ago
annual_reports_controller.rb Add year in review feature to web UI (#32709) 1 year ago
apps_controller.rb Support multiple redirect_uris when creating OAuth 2.0 Applications (#29192) 2 years ago
blocks_controller.rb Move `pagination_params` into `API::BaseController` (#28845) 1 year ago
bookmarks_controller.rb Move `pagination_params` into `API::BaseController` (#28845) 1 year ago
conversations_controller.rb Move `pagination_params` into `API::BaseController` (#28845) 1 year ago
custom_emojis_controller.rb Fix /api/v1/custom_emojis being cached even when unauthenticated API access is disallowed (#24665) 3 years ago
directories_controller.rb Eager loading fixes for `api/` controllers (#28848) 2 years ago
domain_blocks_controller.rb Move `pagination_params` into `API::BaseController` (#28845) 1 year ago
endorsements_controller.rb Move `pagination_params` into `API::BaseController` (#28845) 1 year ago
favourites_controller.rb Move `pagination_params` into `API::BaseController` (#28845) 1 year ago
featured_tags_controller.rb Add REST API for featuring and unfeaturing a hashtag (#34489) 7 months ago
filters_controller.rb Update rubocop to version 1.77.0 (#35128) 5 months ago
follow_requests_controller.rb Drop support for ruby 3.1 (#32363) 1 year ago
followed_tags_controller.rb Move `pagination_params` into `API::BaseController` (#28845) 1 year ago
instances_controller.rb Add `Deprecation` headers on deprecated endpoints (#34262) 8 months ago
invites_controller.rb Add coverage for api/v1/invites scenarios (#35389) 4 months ago
lists_controller.rb Use enum validation instead of `ArgumentError` rescue for `List` replies policy check (#34452) 7 months ago
markers_controller.rb Improve `api/v1/markers#create` performance against simultaneous requests (#28718) 2 years ago
media_controller.rb Add API to delete media attachments that are not in use (#33991) 9 months ago
mutes_controller.rb Move `pagination_params` into `API::BaseController` (#28845) 1 year ago
notifications_controller.rb Add endpoints for unread notifications count (#31191) 1 year ago
polls_controller.rb Remove un-needed `Poll.attached` scope (#33368) 11 months ago
preferences_controller.rb
reports_controller.rb Add optional OAuth application to reports (#30539) 1 year ago
scheduled_statuses_controller.rb Merge pull request from GHSA-58x8-3qxw-6hm7 1 year ago
statuses_controller.rb Add `quote_approval_policy` parameter when posting and editing statuses (#35699) 3 months ago
streaming_controller.rb Fix potential redirection loop of streaming endpoint (#28665) 2 years ago
suggestions_controller.rb Fix incorrect deprecation warning for `DELETE /api/v1/suggestions/:id` (#34397) 7 months ago
tags_controller.rb Add REST API for featuring and unfeaturing a hashtag (#34489) 7 months ago