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.
forgejo/routers
silverwind 45aa4ea705
Fix pagination on `/notifications/watching` (#23564)
The `q` parameter was not rendered in pagination links because
`context.Pagination:AddParam` checks for existance of the parameter in
`ctx.Data` where it was absent. Added the parameter there to fix it.
1 year ago
..
api Display the version of runner in the runner list (#23490) 1 year ago
common Support sanitising the URL by removing extra slashes in the URL (#21333) 1 year ago
install Set `X-Gitea-Debug` header once (#23361) 1 year ago
private Use context parameter in services/repository (#23186) 1 year ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Fix pagination on `/notifications/watching` (#23564) 1 year ago
init.go Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago