summaryrefslogtreecommitdiffstats
path: root/models/migrations/v28.go
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-1/+1
|
* Convert xorm literal queries to method calls (#2253)G2017-08-041-2/+1
|
* Repo size in admin panel (#1482)Jonas2017-04-111-0/+77
* 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