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/spec/controllers
Eugen Rochko 4a618908e8 Account deletion (#3728)
* Add form for account deletion

* If avatar or header are gone from source, remove them

* Add option to have SuspendAccountService remove user record, add tests

* Exclude suspended accounts from search
8 years ago
..
admin Move admin/pubsubhubbub controller to admin/subscriptions (#3442) 8 years ago
api Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
auth Make sure email is case insensitive on all places (#3688) 8 years ago
concerns Fix locale related specs (#3707) 8 years ago
oauth Cover Oauth::AuthorizedApplicationsController (#3359) 8 years ago
settings Account deletion (#3728) 8 years ago
well_known Fix spec for #2388 (#3526) 8 years ago
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb
application_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 8 years ago
authorize_follows_controller_spec.rb Spec AuthorizeFollowsController assigns @account (#3246) 8 years ago
follower_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
following_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
home_controller_spec.rb Cover HomeController more (#3258) 8 years ago
media_controller_spec.rb Extract authorization policy for viewing statuses (#3150) 8 years ago
remote_follow_controller_spec.rb
statuses_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 8 years ago
stream_entries_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 8 years ago
tags_controller_spec.rb Cover TagsController more (#3306) 8 years ago