You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models/migrations
Jonas be6edaddcb 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
7 years ago
..
migrations.go Repo size in admin panel (#1482) 7 years ago
v13.go Use SecurityProtocol to replace UseSSL in LDAP config 8 years ago
v14.go Fix typos in models/ and modules/ (#1248) 7 years ago
v15.go Restrict creating organisations by user (#193) 8 years ago
v16.go Fix upgrade failed after ever rollback (#1194) 7 years ago
v17.go Protected branches system (#339) 7 years ago
v18.go Take back control of hooks (#1006) 7 years ago
v19.go Fix upgrade failed after ever rollback (#1194) 7 years ago
v20.go Fix upgrade failed after ever rollback (#1194) 7 years ago
v21.go fix migration failed when authorized_keys is not exist (#1180) 7 years ago
v22.go fix forget migration for wiki hooks (#1227) 7 years ago
v23.go Run "make fmt" with go-1.6 (#1333) 7 years ago
v24.go fix gpg wrong column types 7 years ago
v25.go Show user OpenID URIs in their profile (#1314) 7 years ago
v26.go rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257) 7 years ago
v27.go Mirror sync interval specified as duration string (#1407) 7 years ago
v28.go Repo size in admin panel (#1482) 7 years ago