1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/modules/doctor
yp05327 60ca3d04a4
Add fix incorrect can_create_org_repo for org owner team (#26683)
Related to: #8312 #26491

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 #26491.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-08-29 01:11:23 +00:00
..
authorizedkeys.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
breaking.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
checkOldArchives.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
dbconsistency.go Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
dbversion.go Support disabling database auto migration (#22053) 2022-12-07 09:58:31 -06:00
doctor.go Refactor path & config system (#25330) 2023-06-21 13:50:26 +08:00
fix8312.go Add fix incorrect can_create_org_repo for org owner team (#26683) 2023-08-29 01:11:23 +00:00
fix16961_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
fix16961.go Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
heads.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
lfs.go Simplify the LFS GC logger usage (#25717) 2023-07-06 16:52:41 +00:00
mergebase.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
misc.go Upgrade go dependencies (#25819) 2023-07-14 11:00:31 +08:00
paths.go Refactor path & config system (#25330) 2023-06-21 13:50:26 +08:00
storage.go Check LFS/Packages settings in dump and doctor command (#23631) 2023-03-23 20:30:28 +08:00
usertype.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00