[PR #222] [MERGED] Added searching in private repos & added sorting to organizations, repos & users page #15231

Closed
opened 2025-11-02 11:41:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/222
Author: @Bwko
Created: 11/23/2016
Status: Merged
Merged: 12/24/2016
Merged by: @lunny

Base: masterHead: feature/explore


📝 Commits (2)

  • dc6f64b Added sorting to organizations, repos & users page
  • ac71cfd Merge branch 'master' into feature/explore

📊 Changes

9 files changed (+177 additions, -49 deletions)

View changed files

📝 models/org.go (+13 -6)
📝 models/repo.go (+58 -15)
📝 models/user.go (+12 -6)
📝 routers/admin/orgs.go (+0 -1)
📝 routers/admin/repos.go (+0 -1)
📝 routers/admin/users.go (+0 -1)
📝 routers/home.go (+58 -17)
📝 templates/admin/base/search.tmpl (+18 -1)
📝 templates/explore/search.tmpl (+18 -1)

📄 Description

Added searching in private repos
Added sorting to organizations, repos & users page
Fixes #207
Needs #199 for translations


🔄 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/222 **Author:** [@Bwko](https://github.com/Bwko) **Created:** 11/23/2016 **Status:** ✅ Merged **Merged:** 12/24/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `feature/explore` --- ### 📝 Commits (2) - [`dc6f64b`](https://github.com/go-gitea/gitea/commit/dc6f64b545be1010f3928adb3a812337eb46fd25) Added sorting to organizations, repos & users page - [`ac71cfd`](https://github.com/go-gitea/gitea/commit/ac71cfd5f93ffc6bde2423f228e14e4b80944d07) Merge branch 'master' into feature/explore ### 📊 Changes **9 files changed** (+177 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `models/org.go` (+13 -6) 📝 `models/repo.go` (+58 -15) 📝 `models/user.go` (+12 -6) 📝 `routers/admin/orgs.go` (+0 -1) 📝 `routers/admin/repos.go` (+0 -1) 📝 `routers/admin/users.go` (+0 -1) 📝 `routers/home.go` (+58 -17) 📝 `templates/admin/base/search.tmpl` (+18 -1) 📝 `templates/explore/search.tmpl` (+18 -1) </details> ### 📄 Description Added searching in private repos Added sorting to organizations, repos & users page Fixes #207 Needs #199 for translations --- <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:41:53 -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#15231