summaryrefslogtreecommitdiff
path: root/app/services/access_token_validation_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add config to disable impersonationImre Farkas2018-11-291-0/+6
* Enable frozen string in apps/uploaders/*.rbgfyoung2018-07-161-0/+2
* Add sudo API scopeDouwe Maan2017-11-021-5/+2
* `AccessTokenValidationService` accepts `String` or `API::Scope` scopes.Timothy Andrew2017-06-301-1/+8
* Extract a `Gitlab::Scope` class.Timothy Andrew2017-06-291-9/+8
* Implement review comments from @DouweM for !12300.Timothy Andrew2017-06-281-2/+2
* Fix remaining spec failures for !12300.Timothy Andrew2017-06-281-1/+1
* Allow API scope declarations to be applied conditionally.Timothy Andrew2017-06-281-6/+9
* Initial attempt at refactoring API scope declarations.Timothy Andrew2017-06-281-1/+4
* Don't declare constants in Struct28808-fix-top-level-constant-referencedRémy Coutable2017-02-281-1/+7
* Convert AccessTokenValidationService into a class.Timothy Andrew2016-12-161-20/+18
* Calls to the API are checked for scope.Timothy Andrew2016-12-161-0/+34