summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-08-02 00:27:02 -0400
committerJames Moger <james.moger@gitblit.com>2012-08-02 00:27:02 -0400
commit6adf56bb13227afac2c37871b3443fb5354d132c (patch)
tree1a39648f0f8f9dbce31753dfd4b75f9a3322bdb9 /docs
parentd65fb8f1b77a7254c22edc9e7d8f47b29ec33072 (diff)
downloadgitblit-6adf56bb13227afac2c37871b3443fb5354d132c.tar.gz
gitblit-6adf56bb13227afac2c37871b3443fb5354d132c.zip
Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)
Diffstat (limited to 'docs')
-rw-r--r--docs/04_releases.mkd10
1 files changed, 9 insertions, 1 deletions
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*