summaryrefslogtreecommitdiffstats
path: root/app/models/email_domain_block.rb
AgeCommit message (Expand)Author
2024-03-12Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517)Matt Jankowski
2024-01-18Group common `class_name` options in associations (#28779)Matt Jankowski
2024-01-04Add ability to require approval when users sign up using specific email domai...Claire
2023-07-12Fix `Style/SlicingWithRange` cop (#25923)Matt Jankowski
2023-03-31Autofix Rubocop Rails/IgnoredColumnsAssignment (#23761)Nick Schonning
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2022-08-28Add admin API for managing e-mail domain blocks (#19066)Eugen Rochko
2022-08-25Add audit log entries for user roles (#19040)Eugen Rochko
2022-08-24Change e-mail domain blocks to match subdomains of blocked domains (#18979)Eugen Rochko
2022-04-29Remove IP matching from e-mail domain blocks (#18190)Eugen Rochko
2022-02-24Change e-mail domain blocks to block IPs dynamically (#17635)Eugen Rochko
2020-03-12Add option to include resolved DNS records when blacklisting e-mail domains i...Eugen Rochko
2019-08-08Fix crash when saving invalid domain name (#11528)Eugen Rochko
2018-12-26Create DomainNormalizable#normalize_domain (#9631)ysksn
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi
2017-11-18Lists (#5703)Eugen Rochko
2017-11-14Add uniqueness to block email domains (#5692)Yamagishi Kazutoshi
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-10-04Implement EmailBlackList (#5109)utam0k