summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove require_relative 'import_spec_helper'make-omniauth-tests-to-not-modify-global-stateKamil Trzcinski2016-06-086-6/+0
* Move ImportSpecHelper to spec/support/Kamil Trzcinski2016-06-081-0/+0
* Make Omniauth providers specs to not modify global configurationKamil Trzcinski2016-06-086-5/+12
* Merge branch 'support-fog-azure' into 'master' Rémy Coutable2016-06-082-0/+22
|\
| * Add Azure to supported backup list (left out accidentally)Stan Hu2016-06-072-0/+22
* | Merge branch 'git-http-controller' into 'master' Rémy Coutable2016-06-0813-330/+653
|\ \
| * | Add parenthesesJacob Vosmaer2016-06-081-4/+4
| * | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-htt...Jacob Vosmaer2016-06-08394-3208/+9533
| |\ \
| * | | Remove code duplication in JwtControllerJacob Vosmaer2016-06-061-39/+1
| * | | Fix testsJacob Vosmaer2016-06-063-22/+22
| * | | Use public_sendJacob Vosmaer2016-06-031-2/+1
| * | | Argh mixed up all the negativesJacob Vosmaer2016-06-031-2/+2
| * | | Remove instances of Auth.newJacob Vosmaer2016-06-032-2/+2
| * | | Refactor Gitlab::Auth rate limitingJacob Vosmaer2016-06-032-25/+53
| * | | 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-033-24/+26
| * | | Rename finder to find_in_gitlab_or_ldapJacob Vosmaer2016-06-025-13/+13
| * | | Merge branch 'master' into git-http-controllerJacob Vosmaer2016-06-021580-11370/+32518
| |\ \ \
| * | | | Remove parallel assignmentJacob Vosmaer2016-05-031-1/+2
| * | | | Rubocop and whitespaceJacob Vosmaer2016-05-022-3/+3
| * | | | Use correct auth finderJacob Vosmaer2016-05-022-7/+2
| * | | | Make CI/Oauth/rate limiting reusableJacob Vosmaer2016-04-296-95/+158
| * | | | Specify that oauth cannot push codeJacob Vosmaer2016-04-291-0/+19
| * | | | More changes suggested by RémyJacob Vosmaer2016-04-251-19/+17
| * | | | Remove trivial 'let'Jacob Vosmaer2016-04-221-6/+5
| * | | | Don't mess up our parent controllerJacob Vosmaer2016-04-222-30/+28
| * | | | Some changes after review from Rémy and ValeryJacob Vosmaer2016-04-221-28/+33
| * | | | Comment and whitespaceJacob Vosmaer2016-04-151-9/+20
| * | | | Avoid path helper name clashJacob Vosmaer2016-04-151-4/+4
| * | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-htt...Jacob Vosmaer2016-04-15241-1048/+6475
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-htt...Jacob Vosmaer2016-04-12493-3595/+21341
| |\ \ \ \ \
| * | | | | | Clarify intentionsJacob Vosmaer2016-04-061-4/+7
| * | | | | | More tests, better descriptionsJacob Vosmaer2016-04-061-12/+27
| * | | | | | Move workhorse protocol code into libJacob Vosmaer2016-04-062-8/+12
| * | | | | | Delete dead codeJacob Vosmaer2016-04-061-52/+1
| * | | | | | RubocopJacob Vosmaer2016-04-061-2/+2
| * | | | | | Add some upload specsJacob Vosmaer2016-03-242-10/+89
| * | | | | | 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
| * | | | | | Remove useles only:Jacob Vosmaer2016-03-241-3/+3
| * | | | | | Whitespace, remove unused methodJacob Vosmaer2016-03-241-14/+10
| * | | | | | Test both GET and POST for git-upload-packJacob Vosmaer2016-03-242-47/+69
| * | | | | | Keep Grack::Auth in the routes for LFS onlyJacob Vosmaer2016-03-241-0/+3
| * | | | | | Get Grack::Auth tests to passJacob Vosmaer2016-03-233-8/+191
| * | | | | | Test Grack::Auth via a request specJacob Vosmaer2016-03-231-90/+71
* | | | | | | Merge branch 'fix-endless-redirect' into 'master' Rémy Coutable2016-06-084-6/+37
|\ \ \ \ \ \ \