0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-17 11:02:50 +01:00
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
setting
activity.go
attachment.go
blame.go
branch.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
cherry_pick.go
commit.go
compare.go Replace ajax with fetch, improve image diff (#27267) 2023-10-11 12:34:21 +00:00
download.go
editor.go
editor_test.go
find.go
helper.go
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
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
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
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
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