gitea/modules/doctor
yp05327 60ca3d04a4
Add fix incorrect can_create_org_repo for org owner team ()
Related to:  

In migration v109, we only added a new column `CanCreateOrgRepo` in Team
table, but not initial the value of it.
This may cause bug like .

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
authorizedkeys.go Implement FSFE REUSE for golang files ()
breaking.go Implement FSFE REUSE for golang files ()
checkOldArchives.go Implement FSFE REUSE for golang files ()
dbconsistency.go Refactor `setting.Database.UseXXX` to methods ()
dbversion.go Support disabling database auto migration ()
doctor.go Refactor path & config system ()
fix8312.go Add fix incorrect can_create_org_repo for org owner team ()
fix16961.go Less naked returns ()
fix16961_test.go Implement FSFE REUSE for golang files ()
heads.go Implement FSFE REUSE for golang files ()
lfs.go Simplify the LFS GC logger usage ()
mergebase.go Implement FSFE REUSE for golang files ()
misc.go Upgrade go dependencies ()
paths.go Refactor path & config system ()
storage.go Check LFS/Packages settings in dump and doctor command ()
usertype.go Implement FSFE REUSE for golang files ()