summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorCagdas Gerede <Earth@BlueSky>2016-11-10 04:08:45 +0300
committerCagdas Gerede <Earth@BlueSky>2016-11-10 04:08:45 +0300
commit4acedecc7b7ba2fe0ba76464019aeaca2984655d (patch)
treef9efcb5256456a8ad8f1ab88b173009473088a86 /changelogs
parentbcba8b25975d87d31299ac6238c1bad6da323b61 (diff)
downloadgitlab-ce-4acedecc7b7ba2fe0ba76464019aeaca2984655d.tar.gz
Fixing the issue of visiting a project fork url giving 500 error when not signed in instead of being redirected to the sign in page. The main reason is ApplicationController skips authentication if the project exists. To fix the issue, forced the authentication in ForksController when current_user is nil.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix-singin-redirect-for-fork-new.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-singin-redirect-for-fork-new.yml b/changelogs/unreleased/fix-singin-redirect-for-fork-new.yml
new file mode 100644
index 00000000000..e4cf8de8699
--- /dev/null
+++ b/changelogs/unreleased/fix-singin-redirect-for-fork-new.yml
@@ -0,0 +1,5 @@
+---
+title: Fixing the issue of the project fork url giving 500 when not signed instead
+ of being redirected to sign in page
+merge_request:
+author: Cagdas Gerede