From be6edaddcba1e607884539a250bd19debabba751 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 11 Apr 2017 15:30:15 +0200 Subject: Repo size in admin panel (#1482) * Implementation of the feature to view repository size in admin panel * Move GetRepoSize to git module * Repository.RepoSize -> Repository.Size * RepoSize -> Size in template * Redo a few bits and pieces * Update size when syncing mirror or forking * Remove GetRepoSize * Changed fatal errors to error message * Copy migration code from Gogs * make fmt --- options/locale/locale_en-US.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'options') diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index cfb4da30ae..cb39ec8571 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1119,6 +1119,7 @@ repos.private = Private repos.watches = Watches repos.stars = Stars repos.issues = Issues +repos.size = Size auths.auth_manage_panel = Authentication Manage Panel auths.new = Add New Source -- cgit v1.2.3