diff options
author | Rémy Coutable <remy@rymai.me> | 2016-06-08 13:57:58 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-06-08 13:57:58 +0000 |
commit | 99ea32714bb307421ff81ad17983c1b0dce0eac4 (patch) | |
tree | 7d22ac6ec07413b5bfb505097cdeb9d56bd013b6 /CHANGELOG | |
parent | 8d6c4b307c2c0ecffc57aaf4ebd0e5a23eae0a66 (diff) | |
parent | 3b50d96b8aaa7e18efded9a80c7641d1364de5c9 (diff) | |
download | gitlab-ce-99ea32714bb307421ff81ad17983c1b0dce0eac4.tar.gz |
Merge branch 'fix-endless-redirect' into 'master'
Fix endless redirections when accessing user OAuth applications when they are disabled
## What does this MR do?
This MR fixes a bug where the browser would be redirect endlessly when attempting to access the user's OAuth applications when an admin has disabled this system-wide setting.
## Are there points in the code the reviewer needs to double check?
I assume disabling the nav button is better than showing a page that says, "OAuth applications are disabled by the admin."
## Why was this MR needed?
Lots of users were confused when they hit endless redirect errors.
## What are the relevant issue numbers?
#14770
See merge request !4525
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6b12e31bbb4..0506854599f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.9.0 (unreleased) - Bulk assign/unassign labels to issues. - Ability to prioritize labels !4009 / !3205 (Thijs Wouters) + - Fix endless redirections when accessing user OAuth applications when they are disabled - Allow enabling wiki page events from Webhook management UI - Bump rouge to 1.11.0 - Make EmailsOnPushWorker use Sidekiq mailers queue |