summaryrefslogtreecommitdiff
path: root/app/controllers/projects/git_http_client_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple repositories per projectBob Van Landuyt2019-03-261-4/+10
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* Allow HTTP(s) when git request is made by GitLab CITomasz Maczukin2018-04-051-0/+1
* Consistently use PersonalAccessToken instead of PersonalTokenDouwe Maan2017-11-021-3/+3
* Fix username and ID not logging in production_json.log for Git activitysh-fix-username-loggingStan Hu2017-10-041-0/+1
* Add “Project moved” error to Git-over-HTTPMichael Kozono2017-06-161-38/+8
* Instruct user to use a personal access token for Git over HTTPRobin Bobbitt2017-06-071-1/+1
* Move CI access logic into GitAccessMichael Kozono2017-06-051-19/+1
* RefactorMichael Kozono2017-06-051-4/+0
* Fix code for copsDouwe Maan2017-02-231-5/+6
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
* Fix access to the wiki code via HTTP when repository feature disabledDouglas Barbosa Alexandre2017-01-251-5/+7
* Move LfsHelper to a new LfsRequest concern22253-move-lfshelper-methods-somewhere-else-than-app-helpersRémy Coutable2016-11-231-8/+8
* Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan2016-11-091-4/+4
* Post-merge improve of CI permissionsKamil Trzcinski2016-09-201-3/+3
* Move logic to check ci? or lfs_deploy_token? to Gitlab::Auth::ResultKamil Trzcinski2016-09-201-7/+3
* Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-191-0/+6
* Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-6/+0
* Improve authentication_result usageKamil Trzcinski2016-09-161-11/+18
* Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski2016-09-161-42/+33
* Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-161-6/+8
* Added builds_spec and git_http_specsKamil Trzcinski2016-09-151-1/+1
* Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-151-22/+49
|\
| * Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano2016-09-151-8/+17
| * Further refactoring of authentication code, and code style fixes.Patricio Cano2016-09-151-8/+12
| * Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-151-2/+2
| * Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano2016-09-151-14/+13
| * Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-151-2/+1
| * Added LFS support to SSHPatricio Cano2016-09-151-12/+30
* | Fix most of specsKamil Trzcinski2016-09-151-2/+5
* | Fix existing authorization specsKamil Trzcinski2016-09-151-1/+1
* | Make result to return project and capabilities grantedKamil Trzcinski2016-09-131-8/+4
* | Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-131-1/+11
|/
* Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-0/+4
* Refactor `find_for_git_client` method to not use assignment in conditionals a...Patricio Cano2016-08-171-2/+2
* Moved 2FA check to `auth.rb` and cleaned up the flow `authenticate_user`Patricio Cano2016-08-161-8/+8
* Added better information about the personal tokensPatricio Cano2016-08-161-1/+4
* 2FA check is now done in the main GitHTTPClientControllerPatricio Cano2016-08-161-0/+7
* Add LFS controllersJacob Vosmaer2016-07-221-0/+110