[PR #336] [MERGED] UI config to toggle whether user email shows up in Explore Users #15318

Closed
opened 2025-11-02 11:43:54 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/336
Author: @avelino
Created: 12/2/2016
Status: Merged
Merged: 1/1/2017
Merged by: @lunny

Base: masterHead: config_show_user_email_in_explore


📝 Commits (7)

  • 66a1c59 UI config to toggle whether user email shows up in Explore Users
  • ff3c5c0 Merge github.com:go-gitea/gitea into config_show_user_email_in_explore
  • a232688 Recommendation made by @tboerger
  • c3b7afd fixed typo, rename ShowUserEmailInExplore to ShowUserEmail
  • 4c17aee Fixed typo merged conflict
  • aa3b5b1 Hide email in the user profile page
  • e00b963 Please replace MustBool() with MustBool(true)

📊 Changes

5 files changed (+8 additions, -2 deletions)

View changed files

📝 conf/app.ini (+2 -0)
📝 modules/setting/setting.go (+3 -0)
📝 routers/home.go (+1 -0)
📝 templates/explore/users.tmpl (+1 -1)
📝 templates/user/profile.tmpl (+1 -1)

📄 Description

In some scenarios it's undesirable to show the user's email in the Explore page, even though currently gitea shows only for signed-in users.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/336 **Author:** [@avelino](https://github.com/avelino) **Created:** 12/2/2016 **Status:** ✅ Merged **Merged:** 1/1/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `config_show_user_email_in_explore` --- ### 📝 Commits (7) - [`66a1c59`](https://github.com/go-gitea/gitea/commit/66a1c59fe730eff019ce100673c6800cce7d102d) UI config to toggle whether user email shows up in Explore Users - [`ff3c5c0`](https://github.com/go-gitea/gitea/commit/ff3c5c09b2f4de69c870c9953d5bcf71689bd421) Merge github.com:go-gitea/gitea into config_show_user_email_in_explore - [`a232688`](https://github.com/go-gitea/gitea/commit/a2326883084c7c1ed300cfd564752d9077070975) Recommendation made by @tboerger - [`c3b7afd`](https://github.com/go-gitea/gitea/commit/c3b7afd8f0076dcf05621a5b69d293b210786533) fixed typo, rename ShowUserEmailInExplore to ShowUserEmail - [`4c17aee`](https://github.com/go-gitea/gitea/commit/4c17aee988dc0f097bc890e5a105d99aa51dadac) Fixed typo merged conflict - [`aa3b5b1`](https://github.com/go-gitea/gitea/commit/aa3b5b1a168855e9f3a15c20c86fe8c531f3fb33) Hide email in the user profile page - [`e00b963`](https://github.com/go-gitea/gitea/commit/e00b96370736f2f4fa8d35c303f8270b560e53dc) Please replace MustBool() with MustBool(true) ### 📊 Changes **5 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `conf/app.ini` (+2 -0) 📝 `modules/setting/setting.go` (+3 -0) 📝 `routers/home.go` (+1 -0) 📝 `templates/explore/users.tmpl` (+1 -1) 📝 `templates/user/profile.tmpl` (+1 -1) </details> ### 📄 Description In some scenarios it's undesirable to show the user's email in the Explore page, even though currently gitea shows only for signed-in users. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:43:54 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15318