summaryrefslogtreecommitdiff
path: root/app/validators
Commit message (Expand)AuthorAgeFilesLines
* Allow webhooks URL to have leading and trailing spacesevuez/gitlab-ce-webhook-url-spacesevuez2016-02-261-0/+3
* Re-add EmailValidator to avoid the repetition of format: { with: Devise.email...streamline-email-validationRémy Coutable2016-02-091-0/+5
* Validate email addresses using Devise.email_regexpRémy Coutable2016-02-091-18/+0
* Blacklist 'new'blacklist-newRobert Schilling2016-01-081-0/+1
* Inline Gitlab::Blacklist in NamespaceValidatorrs-validatorsRobert Speicher2015-12-071-4/+32
* Add custom NamespaceNameValidatorRobert Speicher2015-12-071-0/+10
* Add custom NamespaceValidatorRobert Speicher2015-12-071-0/+22
* Add custom LineCodeValidatorRobert Speicher2015-12-071-0/+12
* Minor EmailValidator refactorRobert Speicher2015-12-071-7/+4
* Add custom ColorValidatorRobert Speicher2015-12-071-0/+20
* Move EmailValidator to app/validatorsRobert Speicher2015-12-071-0/+21
* Add custom UrlValidatorRobert Speicher2015-12-071-0/+36