gitlab-org--gitlab-foss/config/locales
Timothy Andrew 7fa06ed55d Calls to the API are checked for scope.
- Move the `Oauth2::AccessTokenValidationService` class to
  `AccessTokenValidationService`, since it is now being used for
  personal access token validation as well.

- Each API endpoint declares the scopes it accepts (if any). Currently,
  the top level API module declares the `api` scope, and the `Users` API
  module declares the `read_user` scope (for GET requests).

- Move the `find_user_by_private_token` from the API `Helpers` module to
  the `APIGuard` module, to avoid littering `Helpers` with more
  auth-related methods to support `find_user_by_private_token`
2016-12-16 16:29:31 +05:30
..
devise.en.yml Use devise paranoid mode and ensure the same message is returned every time 2015-12-09 18:40:37 -06:00
doorkeeper.en.yml Calls to the API are checked for scope. 2016-12-16 16:29:31 +05:30
en.yml Validate if project label title does not exist at group level 2016-10-19 14:58:24 -02:00
sherlock.en.yml Added total query time to Sherlock 2015-11-24 10:57:21 +01:00