Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Convert xorm literal queries to method calls (#2253) | G | 2017-08-04 | 1 | -2/+1 |
| | |||||
* | Repo size in admin panel (#1482) | Jonas | 2017-04-11 | 1 | -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 |