This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/modules/doctor
zeripath e8574f2f7d
Nicely handle missing user in collaborations (#17049)
* 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 #17044

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 Refactor doctor (#12264) 2020-12-02 06:56:04 +02:00
checkOldArchives.go Rework repository archive (#14723) 2021-06-23 17:12:38 -04:00
dbconsistency.go Nicely handle missing user in collaborations (#17049) 2021-09-27 19:07:19 +01:00
dbversion.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
doctor.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
fix16961_test.go Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#17136) 2021-09-27 16:55:12 +01:00
fix16961.go Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#17136) 2021-09-27 16:55:12 +01:00
mergebase.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
misc.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
paths.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
storage.go Fix storage Iterate bug and Add storage doctor to delete garbage attachments (#16971) 2021-09-06 16:46:20 +02:00
usertype.go Add Doctor FixWrongUserType (#14522) 2021-01-29 19:30:43 +01:00