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
2016-12-20Rubocop prefers to indent this wayLin Jen-Shin
2016-12-20Use consistent names and move checks to the method,Lin Jen-Shin
2016-12-20Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin
2016-12-16Accept environment variables from the `pre-receive` script.Timothy Andrew
2016-12-09Check project existence for push too, andLin Jen-Shin
2016-12-09Don't pass the actor for deploy key, feedback:Lin Jen-Shin
2016-12-06Prefer guest_can_download_code? and fix typoLin Jen-Shin
2016-12-06Prefer guest_can_downlod_code?Lin Jen-Shin
2016-12-06Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin
2016-11-30Allow access to the wiki with git when repository feature disabledDouglas Barbosa Alexandre
2016-11-18Check download privilege more specifically andLin Jen-Shin
2016-11-17Still grant :download_code if guest could do thatLin Jen-Shin
2016-11-17Check if the key could really download, feedback:Lin Jen-Shin
2016-11-17We never check user privilege if it's a deploy keyLin Jen-Shin
2016-11-16Introduce has_access_to? so that we could reuse itLin Jen-Shin
2016-11-16Also need to check against push rules:Lin Jen-Shin
2016-11-11Fix test for GitAccessWiki, it's overriding change_access_checkLin Jen-Shin
2016-11-11Add more tests and fix write to project checkLin Jen-Shin
2016-11-11So deploy key might not have a corresponding userLin Jen-Shin
2016-11-11Improve write access check for deploy keyLin Jen-Shin
2016-11-10Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin
2016-11-09Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan
2016-09-16Rename capabilities to authentication_abilitiesKamil Trzcinski
2016-09-15Fix existing authorization specsKamil Trzcinski
2016-09-15Use `build_read_container_image` and use `build_download_code`Kamil Trzcinski
2016-09-13Make result to return project and capabilities grantedKamil Trzcinski
2016-09-13Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski
2016-08-19added spacingAli Ibrahim
2016-08-17Allow to add deploy keys with write-accessAli Ibrahim
2016-08-11api for generating new merge requestScott Le
2016-08-11Merge branch 'fix-gitaccess-scope' into 'master' Rémy Coutable
2016-08-03Stop 'git push' over HTTP earlyJacob Vosmaer
2016-07-26Fixing scope issue in GitAccess.Elliot Wiltshire
2016-07-19Allow to pull code with deploy key from public projectsKamil Trzcinski
2016-07-18Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable
2016-07-13Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher
2016-07-13Move all "checks" under `GitLab::Checks`.Timothy Andrew
2016-07-13Appease rubocop.Timothy Andrew
2016-07-13Refactor `Gitlab::GitAccess`Timothy Andrew
2016-07-13Enforce "developers can merge" during `pre-receive`.Timothy Andrew
2016-07-13Added "developers can merge" setting to protected branchesMathias Vestergaard
2016-07-06Revert back to not defining a default Git access protocol.Patricio Cano
2016-07-06Default Git access protocol to `web`Patricio Cano
2016-07-06Don't allow empty strings in the `protocol` check.Patricio Cano
2016-07-06Correct access control flow for Git HTTP requests.Patricio Cano
2016-07-06Raise an error if no protocol is passed to the GitAccess check.Patricio Cano
2016-07-06Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano
2016-07-06Only allow Git Access on the allowed protocolPatricio Cano
2016-05-09Improve multiple branch push performance by memoizing permission checkingStan Hu
2016-05-05Fix passing nil to protected_tag?Yorick Peterse