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 3c033c4352
Add moderation warnings (#9519)
* Add moderation warnings

Replace individual routes for disabling, silencing, and suspending
a user, as well as the report update route, with a unified account
action controller that allows you to select an action (none,
disable, silence, suspend) as well as whether it should generate an
e-mail notification with optional custom text. That notification,
with the optional custom text, is saved as a warning.

Additionally, there are warning presets you can configure to save
time when performing the above.

* Use Account#local_username_and_domain
6 years ago
..
activitypub Add specs for activitypub collections controller (#9484) 6 years ago
admin Add moderation warnings (#9519) 6 years ago
api Add spec for Api::V1::Timelines::DirectController (#9547) 6 years ago
auth
concerns Add spec for AccountableConcern#log_action (#9559) 6 years ago
oauth
settings Error message for avatar image that's too large. #9204 (#9518) 6 years ago
well_known
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb
application_controller_spec.rb
authorize_interactions_controller_spec.rb
emojis_controller_spec.rb
follower_accounts_controller_spec.rb
following_accounts_controller_spec.rb
home_controller_spec.rb
intents_controller_spec.rb
invites_controller_spec.rb
manifests_controller_spec.rb
media_controller_spec.rb
remote_follow_controller_spec.rb
remote_interaction_controller_spec.rb Add specs for RemoteInteractionController (#9524) 6 years ago
remote_unfollows_controller_spec.rb
shares_controller_spec.rb
statuses_controller_spec.rb Fix thread depth computation in statuses_controller (#9426) 6 years ago
stream_entries_controller_spec.rb
tags_controller_spec.rb