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
2016-12-16Rename the `token_has_scope?` method.Timothy Andrew
2016-12-16Convert AccessTokenValidationService into a class.Timothy Andrew
2016-12-16Refactor access token validation in `Gitlab::Auth`Timothy Andrew
2016-12-16Implement minor changes from @dbalexandre's review.Timothy Andrew
2016-12-16Validate access token scopes in `Gitlab::Auth`Timothy Andrew
2016-12-16 Calls to the API are checked for scope.Timothy Andrew
2016-09-28Handle LFS token creation and retrieval in the same method, and in the same R...Patricio Cano
2016-09-20Use early return in lfs_token_checkKamil Trzcinski
2016-09-19Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...Kamil Trzcinski
2016-09-19Properly support Gitlab::Auth::ResultKamil Trzcinski
2016-09-19Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski
2016-09-19Move Gitlab::Auth.Result to separate fileKamil Trzcinski
2016-09-19Support pushing via SSHKamil Trzcinski
2016-09-19Fix permissions for creating container imagesKamil Trzcinski
2016-09-16Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski
2016-09-16Rename capabilities to authentication_abilitiesKamil 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-15Improve string handling.Patricio Cano
2016-09-15Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano
2016-09-15Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...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-15Add access specsKamil Trzcinski
2016-09-15Use `build_read_container_image` and use `build_download_code`Kamil Trzcinski
2016-09-14Refactor Gitlab::Auth to simplify the data flowKamil Trzcinski
2016-09-13Fix resultKamil 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-08-19Refactor `find_for_git_client` and its related methods.Patricio Cano
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-16Allow Git over HTTP access using Personal Access TokensPatricio Cano
2016-06-10Improve Gitlab::Auth method namesJacob Vosmaer
2016-06-06Fix testsJacob Vosmaer
2016-06-03Use public_sendJacob Vosmaer
2016-06-03Refactor Gitlab::Auth rate limitingJacob Vosmaer
2016-06-03Changes after more review from RémyJacob Vosmaer
2016-06-02Rename finder to find_in_gitlab_or_ldapJacob Vosmaer
2016-05-03Remove parallel assignmentJacob Vosmaer
2016-04-29Make CI/Oauth/rate limiting reusableJacob Vosmaer
2014-10-30Session API: Use case-insensitive authentication like in UIAndrey Krivko
2014-10-14Remove unused methodsJan-Willem van der Meer
2014-10-13Refactor lib files for multiple LDAP groupsJan-Willem van der Meer
2014-01-19Remove deprecated findersskv