summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-071-3/+11
|\
| * Require explicit scopes on personal access tokensMarkus Koller2017-03-071-1/+4
| * Only use API scopes for personal access tokensMarkus Koller2017-03-071-2/+7
| * Don't allow blocked users to authenticate through other meansMarkus Koller2017-03-071-1/+1
| * Implement OpenID Connect identity providerMarkus Koller2017-03-071-1/+1
* | Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan2017-03-071-12/+7
|\ \ | |/ |/|
| * apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-1/+1
| * refactors finder and correlated codeTiago Botelho2017-03-011-1/+1
| * applies relevant changes to the code and code structureTiago Botelho2017-02-281-2/+2
| * add impersonation tokenSimon Vocella2017-02-281-12/+7
* | Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki2017-03-061-2/+1
* | Test various login scenarios if the limit gets enforcedPawel Chojnacki2017-03-061-1/+1
* | Allow limiting logging in users from too many different IPs.Pawel Chojnacki2017-03-061-9/+13
* | Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
|/
* Enable Style/MutableConstantDouwe Maan2017-02-231-2/+2
* Reduce hits to LDAP on Git HTTP auth by reordering auth mechanismsDrew Blessing2017-01-301-3/+8
* Rename the `token_has_scope?` method.Timothy Andrew2016-12-161-3/+3
* Convert AccessTokenValidationService into a class.Timothy Andrew2016-12-161-1/+1
* Refactor access token validation in `Gitlab::Auth`Timothy Andrew2016-12-161-2/+10
* Implement minor changes from @dbalexandre's review.Timothy Andrew2016-12-161-1/+0
* Validate access token scopes in `Gitlab::Auth`Timothy Andrew2016-12-161-3/+11
* Calls to the API are checked for scope.Timothy Andrew2016-12-161-0/+4
* Handle LFS token creation and retrieval in the same method, and in the same R...lfs-ssh-authorization-fixPatricio Cano2016-09-281-1/+1
* Use early return in lfs_token_checkKamil Trzcinski2016-09-201-10/+10
* Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-191-0/+25
* Properly support Gitlab::Auth::ResultKamil Trzcinski2016-09-191-7/+7
* Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-25/+0
* Move Gitlab::Auth.Result to separate fileKamil Trzcinski2016-09-191-14/+0
* Support pushing via SSHKamil Trzcinski2016-09-191-1/+8
* Fix permissions for creating container imagesKamil Trzcinski2016-09-191-1/+1
* Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski2016-09-161-0/+10
* Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-161-12/+12
* Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-151-15/+30
|\
| * Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano2016-09-151-23/+20
| * Further refactoring of authentication code, and code style fixes.Patricio Cano2016-09-151-26/+27
| * Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-151-1/+1
| * Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano2016-09-151-18/+17
| * Improve string handling.Patricio Cano2016-09-151-2/+2
| * Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano2016-09-151-9/+10
| * Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano2016-09-151-2/+2
| * Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-151-5/+7
| * Added LFS support to SSHPatricio Cano2016-09-151-1/+12
* | Fix most of specsKamil Trzcinski2016-09-151-2/+1
* | Fix existing authorization specsKamil Trzcinski2016-09-151-1/+1
* | Add access specsKamil Trzcinski2016-09-151-12/+8
* | Use `build_read_container_image` and use `build_download_code`Kamil Trzcinski2016-09-151-7/+9
* | Refactor Gitlab::Auth to simplify the data flowKamil Trzcinski2016-09-141-34/+40
* | Fix resultKamil Trzcinski2016-09-131-1/+1
* | Make result to return project and capabilities grantedKamil Trzcinski2016-09-131-8/+27
* | Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-131-8/+23
|/