summaryrefslogtreecommitdiff
path: root/spec/validators
Commit message (Expand)AuthorAgeFilesLines
* Add validator for qualidied domain arrayReuben Pereira2019-07-231-0/+111
* Fix color validation regexHeinrich Lee Yu2019-06-251-0/+43
* Align UrlValidator to validate_url gem implementation.Thong Kuah2019-04-112-25/+114
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-091-0/+87
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-87/+0
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-051-0/+87
* Fix Bitbucket importFrancisco Javier López2019-03-141-2/+7
* Merge branch 'fix/email_validator' into 'master'Stan Hu2019-03-091-0/+94
|\
| * Align EmailValidator to validate_email gem implementation.Horatiu Eugen Vlad2019-03-051-0/+94
* | Add frozen_string_literal to new filesStan Hu2019-03-041-0/+2
* | Arbitrary file read via MergeRequestDiffFrancisco Javier López2019-03-041-0/+40
|/
* remove newly supported regex feature from validation error testRoger Rüttimann2019-01-141-2/+0
* Add table and model for error tracking settingsReuben Pereira2019-01-071-0/+51
* Allow URLs to be validated as ascii_onlyJames Edwards-Jones2018-12-061-0/+29
* Merge branch 'security-fj-crlf-injection' into 'master'Cindy Pallares2018-11-281-0/+26
* Allow UrlValidator to work with attr_encryptedNick Thomas2018-09-171-0/+15
* Merge branch 'filter-web-hooks-by-branch' into 'master'Dmitriy Zaporozhets2018-09-051-0/+42
|\
| * Filter project hooks by branchDuana Saskia2018-08-131-0/+42
* | Allow whitelisting for "external collaborator by default" settingRoger Rüttimann2018-08-301-0/+27
|/
* Avoid checking the user format in every url validationFrancisco Javier López2018-06-111-5/+48
* Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-013-65/+70
* Projects and groups badges APIFrancisco Javier López2018-03-052-0/+85
* Add more information in variable_duplicates validator error messageMatija Čupić2018-02-131-2/+2
* Add specs for VariableDuplicates validatorMatija Čupić2018-02-131-0/+67
* Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan2018-02-061-38/+0
* Reallow project paths ending in periodsdm-reallow-project-path-ending-in-periodDouwe Maan2017-11-064-97/+114
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Rebuild the dynamic path before validating itbvl-validate-path-updateBob Van Landuyt2017-06-211-0/+9
* Avoid crash when trying to parse string with invalid UTF-8 sequenceBob Van Landuyt2017-05-301-0/+22
* Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-7/+7
* Remove changes that are not absolutely necessarydm-fix-routesDouwe Maan2017-05-231-7/+7
* Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan2017-05-231-225/+25
* Add a better error message when a certain path is missingBob Van Landuyt2017-05-021-3/+34
* Update path validation & specsBob Van Landuyt2017-05-021-3/+40
* Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt2017-05-021-1/+10
* Reject group-routes as names of child namespacesBob Van Landuyt2017-05-011-25/+51
* Reject paths following namespace for paths including 2 `*`Bob Van Landuyt2017-05-011-12/+14
* Use `%r{}` regexes to avoid having to escape `/`Bob Van Landuyt2017-05-011-5/+5
* The dynamic path validator can block out partial pathsBob Van Landuyt2017-05-011-60/+80
* Make path validation case-insensitiveBob Van Landuyt2017-05-011-1/+7
* Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-011-1/+1
* Split off validating full pathsBob Van Landuyt2017-05-011-0/+20
* Improve detection of reserved words from routesBob Van Landuyt2017-05-011-14/+67
* Streamline the path validation in groups & projectsBob Van Landuyt2017-05-011-0/+33
* Add forbidden paths to the namespace validatorBob Van Landuyt2017-05-011-0/+29