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 (Collapse)Author
2018-09-17Allow UrlValidator to work with attr_encryptedNick Thomas
2018-09-13Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher
Add RuboCop cops to enforce code reusing rules See merge request gitlab-org/gitlab-ce!21391
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11Enable frozen string in vestigial filesgfyoung
Partially addresses #47424.
2018-09-05Merge branch 'filter-web-hooks-by-branch' into 'master'Dmitriy Zaporozhets
Filter web hooks by branch See merge request gitlab-org/gitlab-ce!19513
2018-09-05Refactor: move active hook filter to TriggerableHooksDuana Saskia
2018-08-30Allow whitelisting for "external collaborator by default" settingRoger Rüttimann
2018-08-13Filter project hooks by branchDuana Saskia
Allow specificying a branch filter for a project hook and only trigger a project hook if either the branch filter is blank or the branch matches. Only supported for push_events for now.
2018-06-27Enable frozen string in apps/validators/*.rbgfyoung
Partially addresses #47424.
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 ↵Francisco Javier López
because of SSRF
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
These changes are backported from EE, related to SAML settings in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4549
2018-03-22Add HTTPS-only pagesRob Watson
Closes #28857
2018-03-21Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
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
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-11-07Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon
Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform See merge request gitlab-org/gitlab-ce!14879
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
This reverts commit 8f0a2b6d780347a5ce258ac1a6a6902ce9695ca1.
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
Otherwise we won't validate updates to the path. Allowing users to change the path to something that's not allowed.
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
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
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
Because it also won't match the sophisticated format we have for detecting reserved names. We don't want to confuse the user with 2 error messages
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
Reject the part following `/*namespace_id/:project_id` for paths containing 2 wildcard parameters