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
Eugen Rochko 48ea7552dd
Change hashtag trends to be stored in the database instead of redis (#32837)
Co-authored-by: David Roetzel <david@roetzel.de>
8 months ago
..
accounts Use hash arguments to `select` when possible (Rails 7.2) (#32917) 8 months ago
admin Increase maximum page size for Admin Domain Management APIs (#31253) 1 year ago
announcements
apps Support multiple redirect_uris when creating OAuth 2.0 Applications (#29192) 1 year ago
domain_blocks Add preview of followers removed in domain block modal in web UI (#32032) 10 months ago
emails
featured_tags Extract constants for controller `LIMIT` queries (#32921) 9 months ago
instances Update `current_user` override mode description in controllers (#30515) 1 year ago
lists Change lists to reflect added and removed users retroactively (#32930) 8 months ago
notifications Fix notification requests from suspended accounts still being listed (#32354) 10 months ago
peers Add `LIMIT` constant for `api/v1/peers/search` endpoint (#31989) 10 months ago
polls Fix HTTP 500 in `/api/v1/polls/:id/votes` (#25598) 1 year ago
profile
push Fix race condition in `POST /api/v1/push/subscription` (#30166) 1 year ago
statuses Translate to regional language variant (e.g. pt-BR) (#32428) 10 months ago
timelines Merge pull request from GHSA-58x8-3qxw-6hm7 1 year ago
trends Change hashtag trends to be stored in the database instead of redis (#32837) 8 months ago
accounts_controller.rb Drop support for ruby 3.1 (#32363) 9 months ago
announcements_controller.rb
annual_reports_controller.rb Add year in review feature to web UI (#32709) 9 months ago
apps_controller.rb Support multiple redirect_uris when creating OAuth 2.0 Applications (#29192) 1 year 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
directories_controller.rb
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
filters_controller.rb
follow_requests_controller.rb Drop support for ruby 3.1 (#32363) 9 months ago
followed_tags_controller.rb Move `pagination_params` into `API::BaseController` (#28845) 1 year ago
instances_controller.rb Update `current_user` override mode description in controllers (#30515) 1 year ago
invites_controller.rb
lists_controller.rb
markers_controller.rb
media_controller.rb
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
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 Move `pagination_params` into `API::BaseController` (#28845) 1 year ago
streaming_controller.rb
suggestions_controller.rb
tags_controller.rb