You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/user
Giteabot 1fed0e1adc
Fix profile page email display, respect settings (#23747) (#23756)
Backport #23747 by @wxiaoguang

Always respect the `setting.UI.ShowUserEmail` and `KeepEmailPrivate`
setting.

* It doesn't make sense to show user's own E-mail to themself.
* Always hide the E-mail if KeepEmailPrivate=true, then the user could
know how their profile page looks like for others.
* Revert the `setting.UI.ShowUserEmail` change from #4981 . This setting
is used to control the E-mail display, not only for the user list page.

ps: the incorrect `<div .../>` tag on the profile page has been fixed by
#23748 together, so this PR becomes simpler.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
setting Provide the ability to set password hash algorithm parameters (#22942) 2 years ago
avatar.go Set `X-Gitea-Debug` header once (#23361) (#23381) 2 years ago
code.go Add missing tabs to org projects page (#22705) (#23412) 2 years ago
home.go Sort issues and pulls by recently updated in user and organization home (#22925) 2 years ago
home_test.go Add a simple test for external renderer (#20033) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notification.go Fix pagination on `/notifications/watching` (#23564) (#23603) 2 years ago
package.go Fix improper HTMLURL usages in Go code (#22839) 2 years ago
profile.go Fix profile page email display, respect settings (#23747) (#23756) 2 years ago
search.go Add context cache as a request level cache (#22294) 2 years ago
stop_watch.go Move `convert` package to services (#22264) 2 years ago
task.go Implement FSFE REUSE for golang files (#21840) 2 years ago