mastodon/spec/controllers
Eugen Rochko 1f6ed4f86a
Add more granular OAuth scopes ()
* Add more granular OAuth scopes

* Add human-readable descriptions of the new scopes

* Ensure new scopes look good on the app UI

* Add tests

* Group scopes in screen and color-code dangerous ones

* Fix wrong extra scope
..
activitypub Use raw status code on have_http_status ()
admin Add missing tests for admin/accounts_controller ()
api Add more granular OAuth scopes ()
auth Add missing tests for confirmations controller ()
concerns Fix randomly fail (similar ) ()
oauth Ensure push subscription is immediately removed when application is revoked ()
settings Change language opt-out to language opt-in ()
well_known Serialize webfinger XML with Ox instead of Nokogiri ()
about_controller_spec.rb Use raw status code on have_http_status ()
account_follow_controller_spec.rb Cover AccountFollowController more in spec ()
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec ()
accounts_controller_spec.rb Use raw status code on have_http_status ()
application_controller_spec.rb Use raw status code on have_http_status ()
authorize_follows_controller_spec.rb Use raw status code on have_http_status ()
emojis_controller_spec.rb Add a test for emojis_controller ()
follower_accounts_controller_spec.rb Add tests for followers_accounts_controller ()
following_accounts_controller_spec.rb Add tests for following accounts controller ()
home_controller_spec.rb Redirect from Web tag timeline to public tag timeline if not signed in ()
intents_controller_spec.rb Add tests for intents_controller ()
invites_controller_spec.rb Fix tests for invites controller (regression from 4d81809f36) ()
manifests_controller_spec.rb Use raw status code on have_http_status ()
media_controller_spec.rb Use raw status code on have_http_status ()
remote_follow_controller_spec.rb Use raw status code on have_http_status ()
remote_unfollows_controller_spec.rb Add tests for remote_unfollows_controller ()
shares_controller_spec.rb Add tests for shares_controller ()
statuses_controller_spec.rb Paginate descendant statuses in public page ()
stream_entries_controller_spec.rb Use raw status code on have_http_status ()
tags_controller_spec.rb Use raw status code on have_http_status ()