-
- Downloads
Allow creating personal access tokens / OAuth applications with scopes.
Showing
- app/assets/stylesheets/pages/profile.scss 10 additions, 0 deletionsapp/assets/stylesheets/pages/profile.scss
- app/controllers/admin/applications_controller.rb 5 additions, 1 deletionapp/controllers/admin/applications_controller.rb
- app/controllers/concerns/oauth_applications.rb 14 additions, 0 deletionsapp/controllers/concerns/oauth_applications.rb
- app/controllers/oauth/applications_controller.rb 6 additions, 0 deletionsapp/controllers/oauth/applications_controller.rb
- app/controllers/profiles/personal_access_tokens_controller.rb 6 additions, 6 deletions...controllers/profiles/personal_access_tokens_controller.rb
- app/views/admin/applications/_form.html.haml 10 additions, 0 deletionsapp/views/admin/applications/_form.html.haml
- app/views/admin/applications/show.html.haml 13 additions, 2 deletionsapp/views/admin/applications/show.html.haml
- app/views/doorkeeper/applications/_form.html.haml 9 additions, 0 deletionsapp/views/doorkeeper/applications/_form.html.haml
- app/views/doorkeeper/applications/show.html.haml 14 additions, 1 deletionapp/views/doorkeeper/applications/show.html.haml
- app/views/profiles/personal_access_tokens/_form.html.haml 22 additions, 0 deletionsapp/views/profiles/personal_access_tokens/_form.html.haml
- app/views/profiles/personal_access_tokens/index.html.haml 3 additions, 14 deletionsapp/views/profiles/personal_access_tokens/index.html.haml
- spec/features/profiles/personal_access_tokens_spec.rb 26 additions, 0 deletionsspec/features/profiles/personal_access_tokens_spec.rb
Loading
Please register or sign in to comment