gitea/modules/doctor
Gusted 20385b52a3
Prevent dangling user redirects (#21856)
- It's possible that the `user_redirect` table contains a user id that
no longer exists.
- Delete a user redirect upon deleting the user.
- Add a check for these dangling user redirects to check-db-consistency.
2022-11-18 22:23:34 +08:00
..
authorizedkeys.go
breaking.go
checkOldArchives.go
dbconsistency.go Prevent dangling user redirects (#21856) 2022-11-18 22:23:34 +08:00
dbversion.go
doctor.go
fix16961.go
fix16961_test.go
heads.go Prevent panic in doctor command when running default checks (#21791) 2022-11-13 20:45:20 +00:00
mergebase.go
misc.go
paths.go
storage.go Adjust gitea doctor --run storages to check all storage types (#21785) 2022-11-15 16:08:59 +08:00
usertype.go