mastodon/app/validators
Eugen Rochko 93897134ca
Permit dots in usernames with conditions (#6844)
* Permit dots in usernames with conditions

- Dot cannot be the start or end of username
- a.lice and al.ice are considered the same during sign-up

* Fix regex mixin flags
2018-03-21 10:26:53 +01:00
..
blacklisted_email_validator.rb
status_length_validator.rb
status_pin_validator.rb
unique_username_validator.rb Permit dots in usernames with conditions (#6844) 2018-03-21 10:26:53 +01:00
unreserved_username_validator.rb
url_validator.rb