From 0b953c80b3fb43a4fcd559591067e719ec346d44 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 01 Mar 2014 09:20:23 -0500 Subject: [PATCH] Move push authorization from the ARF to the receive pack --- src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index 4b19f9b..23cb649 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -8,6 +8,7 @@ gb.author = author gb.committer = committer gb.commit = commit +gb.age = age gb.tree = tree gb.parent = parent gb.url = URL @@ -342,7 +343,7 @@ gb.canCreateDescription = can create personal repositories gb.illegalPersonalRepositoryLocation = your personal repository must be located at \"{0}\" gb.verifyCommitter = verify committer -gb.verifyCommitterDescription = require committer identity to match pushing Gitblt user account +gb.verifyCommitterDescription = require committer identity to match pushing Gitblit user account gb.verifyCommitterNote = all merges require "--no-ff" to enforce committer identity gb.repositoryPermissions = repository permissions gb.userPermissions = user permissions @@ -503,4 +504,8 @@ gb.noActivityToday = there has been no activity today gb.anonymousUser= anonymous gb.commitMessageRenderer = commit message renderer -gb.diffStat = {0} insertions & {1} deletions \ No newline at end of file +gb.diffStat = {0} insertions & {1} deletions +gb.home = home +gb.isMirror = this repository is a mirror +gb.mirrorOf = mirror of {0} +gb.mirrorWarning = this repository is a mirror and can not receive pushes -- Gitblit v1.9.1