diff options
author | James Moger <james.moger@gitblit.com> | 2012-12-05 17:20:06 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-12-05 17:20:06 -0500 |
commit | 8295dd6cab32df383a30e4bd78e4aff17cfa2187 (patch) | |
tree | 897a450f316fb420d3ff5255784a0f916ff4d5c8 /docs | |
parent | 428b2244aadeb4724e705044d73ac74be724f6e9 (diff) | |
download | gitblit-8295dd6cab32df383a30e4bd78e4aff17cfa2187.tar.gz gitblit-8295dd6cab32df383a30e4bd78e4aff17cfa2187.zip |
Global and per-repository setting to throttle prolific repos in Activity page (issue-173)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/04_releases.mkd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 7dd4e747..52bd51e7 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -73,6 +73,7 @@ This is extreme and should be considered carefully since it affects every https #### changes
+- Added optional global and per-repository activity page commit contribution throttle to help tame *really* active repositories (issue 173)
- Added support for symlinks in tree page and commit page (issue 171)
- All access restricted servlets (e.g. DownloadZip, RSS, etc) will try to authenticate using X509 certificates, container principals, cookies, and BASIC headers, in that order.
- Added *groovy* and *scala* to *web.prettyPrintExtensions*
|