-
- Downloads
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
Showing
- app/controllers/admin/email_domain_blocks_controller.rb 25 additions, 3 deletionsapp/controllers/admin/email_domain_blocks_controller.rb
- app/models/email_domain_block.rb 14 additions, 0 deletionsapp/models/email_domain_block.rb
- app/views/admin/accounts/show.html.haml 10 additions, 3 deletionsapp/views/admin/accounts/show.html.haml
- app/views/admin/email_domain_blocks/_email_domain_block.html.haml 10 additions, 0 deletions...s/admin/email_domain_blocks/_email_domain_block.html.haml
- app/views/admin/email_domain_blocks/new.html.haml 4 additions, 1 deletionapp/views/admin/email_domain_blocks/new.html.haml
- config/locales/en.yml 3 additions, 0 deletionsconfig/locales/en.yml
- config/locales/simple_form.en.yml 5 additions, 0 deletionsconfig/locales/simple_form.en.yml
- db/migrate/20200312185443_add_parent_id_to_email_domain_blocks.rb 5 additions, 0 deletions...te/20200312185443_add_parent_id_to_email_domain_blocks.rb
- db/schema.rb 3 additions, 1 deletiondb/schema.rb
Loading
Please register or sign in to comment