From 23e08cdfd5f61e06f584c7fce4e765dd8b6e6643 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 29 Nov 2013 11:05:51 -0500 Subject: [PATCH] Refactor managers and authentication for federation --- releases.moxie | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/releases.moxie b/releases.moxie index dd06c82..3f9c074 100644 --- a/releases.moxie +++ b/releases.moxie @@ -35,6 +35,8 @@ - Removed docs indicator on the repositories page - Removed the repository setting to enable Markdown document enumeration, this is now automatic and expanded - Retrieve LDAP groups with dereferencing aliases (pr-122) + - Revised committer verification to require a matching displayname or account name AND the email address + - Serve repositories on both /r and /git, displaying /r because it is shorter additions: - Added an optional MirrorExecutor which will periodically fetch ref updates from source repositories for mirrors (issue-5). Repositories must be manually cloned using native git and "--mirror". - Added branch graph image servlet based on EGit's branch graph renderer (issue-194) -- Gitblit v1.9.1