Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `AccessTokenValidationService` accepts `String` or `API::Scope` scopes. | Timothy Andrew | 2017-06-30 | 1 | -1/+1 |
| | | | | | - There's no need to use `API::Scope` for scopes that don't have `if` conditions, such as in `lib/gitlab/auth.rb`. | ||||
* | Extract a `Gitlab::Scope` class. | Timothy Andrew | 2017-06-29 | 1 | -0/+23 |
- To represent an authorization scope, such as `api` or `read_user` - This is a better abstraction than the hash we were previously using. |