0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-14 06:35:37 +01:00
gitea/models/user
6543 a3f05d0d98
remove util.OptionalBool and related functions (#29513)
and migrate affected code

_last refactoring bits to replace **util.OptionalBool** with
**optional.Option[bool]**_
2024-03-02 16:42:31 +01:00
..
avatar.go
badge.go Add admin API route for managing user's badges (#23106) 2024-03-01 03:23:28 -05:00
email_address.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-02-29 18:52:49 +00:00
email_address_test.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-02-29 18:52:49 +00: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-02-29 18:52:49 +00:00
setting.go
setting_keys.go
setting_test.go
user.go remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
user_system.go
user_test.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-02-29 18:52:49 +00:00
user_update.go