summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-18/+4
|
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-13/+27
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-8/+4
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-2/+2
|
* Add latest changes from gitlab-org/security/gitlab@14-3-stable-eeGitLab Bot2021-09-291-1/+5
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+18
|
* Add latest changes from gitlab-org/security/gitlab@14-1-stable-eeGitLab Bot2021-08-031-1/+4
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eeGitLab Bot2021-06-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-9/+12
|
* Add latest changes from gitlab-org/security/gitlab@13-12-stable-eeGitLab Bot2021-05-311-4/+8
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eeGitLab Bot2021-01-081-2/+4
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-4/+2
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-6/+10
|
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-021-2/+21
|
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+4
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-08-181-0/+3
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-081-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-281-4/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-1/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-1/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-10/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-281-3/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* If user can push to docker then it can delete tooGiorgenes Gelatti2019-09-031-1/+2
| | | | | | | Extends the permission of $CI_REGISTRY_USER to allow them to delete tags in addition to just pushing. https://gitlab.com/gitlab-org/gitlab-ce/issues/40096
* Removed rubocop disable flags, updated changelogEtienne Baqué2019-08-261-2/+0
|
* Updated call to find deploy tokenEtienne Baqué2019-08-261-2/+1
|
* Exempt `jwt/auth` for user `gitlab-ci-token` from rate limitingMarius Bobin2019-08-231-1/+5
|
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-0/+2
| | | | | | Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
* Added write_repository scope for personal access tokenHoratiu Eugen Vlad2019-04-151-12/+28
|
* Fix #44332 - Add support for profile and emailGotenXiao2019-02-061-1/+4
|
* Revert "Revert "LfsToken uses JSONWebToken::HMACToken by default""Ash McKenzie2018-12-171-2/+2
| | | | This reverts commit 00acef434031b5dc0bf39576a9e83802c7806842.
* Revert "LfsToken uses JSONWebToken::HMACToken by default"🤖 GitLab Bot 🤖2018-12-051-2/+2
| | | This reverts commit 22954f220231281360377922b709efb904559949
* LfsToken uses JSONWebToken::HMACToken by defaultAsh McKenzie2018-12-051-2/+2
| | | | | LfsToken::HMACToken#token_valid?() will be examined and if false, look in redis via LfsToken::LegacyRedisDeviseToken#token_valid?().
* Merge branch 'fix_pat_auth-11-4' into 'security-11-4'Robert Speicher2018-10-291-3/+1
| | | | | [11.4] Fix Token lookup for Git over HTTP and registry authentication See merge request gitlab/gitlabhq!2577
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
|
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Disable SAML if OmniAuth is disabled48932-disable-saml-if-omniauth-is-disabledLin Jen-Shin2018-07-201-17/+2
| | | | | We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not.
* Bring back the EE changes to CE to authentication of buildsperform-ci-build-auth-always-on-primary-ceKamil Trzciński2018-06-041-1/+7
|