mastodon/app
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
2018-12-22 20:02:09 +01:00
..
chewy Get rid of Chewy order/limit warning (#8355) 2018-08-22 02:44:56 +02:00
controllers Add moderation warnings (#9519) 2018-12-22 20:02:09 +01:00
helpers Add moderation warnings (#9519) 2018-12-22 20:02:09 +01:00
javascript Add moderation warnings (#9519) 2018-12-22 20:02:09 +01:00
lib Add setting to not aggregate reblogs (#9248) 2018-12-09 13:03:01 +01:00
mailers Add moderation warnings (#9519) 2018-12-22 20:02:09 +01:00
models Add moderation warnings (#9519) 2018-12-22 20:02:09 +01:00
policies Add moderation warnings (#9519) 2018-12-22 20:02:09 +01:00
presenters Don't count suspended users in user count (#9380) 2018-11-27 18:49:37 +01:00
serializers Add account hashtags to ActivityPub actor JSON (#9450) 2018-12-13 05:22:01 +01:00
services Ignore low-confidence CharlockHolmes guesses when parsing link cards (#9510) 2018-12-17 19:19:45 +01:00
validators Improve e-mail MX validator and add tests (#9489) 2018-12-10 22:53:25 +01:00
views Add moderation warnings (#9519) 2018-12-22 20:02:09 +01:00
workers Do no retry web push workers if the server returns a 4xx response (#9434) 2018-12-17 03:14:13 +01:00