-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'anonymous-applications' into 'master'
Correctly show anonymous authorized applications under Profile > Applications. Fixes #1907. Access tokens that were created using the ["Resource Owner Password Credentials" flow](http://doc.gitlab.com/ce/api/oauth2.html#resource-owner-password-credentials) by the user entering their username and password don't have a connected application, so the Profile > Applications page used to crash. These tokens are now rendered as "Anonymous" and can be revoked.  See merge request !924
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/oauth/authorized_applications_controller.rb 6 additions, 1 deletionapp/controllers/oauth/authorized_applications_controller.rb
- app/controllers/profiles_controller.rb 2 additions, 1 deletionapp/controllers/profiles_controller.rb
- app/views/doorkeeper/authorized_applications/_delete_form.html.haml 7 additions, 2 deletions...doorkeeper/authorized_applications/_delete_form.html.haml
- app/views/profiles/applications.html.haml 9 additions, 0 deletionsapp/views/profiles/applications.html.haml
Please register or sign in to comment