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
2017-06-05Extract and memoize `user_access`Michael Kozono
2017-06-05Remove GitAccessStatus (no longer needed)Michael Kozono
2017-06-05Refactor to remove a special caseMichael Kozono
2017-06-05Fix would-be regressionMichael Kozono
2017-06-05Clarify error messagesMichael Kozono
2017-06-05Refactor to let GitAccess errors bubble upMichael Kozono
2017-06-05Move CI access logic into GitAccessMichael Kozono
2017-06-05Check disabled commands in GitAccess insteadMichael Kozono
2017-06-05Fix Git over HTTP specMichael Kozono
2017-04-10Don't pass `env` anymore to GitAccess, ChangeAccess, and ForcePushRémy Coutable
2017-03-13Backport changes from gitlab-org/gitlab-ee!1406Adam Niedzielski
2017-02-23Enable Style/MutableConstantDouwe Maan
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