forgejo/routers
Gusted 9bdeee3081
[GITEA] Only pass selected repository IDs to pagination
- `ReposParam` is passed to the pagination as value for the `repos`
query. It should paginate to other pages with only the selected
repositories, which was currently not the case, but was already the case
for the links in the selectable items.
- Fix the wrong value being passed for issues/pulls lists.
- Fix the formatting of repository query value for milestones lists.
- Added integration testing.
- Resolves https://codeberg.org/forgejo/forgejo/issues/1836

(cherry picked from commit c648e5ab3a)
2023-12-04 14:22:22 +01:00
..
api [GITEA] Drop sha256-simd in favor of stdlib 2023-12-04 14:22:20 +01:00
common
install [GITEA] Add password length check on install page 2023-12-04 14:19:26 +01:00
private
utils
web [GITEA] Only pass selected repository IDs to pagination 2023-12-04 14:22:22 +01:00
init.go