Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-27Enable frozen string in apps/validators/*.rbgfyoung
2018-06-11Avoid checking the user format in every url validationFrancisco Javier López
2018-06-01Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López
2018-04-02Rename allow_private_networks to allow_local_networkDouwe Maan
2018-04-02Raise more descriptive errors when URLs are blockedDouwe Maan
2018-04-02Adds validators and rack cookie helperJames Edwards-Jones
2018-03-22Add HTTPS-only pagesRob Watson
2018-03-21Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan
2018-03-05Projects and groups badges APIFrancisco Javier López
2018-02-23Skip variables duplicates validator if variable is already a duplicateMatija Čupić
2018-02-15Improve validation message and add changelogKamil Trzciński
2018-02-14Refactor variable duplicates error messageMatija Čupić
2018-02-14Add more information in variable_duplicates validator error messageMatija Čupić
2018-02-13Refactor outer anonymous function into a do blockMatija Čupić
2018-02-13Disable public send cop in variables duplicates validatorMatija Čupić
2018-02-13Extend variables_duplicates validator with scope handlingMatija Čupić
2018-02-06Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan
2017-12-05Second iteration of Move Kubernetes from service to Cluster pageFilipa Lacerda
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-07Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon
2017-11-06Reallow project paths ending in periodsDouwe Maan
2017-10-29specs for models. Improved details.Shinya Maeda
2017-10-23This worksShinya Maeda
2017-08-30Move the key restriction validation to its own classNick Thomas
2017-07-05Implement ayufan validator2Shinya Maeda
2017-07-05Implement ayufan validatorShinya Maeda
2017-07-05Revert "Implement Ci::NestedUniquenessValidator"Shinya Maeda
2017-07-05Implement Ci::NestedUniquenessValidatorShinya Maeda
2017-07-05Implement uniqueness_of_in_memory_validatorShinya Maeda
2017-06-21Rebuild the dynamic path before validating itBob Van Landuyt
2017-06-02Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt
2017-05-30Avoid crash when trying to parse string with invalid UTF-8 sequenceBob Van Landuyt
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
2017-05-24Remove changes that are not absolutely necessaryDouwe Maan
2017-05-24Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan
2017-05-04Reject EE reserved namespace paths in CE as wellBob Van Landuyt
2017-05-02Don't validate reserved words if the format doesn't matchBob Van Landuyt
2017-05-02Update commentsBob Van Landuyt
2017-05-02Update path validation & specsBob Van Landuyt
2017-05-02Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt
2017-05-01Reject group-routes as names of child namespacesBob Van Landuyt
2017-05-01Reject paths following namespace for paths including 2 `*`Bob Van Landuyt
2017-05-01Allow `graphs` & `refs` project namesBob Van Landuyt
2017-05-01Minor style adjustmentsBob Van Landuyt
2017-05-01Use `%r{}` regexes to avoid having to escape `/`Bob Van Landuyt
2017-05-01The dynamic path validator can block out partial pathsBob Van Landuyt
2017-05-01Make path validation case-insensitiveBob Van Landuyt
2017-05-01Reject `-` as a pathBob Van Landuyt
2017-05-01Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt
2017-05-01Use the namespace validator for validating all pathsBob Van Landuyt