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.
Mai-Lapyst 090d89e0f9
Fixing wrong paging when filtering on the issue dashboard (#19801)
Fixes #19791 by adding an check if filtering after any repo; if yes, simply set the total count for the pageing to the sum of the issue count for each selected repo by utilize `issueCountByRepo`.

Fix #19791
2 years ago
..
setting Adding button to link accounts from user settings (#19792) 2 years ago
avatar.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2 years ago
home.go Fixing wrong paging when filtering on the issue dashboard (#19801) 2 years ago
home_test.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago
main_test.go Use a struct as test options (#19393) 2 years ago
notification.go Prevent loop if there is an error in GetNotificationCount (#19799) 2 years ago
package.go Move access and repo permission to models/perm/access (#19350) 2 years ago
profile.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2 years ago
search.go Never use /api/v1 from Gitea UI Pages (#19318) 2 years ago
stop_watch.go Never use /api/v1 from Gitea UI Pages (#19318) 2 years ago
task.go Renamed ctx.User to ctx.Doer. (#19161) 2 years ago