forgejo/routers/web/repo
zeripath 8511eec4d4
Allow Loading of Diffs that are too large (#17739)
* Allow Loading of Diffs that are too large

This PR allows the loading of diffs that are suppressed because the file
is too large. It does not handle diffs of files which have lines which
are too long.

Fix #17738

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-11-22 00:51:08 +08:00
..
activity.go
attachment.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
blame.go
branch.go
commit.go Allow Loading of Diffs that are too large (#17739) 2021-11-22 00:51:08 +08:00
compare.go Allow Loading of Diffs that are too large (#17739) 2021-11-22 00:51:08 +08:00
download.go
editor.go
editor_test.go
http.go
http_test.go
issue.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
issue_content_history.go
issue_dependency.go
issue_label.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go Use hostmatcher to replace matchlist, improve security (#17605) 2021-11-20 17:34:05 +08:00
milestone.go
projects.go
projects_test.go
pull.go Allow Loading of Diffs that are too large (#17739) 2021-11-22 00:51:08 +08:00
pull_review.go
release.go
release_test.go
repo.go Move attachment into models/repo/ (#17650) 2021-11-19 21:39:57 +08:00
search.go
setting.go Use hostmatcher to replace matchlist, improve security (#17605) 2021-11-20 17:34:05 +08:00
setting_protected_branch.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
settings_test.go
tag.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
topic.go
view.go
webhook.go
wiki.go
wiki_test.go