This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/models/user
singuliere 367894adc8
add test coverage for original author conversion during migrations (#18506)
* add test coverage for original author conversion during migrations

And create a function to factorize a code snippet that is repeated
five times and would otherwise be more difficult to test and maintain
consistently.

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

* fix variable scope and int64 formatting

* add missing calls to remapExternalUser and fix misplaced %d

Co-authored-by: Loïc Dachary <loic@dachary.org>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2022-02-01 13:20:28 -05:00
..
avatar.go
email_address.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
email_address_test.go
error.go
external_login_user.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
follow.go
follow_test.go
list.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
main_test.go
openid.go
openid_test.go
redirect.go
redirect_test.go
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 Use base32 for 2FA scratch token (#18384) 2022-01-26 12:10:10 +08:00
user_test.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00