0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 12:48:17 +01:00
gitea/models/user
Baekjun Kim c4368fc6bc
Display full name (#20171)
The setting `DEFAULT_SHOW_FULL_NAME` promises to use the user's full name everywhere it can be used.

Unfortunately the function `*user_model.User.ShortName()` currently uses the `.Name` instead - but this should also use the `.FullName()`.

Therefore we should make `*user_model.User.ShortName()` base its pre-shortened name on the `.FullName()` function.
2022-07-05 12:30:05 +01:00
..
avatar.go
email_address_test.go
email_address.go
error.go
external_login_user.go
follow_test.go
follow.go Use neutral language in comments and docs (#20135) 2022-06-25 17:50:12 -05:00
list.go
main_test.go
openid_test.go
openid.go
redirect_test.go
redirect.go
search.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
setting_keys.go User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19133) 2022-06-19 07:25:12 +02:00
setting_test.go
setting.go
user_test.go
user.go Display full name (#20171) 2022-07-05 12:30:05 +01:00