summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-0/+2
* 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
* Revert "LfsToken uses JSONWebToken::HMACToken by default"🤖 GitLab Bot 🤖2018-12-051-2/+2
* LfsToken uses JSONWebToken::HMACToken by defaultAsh McKenzie2018-12-051-2/+2
* Merge branch 'fix_pat_auth-11-4' into 'security-11-4'Robert Speicher2018-10-291-3/+1
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
* Disable SAML if OmniAuth is disabled48932-disable-saml-if-omniauth-is-disabledLin Jen-Shin2018-07-201-17/+2
* Bring back the EE changes to CE to authentication of buildsperform-ci-build-auth-always-on-primary-ceKamil Trzciński2018-06-041-1/+7
* Introduce Gitlab::Auth.omniauth_setup_providersLin Jen-Shin2018-06-011-2/+17
* Eliminate constants warnings by:Lin Jen-Shin2018-06-011-0/+4
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Use proper auth_scope for deploy tokenKamil Trzciński2018-04-071-1/+1
* Increase test suite around deploy tokens behaviorMayra Cabrera2018-04-061-5/+3
* Fixes broken schema and minor changesMayra Cabrera2018-04-061-2/+2
* Include ProjectDeployTokensMayra Cabrera2018-04-061-2/+2
* Support Deploy Tokens properly without hacking abilitiesKamil Trzciński2018-04-061-11/+11
* Addreses backend review suggestionsMayra Cabrera2018-04-061-2/+2
* Removes logic from Jwt and handle different scenarios on Gitlab::AuthMayra Cabrera2018-04-061-5/+13
* Implement 'read_repo' for DeployTokensMayra Cabrera2018-04-061-2/+14
* Fix LDAP login without user in DBHoratiu Eugen Vlad2018-03-271-1/+5
* Make oauth provider login genericHoratiu Eugen Vlad2018-03-051-9/+21
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-2/+2
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-4/+2
* Merge branch 'dm-fix-registry-with-sudo-token' into 'master'Sean McGivern2017-11-241-15/+10
|\
| * Fix pulling and pushing using a personal access token with the sudo scopedm-fix-registry-with-sudo-tokenDouwe Maan2017-11-231-15/+10
* | Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-4/+10
|/
* Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu2017-11-081-4/+11
* Add sudo API scopeDouwe Maan2017-11-021-3/+5
* Consistently use PersonalAccessToken instead of PersonalTokenDouwe Maan2017-11-021-4/+4
* Clean up read_registry scope changesRobin Bobbitt2017-09-181-7/+17
* Merge branch 'hide-read-registry-scope-when-registry-disabled' into 'master'Kamil Trzciński2017-09-121-1/+1
|\
| * Hide read_registry scope when registry is disabled on instanceRobin Bobbitt2017-08-211-1/+1
* | Merge branch '37202-revert-changes-to-signing-enabled' into 'master'Douwe Maan2017-09-011-4/+0
|\ \
| * | Rollsback changes made to signing_enabled.Tiago Botelho2017-09-011-4/+0
* | | `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+2
|/ /
* | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-2/+2
|/
* Cleanup tests and add admin_container_image toLin Jen-Shin2017-08-021-1/+2
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+5
* `AccessTokenValidationService` accepts `String` or `API::Scope` scopes.Timothy Andrew2017-06-301-1/+0
* Extract a `Gitlab::Scope` class.Timothy Andrew2017-06-291-2/+2
* Implement review comments from @DouweM for !12300.Timothy Andrew2017-06-281-2/+3
* Fix remaining spec failures for !12300.Timothy Andrew2017-06-281-2/+2
* Instruct user to use a personal access token for Git over HTTPRobin Bobbitt2017-06-071-1/+5
* Fix test failureszj-read-registry-patZ.J. van de Weg2017-06-061-16/+23
* Create read_registry scope with JWT authZ.J. van de Weg2017-06-051-14/+28
* Avoid resource intensive login checks if password is not providedHoratiu Eugen Vlad2017-05-211-1/+4
* Allow OAuth clients to push code30305-oauth-token-push-codeTimothy Andrew2017-04-131-1/+1