summaryrefslogtreecommitdiff
path: root/app/controllers/projects/git_http_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple repositories per projectBob Van Landuyt2019-03-261-2/+2
* Reject HEAD requests to info/refs endpointStan Hu2019-03-191-0/+5
* Add project http fetch statistics APIJacopo2019-02-271-0/+9
* Move magic '_any' string to constantDouwe Maan2019-01-021-3/+1
* Adds tracing messages for slow git pushesTiago Botelho2018-10-251-0/+5
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Allow HTTP(s) when git request is made by GitLab CITomasz Maczukin2018-04-051-1/+1
* Moves project creationg to git access check for git pushTiago Botelho2018-02-061-12/+7
* Move new project on push logic to a serviceTiago Botelho2018-02-061-22/+11
* Add specsTiago Botelho2018-02-061-0/+2
* Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho2018-02-061-15/+23
* Adds option to push over SSH to create a new projectTiago Botelho2018-02-061-5/+5
* Adds option to push over HTTP to create a new projectTiago Botelho2018-02-061-1/+20
* Add “Project moved” error to Git-over-HTTPMichael Kozono2017-06-161-1/+1
* Refactor to let GitAccess errors bubble upMichael Kozono2017-06-051-35/+14
* Refactor to let `GitAccess` check protocol configMichael Kozono2017-06-051-10/+0
* Move CI access logic into GitAccessMichael Kozono2017-06-051-6/+10
* Check disabled commands in GitAccess insteadMichael Kozono2017-06-051-4/+0
* Render GitAccess message if authorizedMichael Kozono2017-06-051-5/+1
* Pass GL_REPOSITORY in Workhorse responses29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-gitlab-ceAlejandro Rodríguez2017-05-051-1/+1
* Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+6
* Add feature flags for enabling (Upload|Receive)Pack for Gitalyfeature/add-feature-flags-for-upload-receive-packAhmad Sherif2017-04-031-1/+1
* Fix access to the wiki code via HTTP when repository feature disabledDouglas Barbosa Alexandre2017-01-251-1/+5
* Move LfsHelper to a new LfsRequest concern22253-move-lfshelper-methods-somewhere-else-than-app-helpersRémy Coutable2016-11-231-5/+7
* Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan2016-11-091-5/+1
* Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-161-1/+1
* Make result to return project and capabilities grantedKamil Trzcinski2016-09-131-1/+1
* Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-131-1/+1
* Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-0/+3
* 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