Commit Graph

11 Commits (c3f57188ae9bf48de5dd987cc1fcf50deab241a6)

Author SHA1 Message Date
ysksn 5efedb5d5e Add specs for UrlValidator ()
ysksn 19abf4ef0b Add specs for UnreservedUsernameValidator ()
* Add specs for UnreservedUsernameValidator

* Use instance variable
ysksn fb08039de5 Add specs for FollowLimitValidator ()
ysksn 05edec6917 Add specs for BlackListedEmailValidator ()
* Add specs for BlackListedEmailValidator

* Use instance variable
ysksn 4725aeec9f Add specs for DisallowedHashtagsValidator ()
In order to implement tests easier, `#select_tags` created.
ysksn d01c840e14 Add specs for StatusPinValidator ()
ysksn ccb9c1b952 Add pending specs for StatusLengthValidator ()
* Add pending specs of StatusLengthValidator

* Use instance variable
Eugen Rochko dbb1ee269f
Improve e-mail MX validator and add tests ()
ysksn 57bb62d5cf Remove pending spec ()
Since dots are not allowed in username,
this spec is no longer needed.
unarist a1d0915585 Add a spec for UniqueUsernameValidator ()
Note that this spec has a pending test about dots in the username,
because allowing it has been reverted for now.
Eugen Rochko 53b2b1b238 Count all URLs in text as 23 characters flat, do not count domain part of usernames ()
* Count all URLs in text as 23 characters flat, do not count domain part of usernames

* Add new status text counting logic to web UI