gitea/routers/web/user
parnic 7503cd35c2
Use the total issue count for UI ()
* 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 

* Remove unused context variable

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
setting Added email notification option to receive all own messages ()
avatar.go Move almost all functions' parameter db.Engine to context.Context ()
home.go Use the total issue count for UI ()
home_test.go Move some repository related code into sub package ()
main_test.go
notification.go Prevent loop if there is an error in GetNotificationCount ()
package.go Add missing Tabs on organisation/package view (Frontport ) ()
profile.go Only show Followers that current user can access ()
search.go
stop_watch.go Move issues related files into models/issues ()
task.go