1
0
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00
mastodon/app/validators
utam0k b3af3f9f8c Implement EmailBlackList ()
* 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
2017-10-04 15:16:10 +02:00
..
blacklisted_email_validator.rb Implement EmailBlackList () 2017-10-04 15:16:10 +02:00
status_length_validator.rb Fix length validator counting things that look like URIs like URLs () 2017-07-31 05:06:20 +02:00
status_pin_validator.rb Fix - Limit pinned toots to 5 () 2017-09-13 11:04:32 +02:00
unreserved_username_validator.rb Correct validators so that existing error messages would look correct () 2017-06-09 19:46:01 +02:00
url_validator.rb Punycode URI normalization () 2017-04-25 02:47:31 +02:00