[PR #4844] [CLOSED] Add flag to hide user or organization from public listings #17515

Closed
opened 2025-11-02 13:49:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4844
Author: @gzsombor
Created: 9/1/2018
Status: Closed

Base: masterHead: hidden-profiles


📝 Commits (1)

  • 858f5fb Add flag to hide user or organization from public listings

📊 Changes

15 files changed (+57 additions, -14 deletions)

View changed files

📝 integrations/mysql.ini.tmpl (+1 -0)
📝 integrations/pgsql.ini.tmpl (+1 -0)
📝 integrations/sqlite.ini (+1 -0)
📝 models/org.go (+2 -0)
📝 models/user.go (+6 -1)
📝 modules/auth/org.go (+7 -6)
📝 modules/auth/user_form.go (+9 -7)
📝 modules/setting/setting.go (+2 -0)
📝 options/locale/locale_en-US.ini (+6 -0)
📝 routers/install.go (+1 -0)
📝 routers/org/setting.go (+2 -0)
📝 routers/user/setting/profile.go (+1 -0)
📝 templates/install.tmpl (+6 -0)
📝 templates/org/settings/options.tmpl (+6 -0)
📝 templates/user/settings/profile.tmpl (+6 -0)

📄 Description

Currently users and organizations shows up in the public 'explore' pages, which could be a privacy concern. This patch implements a new flag, to opt-out of this listing


🔄 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/4844 **Author:** [@gzsombor](https://github.com/gzsombor) **Created:** 9/1/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `hidden-profiles` --- ### 📝 Commits (1) - [`858f5fb`](https://github.com/go-gitea/gitea/commit/858f5fba1eecf1dd3d88e44163fc0d41f67451f7) Add flag to hide user or organization from public listings ### 📊 Changes **15 files changed** (+57 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `integrations/mysql.ini.tmpl` (+1 -0) 📝 `integrations/pgsql.ini.tmpl` (+1 -0) 📝 `integrations/sqlite.ini` (+1 -0) 📝 `models/org.go` (+2 -0) 📝 `models/user.go` (+6 -1) 📝 `modules/auth/org.go` (+7 -6) 📝 `modules/auth/user_form.go` (+9 -7) 📝 `modules/setting/setting.go` (+2 -0) 📝 `options/locale/locale_en-US.ini` (+6 -0) 📝 `routers/install.go` (+1 -0) 📝 `routers/org/setting.go` (+2 -0) 📝 `routers/user/setting/profile.go` (+1 -0) 📝 `templates/install.tmpl` (+6 -0) 📝 `templates/org/settings/options.tmpl` (+6 -0) 📝 `templates/user/settings/profile.tmpl` (+6 -0) </details> ### 📄 Description Currently users and organizations shows up in the public 'explore' pages, which could be a privacy concern. This patch implements a new flag, to opt-out of this listing --- <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 13:49:08 -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#17515