Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-24 | Change e-mail domain blocks to block IPs dynamically (#17635) | Eugen Rochko | |
* Change e-mail domain blocks to block IPs dynamically * Update app/workers/scheduler/email_domain_block_refresh_scheduler.rb Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> * Update app/workers/scheduler/email_domain_block_refresh_scheduler.rb Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> | |||
2017-11-14 | Add uniqueness to block email domains (#5692) | Yamagishi Kazutoshi | |
2017-10-04 | Implement EmailBlackList (#5109) | utam0k | |
* Implement BlacklistedEmailDomain * Use Faker::Internet.domain_name * Remove note column * Add frozen_string_literal comment * Delete unnecessary codes * Sort alphabetically * Change of wording * Rename BlacklistedEmailDomain to EmailDomainBlock |