]> cat aescling's git repositories - mastodon.git/commit
Add option to include resolved DNS records when blacklisting e-mail domains in admin...
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 12 Mar 2020 21:35:20 +0000 (22:35 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 21:35:20 +0000 (22:35 +0100)
commitbea0bb39d6c1762c97da484ffa8b5d73341e67e2
tree0da0cf236231fde4b6103e4dc2428a99c1669e05
parentf556f79b7733834430b93109ac2c7f87529c8574
Add option to include resolved DNS records when blacklisting e-mail domains in admin UI (#13254)

* Add shortcuts to blacklist a user's e-mail domain in admin UI

* Add option to blacklist resolved MX and IP records for e-mail domains
app/controllers/admin/email_domain_blocks_controller.rb
app/models/email_domain_block.rb
app/views/admin/accounts/show.html.haml
app/views/admin/email_domain_blocks/_email_domain_block.html.haml
app/views/admin/email_domain_blocks/new.html.haml
config/locales/en.yml
config/locales/simple_form.en.yml
db/migrate/20200312185443_add_parent_id_to_email_domain_blocks.rb [new file with mode: 0644]
db/schema.rb