Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-27Specify environment actions to distinguish between metrics and every other en...Tiago Botelho
2018-04-05Allow HTTP(s) when git request is made by GitLab CITomasz Maczukin
2017-11-02Consistently use PersonalAccessToken instead of PersonalTokenDouwe Maan
2017-10-04Fix username and ID not logging in production_json.log for Git activityStan Hu
2017-06-17Add “Project moved” error to Git-over-HTTPMichael Kozono
2017-06-08Instruct user to use a personal access token for Git over HTTPRobin Bobbitt
2017-06-05Move CI access logic into GitAccessMichael Kozono
2017-06-05RefactorMichael Kozono
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/ConditionalAssignmentDouwe Maan
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
2017-01-25Fix access to the wiki code via HTTP when repository feature disabledDouglas Barbosa Alexandre
2016-11-23Move LfsHelper to a new LfsRequest concernRémy Coutable
2016-11-09Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan
2016-09-20Post-merge improve of CI permissionsKamil Trzcinski
2016-09-20Move logic to check ci? or lfs_deploy_token? to Gitlab::Auth::ResultKamil Trzcinski
2016-09-19Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...Kamil Trzcinski
2016-09-19Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski
2016-09-16Improve authentication_result usageKamil Trzcinski
2016-09-16Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski
2016-09-16Rename capabilities to authentication_abilitiesKamil Trzcinski
2016-09-16Added builds_spec and git_http_specsKamil Trzcinski
2016-09-15Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski
2016-09-15Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano
2016-09-15Further refactoring of authentication code, and code style fixes.Patricio Cano
2016-09-15Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano
2016-09-15Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano
2016-09-15Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano
2016-09-15Added LFS support to SSHPatricio Cano
2016-09-15Fix most of specsKamil Trzcinski
2016-09-15Fix existing authorization specsKamil Trzcinski
2016-09-13Make result to return project and capabilities grantedKamil Trzcinski
2016-09-13Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-08-18Refactor `find_for_git_client` method to not use assignment in conditionals a...Patricio Cano
2016-08-16Moved 2FA check to `auth.rb` and cleaned up the flow `authenticate_user`Patricio Cano
2016-08-16Added better information about the personal tokensPatricio Cano
2016-08-162FA check is now done in the main GitHTTPClientControllerPatricio Cano
2016-07-22Add LFS controllersJacob Vosmaer