From a2ce62e1f360e9cdb2221cfa3b091c02bda857eb Mon Sep 17 00:00:00 2001 From: Laurens Vrijnsen <laurens.vrijnsen@sioux.eu> Date: Fri, 22 Mar 2013 07:36:52 -0400 Subject: [PATCH] Added enforced HTTP Basic Authentication --- src/com/gitblit/wicket/GitBlitWebApp.properties | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index d601e1e..7a2b1bb 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -1,5 +1,5 @@ gb.repository = repository -gb.repoAdministrators = repository administrators +gb.owner = owner gb.description = description gb.lastChange = last change gb.refs = refs @@ -94,7 +94,7 @@ gb.showReadme = show readme gb.showReadmeDescription = show a \"readme\" Markdown file on the summary page gb.nameDescription = use '/' to group repositories. e.g. libraries/mycoollib.git -gb.repoAdministratorsDescription = the repository administrators may edit repository settings +gb.ownerDescription = the owner may edit repository settings gb.blob = blob gb.commitActivityTrend = commit activity trend gb.commitActivityDOW = commit activity by day of week @@ -279,7 +279,7 @@ gb.emailAddress = email address gb.errorAdminLoginRequired = Administration requires a login gb.errorOnlyAdminMayCreateRepository = Only an administrator may create a repository -gb.errorOnlyAdminOrRepoAdminMayEditRepository = Only an administrator or a repository administrator may edit a repository +gb.errorOnlyAdminOrOwnerMayEditRepository = Only an administrator or the owner may edit a repository gb.errorAdministrationDisabled = Administration is disabled gb.lastNDays = last {0} days gb.completeGravatarProfile = Complete profile on Gravatar.com @@ -364,7 +364,7 @@ gb.gcPeriodDescription = duration between garbage collections gb.gcThreshold = GC threshold gb.gcThresholdDescription = minimum total size of loose objects to trigger early garbage collection -gb.repoAdministratorPermission = repository administrator +gb.ownerPermission = repository owner gb.administrator = admin gb.administratorPermission = Gitblit administrator gb.team = team @@ -440,4 +440,8 @@ gb.validity = validity gb.siteName = site name gb.siteNameDescription = short, descriptive name of your server -gb.excludeFromActivity = exclude from activity page \ No newline at end of file +gb.excludeFromActivity = exclude from activity page +gb.isSparkleshared = repository is Sparkleshared +gb.owners = owners +gb.sessionEnded = Session has been closed +gb.closeBrowser = Please close the browser to properly end the session. \ No newline at end of file -- Gitblit v1.9.1