[PR #1750] [MERGED] More fixes for dashboard search #16032

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1750
Author: @andreynering
Created: 5/18/2017
Status: Merged
Merged: 5/27/2017
Merged by: @andreynering

Base: masterHead: dashboard-search-org-repos


📝 Commits (5)

  • 8917f47 Fix org repos not showing on dashboard search
  • c746875 Remove colaborative repo panel
  • dc2b28e Show repos acording to user/organization
  • 8906b28 Fix test
  • 12dbdaa Fix private repo icon

📊 Changes

4 files changed (+8 additions, -25 deletions)

View changed files

📝 public/js/index.js (+2 -2)
📝 routers/api/v1/repo/repo.go (+3 -0)
📝 templates/base/head.tmpl (+3 -0)
📝 templates/user/dashboard/dashboard.tmpl (+0 -23)

📄 Description

  • Fix private organization repos not showing on search
  • Remove colaborative repos panel (already shows on the main panel)
  • If context was changed to another organization, only show repos of this org

Closes #1742


🔄 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/1750 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 5/18/2017 **Status:** ✅ Merged **Merged:** 5/27/2017 **Merged by:** [@andreynering](https://github.com/andreynering) **Base:** `master` ← **Head:** `dashboard-search-org-repos` --- ### 📝 Commits (5) - [`8917f47`](https://github.com/go-gitea/gitea/commit/8917f47347d68382ea7d29b0e7debd42d4aa9b54) Fix org repos not showing on dashboard search - [`c746875`](https://github.com/go-gitea/gitea/commit/c746875fcfc91b61082d1bae58cba7e1fef9eb91) Remove colaborative repo panel - [`dc2b28e`](https://github.com/go-gitea/gitea/commit/dc2b28ed769c234def22050e5f2a487b60c697af) Show repos acording to user/organization - [`8906b28`](https://github.com/go-gitea/gitea/commit/8906b2891ba0dc1aba2acbaee5e0051043894b2f) Fix test - [`12dbdaa`](https://github.com/go-gitea/gitea/commit/12dbdaac76b0eaa625d4e656df725bcd63218420) Fix private repo icon ### 📊 Changes **4 files changed** (+8 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `public/js/index.js` (+2 -2) 📝 `routers/api/v1/repo/repo.go` (+3 -0) 📝 `templates/base/head.tmpl` (+3 -0) 📝 `templates/user/dashboard/dashboard.tmpl` (+0 -23) </details> ### 📄 Description - Fix private organization repos not showing on search - Remove colaborative repos panel (already shows on the main panel) - If context was changed to another organization, only show repos of this org Closes #1742 --- <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:00:44 -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#16032