gitea/routers/web
Zettat123 347df0cbf0
Show empty repos in Admin Repository Management page ()
The **Admin Repository Management** page and the **Explore Repository**
page both use the `RenderRepoSearch` function. In this function, the
`OnlyShowRelevant` search option is `true` when querying repositories
for admin page.


edf98a2dc3/routers/web/explore/repo.go (L99-L115)

Refer to
[](https://github.com/go-gitea/gitea/pull/19361/files#diff-8058dfb85557010e0592d586675ec62ce406af7068e6311f39c160deac37f149R497),
the repositories with `is_empty=true` will be hidden if
`OnlyShowRelevant` is `true`.

Administrators should be able to see all repositories. So
`OnlyShowRelevant` shouldn't be set to `true` .

---------

Co-authored-by: Andrew Thornton <art27@cantab.net>
..
admin Show empty repos in Admin Repository Management page ()
auth Provide the ability to set password hash algorithm parameters ()
events Implement FSFE REUSE for golang files ()
explore Show empty repos in Admin Repository Management page ()
feed Use link in UI which returned a relative url but not html_url which contains an absolute url ()
healthcheck Implement FSFE REUSE for golang files ()
misc Implement FSFE REUSE for golang files ()
org Scoped labels ()
repo Redirect to the commit page after applying patch ()
shared Add Cargo package registry ()
user Provide the ability to set password hash algorithm parameters ()
auth.go Implement FSFE REUSE for golang files ()
auth_windows.go Implement FSFE REUSE for golang files ()
base.go Implement FSFE REUSE for golang files ()
goget.go refactor some functions to support ctx as first parameter ()
home.go Implement FSFE REUSE for golang files ()
metrics.go Implement FSFE REUSE for golang files ()
nodeinfo.go Implement FSFE REUSE for golang files ()
swagger_json.go Implement FSFE REUSE for golang files ()
web.go Require approval to run actions for fork pull request ()
webfinger.go Add context cache as a request level cache ()