[PR #3996] [MERGED] remove collaborative repositories from search on user profiles #17188

Closed
opened 2025-11-02 12:28:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3996
Author: @daviian
Created: 5/20/2018
Status: Merged
Merged: 5/21/2018
Merged by: @lafriks

Base: masterHead: bugfix/profile-repository-search


📝 Commits (3)

  • 7805a51 remove collaborative repositories from search on user profiles
  • 8679fdb rename 'My Repositories' to 'Repositories'
  • 1a93166 Merge branch 'master' into bugfix/profile-repository-search

📊 Changes

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

View changed files

📝 options/locale/locale_en-US.ini (+1 -1)
📝 routers/user/profile.go (+8 -7)

📄 Description

Targets https://github.com/go-gitea/gitea/issues/3035

PR removes collaborative repositores from search result.
AFAIK github doesn't show them either. Furthermore this prevents the weird behaviour that searched/filtered results show more repositories than complete list.

I believe this PR should be backported to 1.4 afterwards if accepted.


🔄 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/3996 **Author:** [@daviian](https://github.com/daviian) **Created:** 5/20/2018 **Status:** ✅ Merged **Merged:** 5/21/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `bugfix/profile-repository-search` --- ### 📝 Commits (3) - [`7805a51`](https://github.com/go-gitea/gitea/commit/7805a511d831b7ef91b8bd9771abf7e0d3401200) remove collaborative repositories from search on user profiles - [`8679fdb`](https://github.com/go-gitea/gitea/commit/8679fdb17c7586e19be24dcc6e6fcc5fea7c42aa) rename 'My Repositories' to 'Repositories' - [`1a93166`](https://github.com/go-gitea/gitea/commit/1a93166f54c61c9e674c2af89ad2b865a6378d8e) Merge branch 'master' into bugfix/profile-repository-search ### 📊 Changes **2 files changed** (+9 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `options/locale/locale_en-US.ini` (+1 -1) 📝 `routers/user/profile.go` (+8 -7) </details> ### 📄 Description Targets https://github.com/go-gitea/gitea/issues/3035 PR removes collaborative repositores from search result. AFAIK github doesn't show them either. Furthermore this prevents the weird behaviour that searched/filtered results show more repositories than complete list. I believe this PR should be backported to 1.4 afterwards if accepted. --- <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 12:28:55 -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#17188