forgejo/modules/context
wxiaoguang 6ff5400af9
Make branches list page operations remember current page (#23420)
Close #23411

Always pass "page" query parameter to backend, and make backend respect
it.

The `ctx.FormInt("limit")` is never used, so removed.

---------

Co-authored-by: Jason Song <i@wolfogre.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-03-14 13:11:38 +08:00
..
access_log.go Parse external request id from request headers, and print it in access log (#22906) 2023-03-10 09:54:32 -06:00
api.go Set X-Gitea-Debug header once (#23361) 2023-03-08 15:40:04 -05:00
api_org.go
api_test.go
auth.go
captcha.go
context.go Set X-Gitea-Debug header once (#23361) 2023-03-08 15:40:04 -05:00
csrf.go
form.go
org.go Add missing tabs to org projects page (#22705) 2023-03-10 09:18:20 -06:00
package.go
pagination.go Make branches list page operations remember current page (#23420) 2023-03-14 13:11:38 +08:00
permission.go
private.go
repo.go
response.go
utils.go
xsrf.go
xsrf_test.go