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/models/concerns
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
..
account_associations.rb Add moderation warnings (#9519) 6 years ago
account_avatar.rb
account_counters.rb Add profile directory (#9427) 6 years ago
account_finder_concern.rb
account_header.rb
account_interactions.rb Remove intermediary arrays when creating hash maps from results (#9291) 6 years ago
attachmentable.rb
cacheable.rb
expireable.rb
omniauthable.rb rubocop issues - Cleaning up (#8912) 6 years ago
paginable.rb Fix timeline pagination (#8827) 6 years ago
relationship_cacheable.rb
remotable.rb
status_threading_concern.rb Sort self-replies to the top of descendants (#9320) 6 years ago
streamable.rb