forgejo/models/user
Nanguan Lin 32380ffa57
Fix user id column case (#29863)
Sometimes the column name is case-sensitive and it may cause 500.

(cherry picked from commit df05c558da704f0c9c9f11d32bba2a9c1cb2f8a8)
2024-03-26 19:04:25 +01:00
..
avatar.go
badge.go
block.go
block_test.go
email_address.go Fix user id column case (#29863) 2024-03-26 19:04:25 +01:00
email_address_test.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-03-06 12:10:44 +08:00
error.go
external_login_user.go
follow.go
follow_test.go
list.go
main_test.go
must_change_password.go
openid.go
openid_test.go
redirect.go
redirect_test.go
search.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-03-06 12:10:44 +08:00
setting.go
setting_keys.go
setting_test.go
user.go Allow users to hide all "Add more units..." hints 2024-03-21 08:15:51 +01:00
user_system.go
user_test.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-03-06 12:10:44 +08:00
user_update.go