summaryrefslogtreecommitdiff
path: root/spec/requests/git_http_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor `find_for_git_client` method to not use assignment in conditionals a...Patricio Cano2016-08-171-10/+8
* Deny Git over HTTP access to users that have 2FA enabled, unless they use a P...Patricio Cano2016-08-161-0/+41
* Merge branch 'git-http-push-check' into 'master' Robert Speicher2016-08-081-5/+5
|\
| * Stop 'git push' over HTTP earlyJacob Vosmaer2016-08-031-5/+5
* | Enable Style/SpaceAroundEqualsInParameterDefault coprubocop/SpaceAroundEqualsInParameterDefaultGabriel Mazetto2016-08-061-4/+4
|/
* Groundwork for Kerberos SPNEGO (EE feature)Jacob Vosmaer2016-07-011-12/+15
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-24/+24
* Fix spec description typo18451-track-new-redis-connectionsSean McGivern2016-06-141-1/+1
* Add test for getting info/refs from repoSean McGivern2016-06-091-0/+28
* Ensure only IDs ending in .git perform git actionsfix-git-http-routingSean McGivern2016-06-091-1/+54
* Add parenthesesJacob Vosmaer2016-06-081-4/+4
* Specify that oauth cannot push codeJacob Vosmaer2016-04-291-0/+19
* Remove trivial 'let'Jacob Vosmaer2016-04-221-6/+5
* More tests, better descriptionsJacob Vosmaer2016-04-061-12/+27
* RubocopJacob Vosmaer2016-04-061-2/+2
* Add some upload specsJacob Vosmaer2016-03-241-3/+60
* Whitespace!Jacob Vosmaer2016-03-241-2/+2
* Spec Www-AuthenticateJacob Vosmaer2016-03-241-0/+6
* Remove useless "describe"Jacob Vosmaer2016-03-241-120/+117
* Add test for gitlab_shell.upload_pack config settingJacob Vosmaer2016-03-241-1/+14
* Whitespace, remove unused methodJacob Vosmaer2016-03-241-14/+10
* Test both GET and POST for git-upload-packJacob Vosmaer2016-03-241-45/+67
* Test Grack::Auth via a request specJacob Vosmaer2016-03-231-0/+190