Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kalderimis <akalderimis@gitlab.com>2019-07-24 01:40:23 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2019-07-24 01:40:23 +0300
commitc03ae6201f5480c179acb26ba06e3824a2cb7aad (patch)
treebf85edf6bdde5b2c9422f13dd1c3f13740d0ab55 /changelogs/unreleased/allow-all-users-to-see-history.yml
parentdffad74dc5219f04a5a9f927a05ba1313d08a85d (diff)
Allowing all users to view history
This removes the create_wiki permission check from the history controller, allowing show and history to have the same level of permissions. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29528
Diffstat (limited to 'changelogs/unreleased/allow-all-users-to-see-history.yml')
-rw-r--r--changelogs/unreleased/allow-all-users-to-see-history.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/allow-all-users-to-see-history.yml b/changelogs/unreleased/allow-all-users-to-see-history.yml
new file mode 100644
index 00000000000..7423fa079cc
--- /dev/null
+++ b/changelogs/unreleased/allow-all-users-to-see-history.yml
@@ -0,0 +1,4 @@
+---
+title: Align access permissions for wiki history to those of wiki pages
+merge_request: 30470
+type: fixed