You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/validators
utam0k b3af3f9f8c Implement EmailBlackList (#5109)
* 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
7 years ago
..
blacklisted_email_validator.rb Implement EmailBlackList (#5109) 7 years ago
status_length_validator.rb Fix length validator counting things that look like URIs like URLs (#4462) 7 years ago
status_pin_validator.rb Fix #4918 - Limit pinned toots to 5 (#4923) 7 years ago
unreserved_username_validator.rb Correct validators so that existing error messages would look correct (#3668) 7 years ago
url_validator.rb Punycode URI normalization (#2370) 8 years ago