forgejo/routers
Jason Song 5db21ce7e1
Fix counting and filtering on the dashboard page for issues ()
This PR has multiple parts, and I didn't split them because
it's not easy to test them separately since they are all about the
dashboard page for issues.

1. Support counting issues via indexer to fix 
2. Fix repo selection so it also fixes 
3. Keep keywords in filter links.

The first two are regressions of .

After:

https://github.com/go-gitea/gitea/assets/9418365/71dfea7e-d9e2-42b6-851a-cc081435c946

Thanks to @CaiCandong  for helping with some tests.
2023-08-23 02:29:17 +00:00
..
api feat: implement organization secret creation API () 2023-08-22 11:20:34 +08:00
common Start using template context function () 2023-08-08 01:22:47 +00:00
install Handle base64 decoding correctly to avoid panic () 2023-08-14 10:30:16 +00:00
private Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
utils Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
web Fix counting and filtering on the dashboard page for issues () 2023-08-23 02:29:17 +00:00
init.go Pre-register OAuth2 applications for git credential helpers () 2023-08-09 14:24:07 +02:00