gitlab-org--gitlab-foss/app/controllers/profiles
Rémy Coutable ca6bf62ec1 Merge branch '20492-access-token-scopes' into 'master'
Resolve "Add a doorkeeper scope suitable for authentication"

## What does this MR do?

- Add a single new scope (in addition to the `api` scope we've had) - `read_user`
- Allow creating OAuth applications and Personal access tokens with a scope selected
- Enforce scopes in the API

## What are the relevant issue numbers?

- Closes #20492 
- EE counterpart for this MR: gitlab-org/gitlab-ee!946

See merge request !5951
2016-12-16 17:38:41 +00:00
..
accounts_controller.rb Disable the unlink feature for SAML connected accounts (social login). 2016-06-14 18:28:17 -05:00
application_controller.rb Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
avatars_controller.rb Remove event caching code 2016-11-23 14:17:07 +01:00
chat_names_controller.rb Add chat_name partial 2016-11-17 14:58:03 +01:00
emails_controller.rb Change deprecated usage of rendering without response body 2016-03-16 03:16:25 +02:00
keys_controller.rb Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' 2016-05-18 12:48:23 -05:00
notifications_controller.rb Re-use notifications dropdown on user profile 2016-06-16 23:34:21 -03:00
passwords_controller.rb Avoid to show the original password field when password is automatically seted 2016-08-08 13:55:57 -03:00
personal_access_tokens_controller.rb Allow creating personal access tokens / OAuth applications with scopes. 2016-12-16 15:08:10 +05:30
preferences_controller.rb added user preference to change layout width 2015-10-05 17:22:47 +02:00
two_factor_auths_controller.rb Add GitLab host to 2FA QR and manual info 2016-12-16 08:37:40 -06:00
u2f_registrations_controller.rb Allow naming U2F devices. 2016-08-18 22:12:02 +05:30