forgejo/routers/web/repo
Gusted c3e020ca34
Add pagination to fork list (#17639)
- Resolves #14574
- Adds the necessary code to have pagination working in the forks list of
a repo. The code is mostly in par with the stars/watcher implementation.
2021-11-18 22:45:56 +08:00
..
activity.go
attachment.go
blame.go Add .gitattribute assisted language detection to blame, diff and render (#17590) 2021-11-17 20:37:00 +00:00
branch.go Fixed commit count. (#17698) 2021-11-17 23:50:17 +00:00
commit.go Fixed commit count. (#17698) 2021-11-17 23:50:17 +00:00
compare.go
download.go
editor.go
editor_test.go
http.go
http_test.go
issue.go
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go Move user functions into user.go (#17659) 2021-11-18 13:58:42 +08:00
migrate.go Move task from modules to services (#17680) 2021-11-18 14:47:57 +08:00
milestone.go
projects.go
projects_test.go
pull.go
pull_review.go
release.go
release_test.go
repo.go Return 400 but not 500 when request archive with wrong format (#17691) 2021-11-17 14:47:35 -05:00
search.go
setting.go
setting_protected_branch.go
settings_test.go
tag.go
topic.go
view.go Add pagination to fork list (#17639) 2021-11-18 22:45:56 +08:00
webhook.go
wiki.go
wiki_test.go