Disable local path migration by default (#4033)

Site admin now has to enable manually by config option
[repository] ENABLE_LOCAL_PATH_MIGRATION = true.
Site admin always grants this permission, but regulars users have
to be allowed by site admins in admin user panel.
This commit is contained in:
Unknwon
2017-01-26 17:43:37 -05:00
parent 6d6848af5c
commit ae319da5fd
12 changed files with 923 additions and 1132 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.118.0125"
const APP_VER = "0.9.119.0126"
func init() {
setting.AppVer = APP_VER