mastodon/spec/controllers
Claire a650a1157d
Fix /admin/tags/:id crashing since Rails 6.1 update ()
Raw SQL passed to `pluck` now has to be explicitly marked as SQL via
Arel.sql, see https://github.com/rails/rails/pull/27947
..
activitypub Prepare Mastodon for Rails 6 ()
admin Fix /admin/tags/:id crashing since Rails 6.1 update ()
api Update Mastodon to Rails 6.1 ()
auth Add `details` to error response for `POST /api/v1/accounts` in REST API ()
concerns Fix cache_collection crashing when given an empty collection ()
oauth
settings Update Mastodon to Rails 6.1 ()
well_known Prepare Mastodon for Rails 6 ()
about_controller_spec.rb
account_follow_controller_spec.rb Add support for reversible suspensions through ActivityPub ()
account_unfollow_controller_spec.rb Add support for reversible suspensions through ActivityPub ()
accounts_controller_spec.rb Prepare Mastodon for Rails 6 ()
application_controller_spec.rb Update Mastodon to Rails 6.1 ()
authorize_interactions_controller_spec.rb Change ResolveAccountService's handling of skip_webfinger ()
emojis_controller_spec.rb
follower_accounts_controller_spec.rb Add support for reversible suspensions through ActivityPub ()
following_accounts_controller_spec.rb Add support for reversible suspensions through ActivityPub ()
home_controller_spec.rb
intents_controller_spec.rb
invites_controller_spec.rb
manifests_controller_spec.rb
media_controller_spec.rb
media_proxy_controller_spec.rb
relationships_controller_spec.rb
remote_follow_controller_spec.rb Add support for reversible suspensions through ActivityPub ()
remote_interaction_controller_spec.rb
shares_controller_spec.rb
statuses_controller_spec.rb Add support for reversible suspensions through ActivityPub ()
tags_controller_spec.rb