diff options
author | James Moger <james.moger@gitblit.com> | 2014-02-26 23:52:45 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-02-26 23:52:45 -0500 |
commit | ba2f9aa95ee55f3672cd59474c65b959d0fe7fb5 (patch) | |
tree | 16ada788da13614152335b156d5617e38d0f362a /releases.moxie | |
parent | d020116c3a9e5a26ece6ea09f19ccccbaa1cf0f5 (diff) | |
download | gitblit-ba2f9aa95ee55f3672cd59474c65b959d0fe7fb5.tar.gz gitblit-ba2f9aa95ee55f3672cd59474c65b959d0fe7fb5.zip |
Do not grant fork CLONE permissions to users/teams with implied regex
CLONE permissions (issue-320)
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/releases.moxie b/releases.moxie index e498f6ec..18a41f06 100644 --- a/releases.moxie +++ b/releases.moxie @@ -16,6 +16,7 @@ r20: { fixes: - Fixed incorrect tagger attribution in the dashboard (issue-276) - Fixed support for implied SSH urls in web.otherUrls (issue-311) + - Fixed injection of unnecessary explicit CLONE permissions for a fork when users or teams already had implied regex permissions (issue-320) - Bind LDAP connection after establishing TLS initialization (issue-343) - Fixed NPE when attempting to add a permission without a registrant (issue-344) - Invalidate all cached repository data on "clear cache" (issue-346) |