gitea/models/user
singuliere 8bd89ca294
preserve users if restoring a repository on the same Gitea instance (#18604)
When calling DumpRepository and RestoreRepository on the same Gitea
instance, the users are preserved: all labels, issues etc. belong to
the external user who is, in this particular case, the local user.

Dead code verifying g.gitServiceType.Name() == "" (i.e. plain git) is
removed. The function is never called because the plain git downloader
does not migrate anything that is associated to a user, by definition.

Errors returned by GetUserIDByExternalUserID are no longer ignored.

The userMap is used when the external user is not kown, which is the
most common case. It was only used when the external user exists
which happens less often and, as a result, every occurence of an
unknown external user required a SQL query.

Signed-off-by: Loïc Dachary <loic@dachary.org>

Co-authored-by: Loïc Dachary <loic@dachary.org>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-02-06 17:05:29 +08:00
..
avatar.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
email_address.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
email_address_test.go Move more model into models/user (#17826) 2021-11-28 22:11:58 +08:00
error.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
external_login_user.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
follow.go Remove NewSession method from db.Engine interface (#17577) 2021-11-21 23:41:00 +08:00
follow_test.go Move user follow and openid into models/user/ (#17613) 2021-11-17 17:58:31 +08:00
list.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
main_test.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
openid.go Move user follow and openid into models/user/ (#17613) 2021-11-17 17:58:31 +08:00
openid_test.go Move user follow and openid into models/user/ (#17613) 2021-11-17 17:58:31 +08:00
redirect.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2021-11-11 15:03:30 +08:00
redirect_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
search.go Improve the comment for 2FA filter in admin panel (#18017) 2022-01-13 21:32:28 +01:00
setting.go Add config options to hide issue events (#17414) 2022-01-21 18:59:26 +01:00
setting_keys.go Add config options to hide issue events (#17414) 2022-01-21 18:59:26 +01:00
setting_test.go Add config options to hide issue events (#17414) 2022-01-21 18:59:26 +01:00
user.go preserve users if restoring a repository on the same Gitea instance (#18604) 2022-02-06 17:05:29 +08:00
user_test.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00