From 6adf56bb13227afac2c37871b3443fb5354d132c Mon Sep 17 00:00:00 2001 From: James Moger Date: Thu, 2 Aug 2012 00:27:02 -0400 Subject: Per-repository authorization control: AUTHENTICATED and NAMED (issue 117) --- docs/04_releases.mkd | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index e1972109..4e4ee99f 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -16,14 +16,22 @@ If you are updating from an 0.9.x release AND you have indexed branches with the - Fixed Lucene charset encoding bug when reindexing a repository (issue 112) - Fixed null pointer in LdapUserSerivce if account has a null email address (issue 110) -#### changes +#### additions +- Added a repository setting to control authorization as AUTHENTICATED or NAMED. +NAMED is the original behavior for authorizing against a list of permitted users or permitted teams. +AUTHENTICATED allows restricted access for any authenticated user. +- Added default authorization control setting (AUTHENTICATED or NAMED) + **New:** *git.defaultAuthorizationControl=NAMED* - Added setting to control how deep Gitblit will recurse into *git.repositoriesFolder* looking for repositories (issue 103) **New:** *git.searchRecursionDepth=-1* - Added setting to specify regex exclusions for repositories (issue 103) **New:** *git.searchExclusions=* - Blob page now supports displaying images (issue 6) - Non-image binary files can now be downloaded using the RAW link + +#### changes + - Updated Polish translation **1.0.0** *released 2012-07-14* -- cgit v1.2.3