forgejo/models/user
Lunny Xiao 6f9cc617fc
Add login name and source id for admin user searching API (#23376)
As title.

---------

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2023-03-15 19:53:01 +08:00
..
avatar.go Avoid warning for system setting when start up (#23054) 2023-02-24 18:23:13 +08:00
badge.go
email_address.go
email_address_test.go
error.go
external_login_user.go
follow.go
follow_test.go
list.go
main_test.go
must_change_password.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
openid.go
openid_test.go
redirect.go
redirect_test.go
search.go Add login name and source id for admin user searching API (#23376) 2023-03-15 19:53:01 +08:00
setting.go Fix bug on user setting (#22539) 2023-01-21 15:31:11 +01:00
setting_keys.go
setting_test.go
user.go add user rename endpoint to admin api (#22789) 2023-03-14 03:45:21 -04:00
user_system.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
user_test.go Provide the ability to set password hash algorithm parameters (#22942) 2023-02-19 15:35:20 +08:00
user_update.go