about summary refs log tree commit diff
path: root/spec/validators/blacklisted_email_validator_spec.rb
AgeCommit message (Expand)Author
2023-02-20Autofix Rubocop RSpec/LeadingSubject (#23670)Nick Schonning
2023-02-20Enable Rubocop RSpec/NotToNot (#23723)Nick Schonning
2023-02-20Autofix Rubocop RSpec/ReturnFromStub (#23724)Nick Schonning
2022-02-24Change e-mail domain blocks to block IPs dynamically (#17635)Eugen Rochko
2021-04-17Add canonical e-mail blocks for suspended accounts (#16049)Eugen Rochko
2021-03-01Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803)Eugen Rochko
2020-08-12Improve email address validation (#14565)ThibG
2019-05-19Fix “invited by” not showing up for invited accounts in admin interface (...ThibG
2019-05-03Change e-mail whitelist/blacklist to not be checked when invited (#10683)Eugen Rochko
2018-12-29Add specs for BlackListedEmailValidator (#9651)ysksn