forgejo/modules/doctor
zeripath e8574f2f7d
Nicely handle missing user in collaborations ()
* Nicely handle missing user in collaborations

It is possible to have a collaboration in a repository which refers to a no-longer
existing user. This causes the repository transfer to fail with an unusual error.

This PR makes `repo.getCollaborators()` nicely handle the missing user by ghosting
the collaboration but also adds consistency check. It also adds an
Access consistency check.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2021-09-27 19:07:19 +01:00
..
authorizedkeys.go
checkOldArchives.go Rework repository archive () 2021-06-23 17:12:38 -04:00
dbconsistency.go Nicely handle missing user in collaborations () 2021-09-27 19:07:19 +01:00
dbversion.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
doctor.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
fix16961.go Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 () 2021-09-27 16:55:12 +01:00
fix16961_test.go Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 () 2021-09-27 16:55:12 +01:00
mergebase.go DBContext is just a Context () 2021-09-23 23:45:36 +08:00
misc.go DBContext is just a Context () 2021-09-23 23:45:36 +08:00
paths.go refactor: move from io/ioutil to io and os package () 2021-09-22 13:38:34 +08:00
storage.go Fix storage Iterate bug and Add storage doctor to delete garbage attachments () 2021-09-06 16:46:20 +02:00
usertype.go