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:
authorRémy Coutable <remy@gitlab.com>2016-09-28 12:42:33 +0300
committerRémy Coutable <remy@rymai.me>2016-09-28 19:32:03 +0300
commit5af2bf0a44e44035dad5fa8be0dcf9a03f35fee5 (patch)
tree59f532a62296b496905eacbdb165ef742c60daa3 /CHANGELOG
parentf61cff79642221be7da7aa841b710ece8f8cfed1 (diff)
Merge branch '18028-respect-fork-project' into 'security'
Enforce the fork_project permission in Projects::CreateService Projects::ForkService delegates to this service almost entirely, but needed one small change so it would propagate create errors correctly. CreateService#execute needs significant refactoring; it is now right at the complexity limit set by Rubocop. I avoided doing so in this commit to keep the diff as small as possible. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/18028 See merge request !1996 Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 45ce2d2bdd6..fe90e6d2043 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
+v 8.9.11
+ - Respect the fork_project permission when forking projects
+
v 8.9.10
- Allow the Rails cookie to be used for API authentication.