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
2019-03-05Align EmailValidator to validate_email gem implementation.Horatiu Eugen Vlad
2019-03-05Add frozen_string_literal to new filesStan Hu
2019-03-04Arbitrary file read via MergeRequestDiffFrancisco Javier López
2019-01-14remove newly supported regex feature from validation error testRoger Rüttimann
2019-01-07Add table and model for error tracking settingsReuben Pereira
2018-12-06Allow URLs to be validated as ascii_onlyJames Edwards-Jones
2018-11-29Merge branch 'security-fj-crlf-injection' into 'master'Cindy Pallares
2018-09-17Allow UrlValidator to work with attr_encryptedNick Thomas
2018-09-05Merge branch 'filter-web-hooks-by-branch' into 'master'Dmitriy Zaporozhets
2018-08-30Allow whitelisting for "external collaborator by default" settingRoger Rüttimann
2018-08-13Filter project hooks by branchDuana Saskia
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-03-05Projects and groups badges APIFrancisco Javier López
2018-02-14Add more information in variable_duplicates validator error messageMatija Čupić
2018-02-13Add specs for VariableDuplicates validatorMatija Čupić
2018-02-06Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan
2017-11-06Reallow project paths ending in periodsDouwe Maan
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-06-21Rebuild the dynamic path before validating itBob 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-02Add a better error message when a certain path is missingBob 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-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-01Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt
2017-05-01Split off validating full pathsBob Van Landuyt
2017-05-01 Improve detection of reserved words from routesBob Van Landuyt
2017-05-01Streamline the path validation in groups & projectsBob Van Landuyt
2017-05-01Add forbidden paths to the namespace validatorBob Van Landuyt