0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-30 15:34:19 +01:00
gitea/modules
Jonas be6edaddcb Repo size in admin panel ()
* 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
2017-04-11 21:30:15 +08:00
..
auth Mirror sync interval specified as duration string () 2017-04-08 23:27:26 +08:00
avatar Use assert in legacy unit tests () 2017-02-08 14:29:07 +08:00
base fix some typos () 2017-02-28 12:56:15 +08:00
context Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION () 2017-03-29 18:57:43 +08:00
cron Implement archive cleanup () 2017-02-11 12:00:46 +08:00
highlight
httplib Fix typos in models/ and modules/ () 2017-03-15 08:52:01 +08:00
indexer Search bar for issues/pulls () 2017-01-25 10:43:02 +08:00
lfs Fix typos in models/ and modules/ () 2017-03-15 08:52:01 +08:00
log Remove unused mutex field () 2017-04-04 01:54:02 -07:00
mailer Fix typos in models/ and modules/ () 2017-03-15 08:52:01 +08:00
markdown fix: gofmt errors. () 2017-03-03 16:21:31 +08:00
minwinsvc Fix Git hooks not being executed on Windows when running as a service () 2017-03-09 09:27:43 +08:00
notification
options Fix typos in models/ and modules/ () 2017-03-15 08:52:01 +08:00
process Refactor process package and introduce ProcessManager{} with tests () 2017-01-17 13:58:58 +08:00
public Allow custom public files () 2017-01-28 23:14:56 +01:00
setting Mirror sync interval specified as duration string () 2017-04-08 23:27:26 +08:00
ssh Cleanup log messaging 2017-02-02 15:24:18 +01:00
sync Fix typos in models/ and modules/ () 2017-03-15 08:52:01 +08:00
templates Repo size in admin panel () 2017-04-11 21:30:15 +08:00
user
util refactor: remove workaround after the golang 1.7 release. () 2017-03-29 10:05:23 +08:00