1
0
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 15:45:57 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Ethan Koenig
aa962deec0 Replace deprecated Id method with ID () 2017-10-05 07:43:04 +03:00
G
34df9deff1 Convert xorm literal queries to method calls () 2017-08-04 12:42:51 +08:00
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