1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-01 15:45:48 +00:00
gitea/routers/web/repo
Lunny Xiao ab7e36e3a5
Fix branch pagination error (#16805) (#16816)
Backport #16805

Fix #16801

Even if default branch is removed from the current page, but the total branches number should be still kept. So that the pagination calculation will be correct.
2021-08-25 11:11:54 +01:00
..
activity.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
attachment.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
blame.go Link to previous blames in file blame page (#16259) 2021-06-28 01:13:20 +02:00
branch.go Fix branch pagination error (#16805) (#16816) 2021-08-25 11:11:54 +01:00
commit.go Let package git depend on setting but not opposite (#15241) 2021-06-26 13:28:55 +02:00
compare.go Handle too long PR titles correctly (#16517) (#16549) 2021-07-26 17:49:48 +02:00
download.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
editor_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
editor.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
http_test.go Fix http path bug (#16117) 2021-06-09 14:53:12 +02:00
http.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
issue_dependency.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_label_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_label.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_lock.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_stopwatch.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_timetrack.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue_watch.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
issue.go Keep attachments on tasklist update (#16750) (#16757) 2021-08-21 20:10:04 +01:00
lfs.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
main_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
middlewares.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
migrate.go Add push to remote mirror repository (#15157) 2021-06-14 19:20:43 +02:00
milestone.go More efficiently parse shas for shaPostProcessor (#16101) 2021-06-21 00:39:12 +02:00
projects_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
projects.go More efficiently parse shas for shaPostProcessor (#16101) 2021-06-21 00:39:12 +02:00
pull_review.go Add attachments for PR reviews (#16075) 2021-06-14 21:12:33 -04:00
pull.go Handle too long PR titles correctly (#16517) (#16549) 2021-07-26 17:49:48 +02:00
release_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
release.go Add tag protection (#15629) 2021-06-25 16:28:55 +02:00
repo.go Rework repository archive (#14723) 2021-06-23 17:12:38 -04:00
search.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
setting_protected_branch.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
setting.go Add missing return to handleSettingRemoteAddrError (#16794) (#16795) 2021-08-23 18:09:28 -04:00
settings_test.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
tag.go Add tag protection (#15629) 2021-06-25 16:28:55 +02:00
topic.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
view.go Fix external renderer (#16401) 2021-07-12 17:13:59 -04:00
webhook.go Implemented head_commit for webhooks (#16282) 2021-06-29 15:34:03 +02:00
wiki_test.go Add TestPrepareWikiFileName (#16487) (#16498) 2021-07-21 03:37:00 +01:00
wiki.go Let package git depend on setting but not opposite (#15241) 2021-06-26 13:28:55 +02:00