-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'connorshea/gitlab-ce-revoke-authorized-application' into 'master'
Fix revoking of authorized OAuth applications Users were not able to revoke access to authorized OAuth applications. Clicking the "Revoke" button would result in a 404 page, and the application would still be authorized. Added a spec and also found that the `gon` variables were not being set for this view. Closes #14370 See merge request !3690
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/application_controller.rb 1 addition, 14 deletionsapp/controllers/application_controller.rb
- app/controllers/oauth/applications_controller.rb 2 additions, 0 deletionsapp/controllers/oauth/applications_controller.rb
- app/models/oauth_access_token.rb 19 additions, 0 deletionsapp/models/oauth_access_token.rb
- app/views/doorkeeper/applications/index.html.haml 1 addition, 1 deletionapp/views/doorkeeper/applications/index.html.haml
- lib/gitlab/gon_helper.rb 17 additions, 0 deletionslib/gitlab/gon_helper.rb
- spec/factories/oauth_access_tokens.rb 22 additions, 0 deletionsspec/factories/oauth_access_tokens.rb
- spec/factories/oauth_applications.rb 9 additions, 0 deletionsspec/factories/oauth_applications.rb
- spec/factories/users.rb 1 addition, 1 deletionspec/factories/users.rb
- spec/features/profiles/oauth_applications_spec.rb 39 additions, 0 deletionsspec/features/profiles/oauth_applications_spec.rb
app/models/oauth_access_token.rb
0 → 100644
lib/gitlab/gon_helper.rb
0 → 100644
spec/factories/oauth_access_tokens.rb
0 → 100644
spec/factories/oauth_applications.rb
0 → 100644
Please register or sign in to comment