summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/auth_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-5/+18
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+6
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+23
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-021-0/+57
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-3/+12
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+12
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-08-181-1/+8
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-44/+73
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-081-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-281-3/+15
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-0/+41
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-2/+16
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-0/+15
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-041-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-42/+62
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-281-51/+17
* If user can push to docker then it can delete tooGiorgenes Gelatti2019-09-031-1/+2
* Exempt `jwt/auth` for user `gitlab-ci-token` from rate limitingMarius Bobin2019-08-231-2/+2
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Add tests for when deploy token usernames are not uniqueKrasimir Angelov2019-07-171-0/+64
* Add username to deploy tokensKrasimir Angelov2019-07-021-0/+9
* Added write_repository scope for personal access tokenHoratiu Eugen Vlad2019-04-151-16/+59
* Fix #44332 - Add support for profile and emailGotenXiao2019-02-061-1/+1
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Use proper auth_scope for deploy tokenKamil Trzciński2018-04-071-2/+2
* Increase test suite around deploy tokens behaviorMayra Cabrera2018-04-061-43/+47
* Fixes broken schema and minor changesMayra Cabrera2018-04-061-1/+1
* Include ProjectDeployTokensMayra Cabrera2018-04-061-9/+2
* Support Deploy Tokens properly without hacking abilitiesKamil Trzciński2018-04-061-3/+3
* Addreses backend review suggestionsMayra Cabrera2018-04-061-5/+5
* Removes logic from Jwt and handle different scenarios on Gitlab::AuthMayra Cabrera2018-04-061-52/+99
* Implement read_registry for DeployTokensMayra Cabrera2018-04-061-8/+29
* Implement 'read_repo' for DeployTokensMayra Cabrera2018-04-061-3/+54
* Fix LDAP login without user in DBHoratiu Eugen Vlad2018-03-271-4/+10
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-4/+4
* Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-161-3/+3
* Merge branch 'dm-fix-registry-with-sudo-token' into 'master'Sean McGivern2017-11-241-1/+1
|\
| * Fix pulling and pushing using a personal access token with the sudo scopedm-fix-registry-with-sudo-tokenDouwe Maan2017-11-231-1/+1
* | Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+21
|/
* Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu2017-11-081-2/+26
* Add sudo API scopeDouwe Maan2017-11-021-2/+2
* Consistently use PersonalAccessToken instead of PersonalTokenDouwe Maan2017-11-021-5/+5
* Clean up read_registry scope changesRobin Bobbitt2017-09-181-5/+5
* Merge branch 'hide-read-registry-scope-when-registry-disabled' into 'master'Kamil Trzciński2017-09-121-6/+32
|\