summaryrefslogtreecommitdiff
path: root/app/validators
Commit message (Collapse)AuthorAgeFilesLines
* refactor url validator to use sanitizer for checkfix/import-url-validatorJames Lopez2016-07-011-3/+1
|
* few more changes from suggestionsJames Lopez2016-06-301-1/+0
|
* few changes based on feedbackJames Lopez2016-06-301-8/+5
|
* added more info on how addressable URI differs from what we use in UrlValidatorJames Lopez2016-06-241-1/+3
|
* updated validator based on feedbackJames Lopez2016-06-231-3/+3
|
* fix commentJames Lopez2016-06-201-1/+1
|
* fixed a few MySQL issues and added changelogJames Lopez2016-06-201-3/+3
|
* started working on a migration for projects that have current import_url issuesJames Lopez2016-06-201-7/+7
|
* fix addressable url validatorJames Lopez2016-06-201-7/+7
|
* fixing URL validation for import_url on projectsJames Lopez2016-06-171-0/+49
|
* 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: ↵streamline-email-validationRémy Coutable2016-02-091-0/+5
| | | | Devise.email_regexp }
* Validate email addresses using Devise.email_regexpRémy Coutable2016-02-091-18/+0
| | | | | | | Also: - Get rid of legacy :strict_mode - Get rid of custom :email validator - Add some shared examples to spec emails validation
* 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