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
Claire 2fe1b8d169
Add API to get multiple accounts and statuses (#27871)
Co-authored-by: noellabo <noel.yoshiba@gmail.com>
10 months ago
..
activitypub Add scope `Status.distributable_visibility` (#29950) 11 months ago
admin Redirect back after site upload deletion (#30141) 10 months ago
api Add API to get multiple accounts and statuses (#27871) 10 months ago
auth Fix user creation failure handling in OAuth paths (#29207) 1 year ago
concerns Add `API::Pagination` concern (#28826) 11 months ago
disputes Remove un-needed `action` and `template` options to `render` in controllers (#28022) 1 year ago
filters
oauth Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases (#28053) 1 year ago
redirect Fix redirect confirmation for accounts (#28902) 1 year ago
settings Use enum-generated scopes/queries for `BulkImport` (#29975) 11 months ago
well_known Implement RFC 8414 for OAuth 2.0 server metadata (#29191) 10 months ago
about_controller.rb
accounts_controller.rb Add scope `Status.distributable_visibility` (#29950) 11 months ago
application_controller.rb Add `Account.without_internal` scope (#29559) 1 year ago
authorize_interactions_controller.rb
backups_controller.rb Add SELF_DESTRUCT env variable to process self-destructions in the background (#26439) 1 year ago
custom_css_controller.rb Add scope `providing_styles` to `UserRole` (#29286) 1 year ago
emojis_controller.rb
filters_controller.rb Remove un-needed `action` and `template` options to `render` in controllers (#28022) 1 year ago
follower_accounts_controller.rb Fix Vary headers not being set on some redirects (#27272) 1 year ago
following_accounts_controller.rb Fix Vary headers not being set on some redirects (#27272) 1 year ago
health_controller.rb Disable `Rails/ApplicationController` for `HealthController` (#28705) 1 year ago
home_controller.rb
instance_actors_controller.rb Move common module inclusion in sub classes to `ActivityPub::BaseController` (#29560) 1 year ago
intents_controller.rb Remove redundant `return` in `IntentsController` (#29099) 1 year ago
invites_controller.rb
mail_subscriptions_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
privacy_controller.rb
relationships_controller.rb Fix call to inefficient `delete_matched` cache method in domain blocks (#28374) 1 year ago
remote_interaction_helper_controller.rb
severed_relationships_controller.rb Use existing `SeveredRelationship.about_local_account` scope in more places (#29673) 12 months ago
shares_controller.rb
statuses_cleanup_controller.rb Remove un-needed `action` and `template` options to `render` in controllers (#28022) 1 year ago
statuses_controller.rb
tags_controller.rb