gitea/modules/context
Giteabot 04d489dbdd
Make branches list page operations remember current page (#23420) (#23459)
Backport #23420 by @wxiaoguang

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: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2023-03-15 13:13:27 +01:00
..
access_log.go Render access log template as text instead of HTML (#23013) (#23025) 2023-02-21 18:04:57 +08:00
api.go refactor auth interface to return error when verify failure (#22119) (#22259) 2022-12-29 13:50:09 +08:00
api_org.go
api_test.go
auth.go
captcha.go
context.go refactor auth interface to return error when verify failure (#22119) (#22259) 2022-12-29 13:50:09 +08:00
csrf.go
form.go
org.go
package.go
pagination.go Make branches list page operations remember current page (#23420) (#23459) 2023-03-15 13:13:27 +01:00
permission.go
private.go
repo.go Prepend refs/heads/ to issue template refs (#20461) (#22427) 2023-01-13 16:33:35 -06:00
response.go
utils.go
xsrf.go
xsrf_test.go