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-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
2016-05-05Use tag_exists? in GitAccess#protected_tag?Yorick Peterse
2015-11-16Add support for git lfs.Marin Jankovski
2015-05-13Fix GitAccess.Douwe Maan
2015-05-13Improve Git access error messages.Douwe Maan
2015-03-25Merge branch 'more-rubocop-styles' into 'master'Dmitriy Zaporozhets
2015-03-25Style/RedundantReturn enabledDmitriy Zaporozhets
2015-03-24Refactor GitAccess to use instance variables.Douwe Maan
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-02-18Fix push access check when not signed in.Douwe Maan
2015-02-03Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets
2015-02-03Rubocop: comment indentationDmitriy Zaporozhets
2015-01-29Be more careful with parsing changes from gitlab-shellDmitriy Zaporozhets
2015-01-21developer can push to protected branchesValery Sizov
2014-12-26Add option to disable/enable developers push to already protected branches.Marin Jankovski
2014-12-26Move protected branch actions into a method.Marin Jankovski
2014-12-26Allow regular code push for developers if the protected branch allows it.Marin Jankovski
2014-12-05Decline push if repository does not existDmitriy Zaporozhets
2014-12-02Reload mr code on force push tooDmitriy Zaporozhets
2014-12-01Fix deploy keys permission check in internal apiDmitriy Zaporozhets
2014-11-18Better message for failed pushes because of git hooksValery Sizov
2014-11-03Fix push not allowed to protected branch ifCiro Santilli
2014-10-07Developers can push to wiki repo. Protected branches does not affect wiki rep...Dmitriy Zaporozhets
2014-09-23Fix ref parsing in Gitlab::GitAccessJacob Vosmaer
2014-09-01Rewrite GitAccess for gitlab-shell v2Dmitriy Zaporozhets
2014-05-30Dont allow git tag rewrite/removal unless you are masterDmitriy Zaporozhets
2014-05-22Dont allow remove of protected branchDmitriy Zaporozhets
2014-05-15Move user access check to Gitlab::UserAccessJacob Vosmaer
2014-05-14Use LDAP::Access.open to reuse the LDAP connectionJacob Vosmaer
2014-04-03Fix support for force_pushDmitriy Zaporozhets
2014-03-26first setup to protect protected branched to force updatesSteven Thonus
2014-03-21Fix http clone for public projectDmitriy Zaporozhets
2014-03-20Add Gitlab::GitAccess class to resolve auth issues during pull/pushDmitriy Zaporozhets