summaryrefslogtreecommitdiff
path: root/app/validators
Commit message (Expand)AuthorAgeFilesLines
* Introduce DurationValidator, feedback:27762-add-default-artifacts-expirationLin Jen-Shin2017-02-241-0/+17
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Fix certificate validatorsKamil Trzcinski2017-01-312-4/+4
* Implement proper verification of certificate's public_key against the private...Kamil Trzcinski2017-01-312-10/+5
* Initial work on GitLab Pages updateKamil Trzcinski2017-01-312-0/+54
* Whitelist next project names: assets, profile, publicDmitriy Zaporozhets2017-01-061-1/+1
* Whitelist next project names: notes, servicesdz-whitelist-more-project-names-2Dmitriy Zaporozhets2016-12-211-1/+1
* Whitelist next project names: help, ci, admin, searchdz-whitelist-more-project-namesDmitriy Zaporozhets2016-12-211-1/+1
* Allow projects with dashboard as pathDmitriy Zaporozhets2016-12-211-1/+2
* Add nested groups support to the routingdz-allow-nested-group-routingDmitriy Zaporozhets2016-11-232-7/+51
* Add `robots.txt` to the list of reserved namespacesNick Thomas2016-10-111-0/+1
* Add '.well-known' to the list of reserved namespacesrs-blacklist-well-knownRobert Speicher2016-09-291-2/+3
* 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: 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