summaryrefslogtreecommitdiff
path: root/lib/gitlab/git_access.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix ref parsing in Gitlab::GitAccessJacob Vosmaer2014-09-231-5/+23
* Rewrite GitAccess for gitlab-shell v2Dmitriy Zaporozhets2014-09-011-8/+31
* Dont allow git tag rewrite/removal unless you are masterDmitriy Zaporozhets2014-05-301-0/+3
* Dont allow remove of protected branchDmitriy Zaporozhets2014-05-221-8/+12
* Move user access check to Gitlab::UserAccessJacob Vosmaer2014-05-151-12/+1
* Use LDAP::Access.open to reuse the LDAP connectionJacob Vosmaer2014-05-141-2/+2
* Fix support for force_pushDmitriy Zaporozhets2014-04-031-2/+1
* first setup to protect protected branched to force updatesSteven Thonus2014-03-251-8/+13
* Fix http clone for public projectDmitriy Zaporozhets2014-03-211-2/+2
* Add Gitlab::GitAccess class to resolve auth issues during pull/pushDmitriy Zaporozhets2014-03-201-0/+74