summaryrefslogtreecommitdiffstats
path: root/releases.moxie
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-09-27 13:44:28 -0400
committerJames Moger <james.moger@gitblit.com>2013-09-27 21:31:39 -0400
commit629806c4c04d3bfc058056069c3123fd91782639 (patch)
treec0c6eac8dcecb59d2bc23300986a09a8abbdc11b /releases.moxie
parent234933ef14ca0ff2175235bc42bf1aa40040aa5d (diff)
downloadgitblit-629806c4c04d3bfc058056069c3123fd91782639.tar.gz
gitblit-629806c4c04d3bfc058056069c3123fd91782639.zip
Added setting to globally disable anonymous pushes in the receive pack
Change-Id: I3460c9c0eeb32503d58325fd09793a0cd40aa2c4
Diffstat (limited to 'releases.moxie')
-rw-r--r--releases.moxie2
1 files changed, 2 insertions, 0 deletions
diff --git a/releases.moxie b/releases.moxie
index f9e21d4b..3418a051 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -23,9 +23,11 @@ r20: {
- Added branch graph image servlet based on EGit's branch graph renderer (issue-194)
- Added option to render Markdown commit messages (issue-203)
- Added setting to control creating a repository as --shared on Unix servers (issue-263)
+ - Added setting to globally disable anonymous pushes in the receive pack
dependencyChanges: ~
settings:
- { name: 'git.createRepositoriesShared', defaultValue: 'false' }
+ - { name: 'git.allowAnonymousPushes', defaultValue: 'true' }
- { name: 'web.commitMessageRenderer', defaultValue: 'plain' }
- { name: 'web.showBranchGraph', defaultValue: 'true' }
contributors: