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 (Collapse)Author
2018-06-27Specify environment actions to distinguish between metrics and every other ↵Tiago Botelho
environment related actions
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
Devise sets `current_user`, but not all controllers authenticate users by session tokens. Try to use the controller-defined `authenticated_user` if `current_user` is not available. Closes gitlab-org/gitlab-ee#3611
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
If internal auth is disabled and LDAP is not configured on the instance, present the user with a message to create a personal access token if his Git over HTTP auth attempt fails.
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
add complete changelog for !8949
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
Also create a new WorkhorseRequest concern Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-09Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan
Ensure external users are not able to clone disabled repositories. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23788 See merge request !2017 Signed-off-by: Rémy Coutable <remy@rymai.me>
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 ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6043" This reverts commit 6d43c95b7011ec7ec4600e00bdc8df76bb39813c.
2016-09-19Revert all changes introduced by ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6043
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
# Conflicts: # app/controllers/projects/git_http_client_controller.rb # app/helpers/lfs_helper.rb # lib/gitlab/auth.rb # spec/requests/lfs_http_spec.rb
2016-09-15Refactored authentication code to make it a bit clearer, added test for ↵Patricio Cano
wrong SSH key.
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 ↵Patricio Cano
creating a user with this username, and method name refactoring.
2016-09-15Better authentication handling, syntax fixes and better actor handling for ↵Patricio Cano
LFS Tokens
2016-09-15Refactor LFS token logic to use a Redis key instead of a DB field, making it ↵Patricio Cano
a 1 use only token.
2016-09-15Added LFS support to SSHPatricio Cano
- Required on the GitLab Rails side is mostly authentication and API related.
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 ↵Kamil Trzcinski
(this also includes a container images, and in future LFS files)
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-08-18Refactor `find_for_git_client` method to not use assignment in conditionals ↵Patricio Cano
and syntax fixes.
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