Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add moderation warnings #9519

Merged
merged 2 commits into from
Dec 22, 2018
Merged

Add moderation warnings #9519

merged 2 commits into from
Dec 22, 2018

Commits on Dec 22, 2018

  1. 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.
    Gargron committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    1b1f184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f95c2 View commit details
    Browse the repository at this point in the history