gitea/routers/web/repo
silverwind 73b63d9311
Replace ajax with fetch, improve image diff (#27267)
1. Dropzone attachment removal, pretty simple replacement
2. Image diff: The previous code fetched every image twice, once via
`img[src]` and once via `$.ajax`. Now it's only fetched once and a
second time only when necessary. The image diff code was partially
rewritten.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2023-10-11 12:34:21 +00:00
..
actions Even more `db.DefaultContext` refactor (#27352) 2023-10-03 10:30:41 +00:00
setting Even more `db.DefaultContext` refactor (#27352) 2023-10-03 10:30:41 +00:00
activity.go
attachment.go Even more `db.DefaultContext` refactor (#27352) 2023-10-03 10:30:41 +00:00
blame.go Improve tree not found page (#26570) 2023-09-29 07:42:39 +00:00
branch.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
cherry_pick.go
commit.go Even more `db.DefaultContext` refactor (#27352) 2023-10-03 10:30:41 +00:00
compare.go Replace ajax with fetch, improve image diff (#27267) 2023-10-11 12:34:21 +00:00
download.go
editor.go Improve tree not found page (#26570) 2023-09-29 07:42:39 +00:00
editor_test.go
find.go
helper.go Improve tree not found page (#26570) 2023-09-29 07:42:39 +00:00
helper_test.go
http.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
http_test.go
issue.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
issue_content_history.go
issue_dependency.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
issue_label.go Even more `db.DefaultContext` refactor (#27352) 2023-10-03 10:30:41 +00:00
issue_label_test.go
issue_lock.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go Even more `db.DefaultContext` refactor (#27352) 2023-10-03 10:30:41 +00:00
issue_watch.go
main_test.go
middlewares.go
migrate.go
milestone.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
packages.go
patch.go
projects.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
projects_test.go
pull.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
pull_review.go More `db.DefaultContext` refactor (#27265) 2023-09-29 12:12:54 +00:00
release.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
release_test.go
render.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
repo.go Even more `db.DefaultContext` refactor (#27352) 2023-10-03 10:30:41 +00:00
search.go
topic.go
treelist.go
view.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
view_test.go
wiki.go Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
wiki_test.go