diff options
author | Robert Speicher <robert@gitlab.com> | 2016-05-23 00:41:50 +0000 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-05-25 11:30:40 +0200 |
commit | 2b7b6c2366f212c966eca9ea665c03a1fd977cfb (patch) | |
tree | 5de8478c752bfe1a938205d45e917159879f04d3 | |
parent | 41702b808f59baf2324057aa4d54518d88d7c02a (diff) | |
download | gitlab-ce-2b7b6c2366f212c966eca9ea665c03a1fd977cfb.tar.gz |
Merge branch 'fix-access-to-pipelines-for-anonymous' into 'master'
Allow anonymous user to access pipelines
## What does this MR do?
It fixes an issue where the Pipelines is shown for the Anonymous users,
but they get 404 when clicked. Their session is then logged out.
Fixes #17717.
See merge request !4233
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 49bcc59c799..44766e10f2b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ v 8.8.1 - Allow anonymous users to access a public project's pipelines - Fix MySQL compatibility in zero downtime migrations helpers - Fix the CI login to Container Registry (the gitlab-ci-token user) + - Fix access to Pipelines by Anonymous user v 8.8.0 - Implement GFM references for milestones (Alejandro RodrÃguez) |