-
- Downloads
Rework oauth2 feature
* improve UI
* add authorization
* add separate page for oauth applications
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- app/assets/stylesheets/generic/tables.scss 20 additions, 0 deletionsapp/assets/stylesheets/generic/tables.scss
- app/assets/stylesheets/sections/tree.scss 0 additions, 13 deletionsapp/assets/stylesheets/sections/tree.scss
- app/controllers/oauth/applications_controller.rb 11 additions, 1 deletionapp/controllers/oauth/applications_controller.rb
- app/controllers/oauth/authorizations_controller.rb 0 additions, 1 deletionapp/controllers/oauth/authorizations_controller.rb
- app/controllers/oauth/authorized_applications_controller.rb 1 addition, 1 deletionapp/controllers/oauth/authorized_applications_controller.rb
- app/controllers/profiles/accounts_controller.rb 0 additions, 2 deletionsapp/controllers/profiles/accounts_controller.rb
- app/controllers/profiles_controller.rb 5 additions, 0 deletionsapp/controllers/profiles_controller.rb
- app/models/user.rb 4 additions, 0 deletionsapp/models/user.rb
- app/views/doorkeeper/applications/_form.html.haml 3 additions, 4 deletionsapp/views/doorkeeper/applications/_form.html.haml
- app/views/doorkeeper/applications/show.html.haml 21 additions, 16 deletionsapp/views/doorkeeper/applications/show.html.haml
- app/views/layouts/nav/_profile.html.haml 5 additions, 1 deletionapp/views/layouts/nav/_profile.html.haml
- app/views/profiles/accounts/show.html.haml 0 additions, 34 deletionsapp/views/profiles/accounts/show.html.haml
- app/views/profiles/applications.html.haml 43 additions, 0 deletionsapp/views/profiles/applications.html.haml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
Loading
Please register or sign in to comment