summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/auth_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hide-read-registry-scope-when-registry-disabled' into 'master'Kamil Trzciński2017-09-121-6/+32
|\
| * Hide read_registry scope when registry is disabled on instanceRobin Bobbitt2017-08-211-6/+32
* | Rollsback changes made to signing_enabled.Tiago Botelho2017-09-011-10/+0
|/
* Merge remote-tracking branch 'upstream/master' into add-star-for-action-scopeLin Jen-Shin2017-08-071-1/+1
|\
| * Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* | Cleanup tests and add admin_container_image toLin Jen-Shin2017-08-021-1/+2
|/
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+11
* Instruct user to use a personal access token for Git over HTTPRobin Bobbitt2017-06-071-0/+6
* Fix test failureszj-read-registry-patZ.J. van de Weg2017-06-061-11/+8
* Create read_registry scope with JWT authZ.J. van de Weg2017-06-051-0/+7
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-2/+2
* Allow OAuth clients to push code30305-oauth-token-push-codeTimothy Andrew2017-04-131-1/+1
* Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-071-0/+30
|\
| * Only use API scopes for personal access tokensMarkus Koller2017-03-071-0/+18
| * Don't allow blocked users to authenticate through other meansMarkus Koller2017-03-071-0/+12
* | Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan2017-03-071-11/+23
|\ \ | |/ |/|
| * 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-2/+9
| * add impersonation tokenSimon Vocella2017-02-281-12/+17
* | Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki2017-03-061-1/+1
* | Cleanup RSpec testsPawel Chojnacki2017-03-061-19/+9
* | Test various login scenarios if the limit gets enforcedPawel Chojnacki2017-03-061-0/+24
|/
* Reduce hits to LDAP on Git HTTP auth by reordering auth mechanismsDrew Blessing2017-01-301-26/+70
* View-related (and other minor) changes to !5951 based on @rymai's review.Timothy Andrew2016-12-161-28/+18
* Validate access token scopes in `Gitlab::Auth`Timothy Andrew2016-12-161-7/+39
* Handle LFS token creation and retrieval in the same method, and in the same R...lfs-ssh-authorization-fixPatricio Cano2016-09-281-2/+2
* Fix test failureKamil Trzcinski2016-09-191-1/+1
* Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-191-0/+18
* Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-18/+0
* Fix spec failuresKamil Trzcinski2016-09-191-1/+1
* Fix specs for available statusesKamil Trzcinski2016-09-161-2/+2
* Fix specs after renaming authentication_capabilitiesKamil Trzcinski2016-09-161-10/+12
* Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-161-11/+11
* Fix specs after merging LFS changesKamil Trzcinski2016-09-151-3/+3
* Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-151-1/+19
|\
| * Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano2016-09-151-1/+1
| * Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-151-2/+2
| * 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-3/+5
| * Added LFS support to SSHPatricio Cano2016-09-151-0/+16
* | Add access specsKamil Trzcinski2016-09-151-7/+69
|/
* Project tools visibility levelFelipe Artur2016-09-011-1/+2
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-5/+5
* Also rename "find" in the specsJacob Vosmaer2016-06-131-5/+5
* Improve Gitlab::Auth method namesJacob Vosmaer2016-06-101-8/+8
* Changes after more review from RémyJacob Vosmaer2016-06-031-4/+4
* Rename finder to find_in_gitlab_or_ldapJacob Vosmaer2016-06-021-8/+8
* Rubocop and whitespaceJacob Vosmaer2016-05-021-1/+1
* Make CI/Oauth/rate limiting reusableJacob Vosmaer2016-04-291-9/+47