You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web
parnic 7503cd35c2
Use the total issue count for UI (#20785)
* Use the total issue count for UI

This fixes a problem where the "All" line item on the Issues or Pull Requests page was only showing the count of the selected repos instead of the total of all issues/prs in all repos.

The "total number of shown issues" number is now stashed in a different context variable in case it wants to be used by the frontend later. It's currently not being used.

Fixes #20574

* Remove unused context variable

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
..
admin auth/reverseproxy: Add support for full name (#20776) 3 years ago
auth Refactor AssertExistsAndLoadBean to use generics (#20797) 3 years ago
dev Make better use of i18n (#20096) 3 years ago
events
explore Add sitemap support (#18407) 3 years ago
feed Add more linters to improve code readability (#19989) 3 years ago
healthcheck Update go-chi/cache to utilize Ping() (#19719) 3 years ago
misc
org Add Docker /v2/_catalog endpoint (#20469) 3 years ago
repo Remove follow from commits by file (#20765) 3 years ago
user Use the total issue count for UI (#20785) 3 years ago
auth.go
auth_windows.go
base.go Add Cache-Control header to html and api responses, add no-transform (#20432) 3 years ago
goget.go
home.go Add sitemap support (#18407) 3 years ago
metrics.go
nodeinfo.go
swagger_json.go
web.go Fix init mail render logic (#20704) 3 years ago
webfinger.go Fix various typos (#20338) 3 years ago