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/config
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
..
environments Fix missing protocol in dns-prefetch, improve code style (#8963) 7 years ago
initializers Skip mailer job retries when a record no longer exists (#9590) 6 years ago
locales Add moderation warnings (#9519) 6 years ago
webpack Improve production build config (#8899) 7 years ago
application.rb Add Czech language option and locale data (#8594) 7 years ago
boot.rb Fix bootsnap cache directory being declared relatively (#9511) 6 years ago
brakeman.ignore Allow joining several hashtags in a single column (#8904) 6 years ago
database.yml Remove PostgreSQL statement timeout (#9537) 6 years ago
deploy.rb
environment.rb
i18n-tasks.yml
navigation.rb Add profile directory (#9427) 6 years ago
puma.rb Improve ActiveRecord connection in on_worker_boot (#9238) 6 years ago
routes.rb Add moderation warnings (#9519) 6 years ago
secrets.yml
settings.yml Add instance-wide setting to disable profile directory (#9497) 6 years ago
sidekiq.yml Track historical space stats in PgHero to determine PostgreSQL growth (#8906) 7 years ago
themes.yml More polished light theme (#7620) 7 years ago
webpacker.yml Fix building assets in test environment (#8691) 7 years ago