summaryrefslogtreecommitdiff
path: root/lib/gitlab/git_access.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow access to the wiki with git when repository feature disabledDouglas Barbosa Alexandre2016-11-301-1/+5
* Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan2016-11-091-31/+60
* Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-161-6/+6
* Fix existing authorization specsKamil Trzcinski2016-09-151-1/+1
* Use `build_read_container_image` and use `build_download_code`Kamil Trzcinski2016-09-151-4/+4
* Make result to return project and capabilities grantedKamil Trzcinski2016-09-131-6/+6
* Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-131-3/+16
* api for generating new merge requestScott Le2016-08-111-2/+2
* Merge branch 'fix-gitaccess-scope' into 'master' Rémy Coutable2016-08-111-1/+1
|\
| * Fixing scope issue in GitAccess.Elliot Wiltshire2016-07-251-1/+1
* | Stop 'git push' over HTTP earlyJacob Vosmaer2016-08-031-1/+1
|/
* Allow to pull code with deploy key from public projectsallow-deploy-key-to-download-public-projectsKamil Trzcinski2016-07-191-0/+1
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-113/+30
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-30/+113
* Move all "checks" under `GitLab::Checks`.Timothy Andrew2016-07-131-1/+1
* Appease rubocop.Timothy Andrew2016-07-131-1/+0
* Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-131-129/+30
* Enforce "developers can merge" during `pre-receive`.Timothy Andrew2016-07-131-0/+7
* Added "developers can merge" setting to protected branchesMathias Vestergaard2016-07-131-0/+10
* Revert back to not defining a default Git access protocol.Patricio Cano2016-07-051-1/+1
* Default Git access protocol to `web`Patricio Cano2016-07-051-3/+1
* Don't allow empty strings in the `protocol` check.Patricio Cano2016-07-051-1/+1
* Correct access control flow for Git HTTP requests.Patricio Cano2016-07-051-4/+4
* Raise an error if no protocol is passed to the GitAccess check.Patricio Cano2016-07-051-1/+1
* Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-051-10/+4
* Only allow Git Access on the allowed protocolPatricio Cano2016-07-051-2/+17
* Improve multiple branch push performance by memoizing permission checkingStan Hu2016-05-091-1/+6
* Fix passing nil to protected_tag?tag-existsYorick Peterse2016-05-051-1/+1
* Use tag_exists? in GitAccess#protected_tag?Yorick Peterse2016-05-051-1/+1
* Add support for git lfs.lfsMarin Jankovski2015-11-161-3/+3
* Fix GitAccess.text-batch-1Douwe Maan2015-05-131-2/+3
* Improve Git access error messages.Douwe Maan2015-05-131-25/+36
* Merge branch 'more-rubocop-styles' into 'master'Dmitriy Zaporozhets2015-03-251-1/+1
|\
| * Style/RedundantReturn enabledmore-rubocop-stylesDmitriy Zaporozhets2015-03-241-2/+2
* | Refactor GitAccess to use instance variables.Douwe Maan2015-03-241-45/+83
|/
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-5/+5
* Fix push access check when not signed in.Douwe Maan2015-02-181-0/+2
* Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets2015-02-021-5/+5
* Rubocop: comment indentationDmitriy Zaporozhets2015-02-021-1/+1
* Be more careful with parsing changes from gitlab-shellDmitriy Zaporozhets2015-01-281-1/+1
* developer can push to protected branchesValery Sizov2015-01-201-0/+9
* Add option to disable/enable developers push to already protected branches.Marin Jankovski2014-12-261-2/+2
* Move protected branch actions into a method.Marin Jankovski2014-12-261-12/+20
* Allow regular code push for developers if the protected branch allows it.Marin Jankovski2014-12-261-0/+2
* Decline push if repository does not existDmitriy Zaporozhets2014-12-051-3/+12
* Reload mr code on force push tooDmitriy Zaporozhets2014-12-021-8/+1
* Fix deploy keys permission check in internal apiDmitriy Zaporozhets2014-12-011-10/+18
* Better message for failed pushes because of git hooksValery Sizov2014-11-181-21/+30
* Fix push not allowed to protected branch ifCiro Santilli2014-11-031-2/+2
* Developers can push to wiki repo. Protected branches does not affect wiki rep...Dmitriy Zaporozhets2014-10-071-19/+24