Code Review
/
All-Projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a1891c1
)
Disallow registered users from drafts
author
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Mon, 30 Apr 2018 16:56:50 +0000
(16:56 +0000)
committer
Gerrit Code Review
<gerrit@akraino.org>
Mon, 30 Apr 2018 16:56:50 +0000
(16:56 +0000)
While Akraino is in a split access mode we can't just let
any Registered user to see drafts.
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
project.config
patch
|
blob
|
history
diff --git
a/project.config
b/project.config
index
551e792
..
f490301
100644
(file)
--- a/
project.config
+++ b/
project.config
@@
-15,7
+15,7
@@
read = deny group Anonymous Users
read = group Administrators
viewDrafts = deny group Anonymous Users
- viewDrafts = group Registered Users
+ viewDrafts =
deny
group Registered Users
[access "refs/for/*"]
addPatchSet = group Registered Users
[access "refs/for/refs/*"]