]> cat aescling's git repositories - mastodon.git/commit
Add option to block reports from domain (#8830)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 20 Oct 2018 06:02:44 +0000 (08:02 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Oct 2018 06:02:44 +0000 (08:02 +0200)
commitfd5285658f477c5b6a9c7af0935b5c889729b2e0
tree42f11c5da1570ddfc6820e5bab6b22202c24c158
parentd5bfba3262cf531d767f583a79fc2fbe8bff93b4
Add option to block reports from domain (#8830)
12 files changed:
app/controllers/admin/domain_blocks_controller.rb
app/javascript/packs/admin.js
app/lib/activitypub/activity/flag.rb
app/models/domain_block.rb
app/views/admin/domain_blocks/_domain_block.html.haml
app/views/admin/domain_blocks/index.html.haml
app/views/admin/domain_blocks/new.html.haml
app/views/admin/email_domain_blocks/_email_domain_block.html.haml
app/views/admin/instances/_instance.html.haml
config/locales/en.yml
db/migrate/20181017170937_add_reject_reports_to_domain_blocks.rb [new file with mode: 0644]
db/schema.rb