]> cat aescling's git repositories - mastodon.git/commit
Remove IP matching from e-mail domain blocks (#18190)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 29 Apr 2022 21:27:03 +0000 (23:27 +0200)
committersingle-right-quote <11325618-aescling@users.noreply.gitlab.com>
Thu, 5 May 2022 17:49:13 +0000 (13:49 -0400)
commite1a0f6f6aff21b7cc6de9828d27053a3f86d3c78
tree0cce2bd9fe067976bc0a52d4a4e16aa48b387b31
parent5b7a88abdfe48fce45fb9be65acef188e6e41d9f
Remove IP matching from e-mail domain blocks (#18190)

Clear out e-mail domain blocks created from automatically resolved DNS records
app/models/email_domain_block.rb
app/validators/email_mx_validator.rb
app/workers/scheduler/email_domain_block_refresh_scheduler.rb [deleted file]
config/sidekiq.yml
db/migrate/20180615122121_add_autofollow_to_invites.rb
db/post_migrate/20220429101025_remove_ips_from_email_domain_blocks.rb [new file with mode: 0644]
db/post_migrate/20220429101850_clear_email_domain_blocks.rb [new file with mode: 0644]
db/schema.rb
spec/validators/email_mx_validator_spec.rb