summaryrefslogtreecommitdiff
path: root/app/controllers/projects/git_http_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate method reintroduced by mergeJacob Vosmaer2016-08-091-4/+0
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into remove-...Jacob Vosmaer2016-08-091-17/+26
|\
| * Stop 'git push' over HTTP earlyJacob Vosmaer2016-08-031-17/+22
* | Add LFS controllersJacob Vosmaer2016-07-221-104/+3
|/
* Correct access control flow for Git HTTP requests.Patricio Cano2016-07-051-2/+8
* Clarify protocol access check, and make Git HTTP access call more specific.Patricio Cano2016-07-051-6/+6
* Render the status message with `plain:` so that the message gets passed to th...Patricio Cano2016-07-051-1/+1
* Render :forbidden *only* if HTTP is disabled.Patricio Cano2016-07-051-1/+5
* Return :forbidden if HTTP protocol access is not allowedPatricio Cano2016-07-051-0/+6
* Simplify access checksPatricio Cano2016-07-051-1/+7
* Only allow Git Access on the allowed protocolPatricio Cano2016-07-051-1/+1
* Groundwork for Kerberos SPNEGO (EE feature)Jacob Vosmaer2016-07-011-4/+35
* Improve Gitlab::Auth method namesJacob Vosmaer2016-06-101-1/+1
* Skip authenticity token checks for Git HTTPJacob Vosmaer2016-06-081-0/+2
* Fewer silly instance variablesJacob Vosmaer2016-06-031-11/+9
* Use #present?Jacob Vosmaer2016-06-031-1/+1
* Refactor _allowed? methods as Rémy askedJacob Vosmaer2016-06-031-15/+9
* Changes after more review from RémyJacob Vosmaer2016-06-031-7/+9
* Make CI/Oauth/rate limiting reusableJacob Vosmaer2016-04-291-70/+8
* More changes suggested by RémyJacob Vosmaer2016-04-251-19/+17
* Don't mess up our parent controllerJacob Vosmaer2016-04-221-11/+21
* Some changes after review from Rémy and ValeryJacob Vosmaer2016-04-221-28/+33
* Comment and whitespaceJacob Vosmaer2016-04-151-9/+20
* Clarify intentionsJacob Vosmaer2016-04-061-4/+7
* Move workhorse protocol code into libJacob Vosmaer2016-04-061-8/+5
* Add some upload specsJacob Vosmaer2016-03-241-7/+29
* Get Grack::Auth tests to passJacob Vosmaer2016-03-231-0/+167