You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
silverwind d059156c3a
Disable dropzone's timeout (#12024) (#12032)
Dropzone 4.4 introduced a 30s XHR timeout that will kill any upload
still in progress. This disable that timeout again.

Ref: https://www.dropzonejs.com/#config-timeout
Ref: https://github.com/go-gitea/gitea/pull/10645
Ref: https://xhr.spec.whatwg.org/#the-timeout-attribute
Fixes: https://github.com/go-gitea/gitea/issues/12022
Fixes: https://github.com/go-gitea/gitea/issues/11906

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
5 years ago
..
components Migrate ActivityHeatmap to Vue SFC (#10953) 5 years ago
features Fix serviceworker output file and misc improvements (#11562) (#11610) 5 years ago
standalone Reorganize frontend files and tooling (#10168) 5 years ago
vendor Handle multiple merges in gitgraph.js (#11996) (#12000) 5 years ago
index.js Disable dropzone's timeout (#12024) (#12032) 5 years ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 5 years ago
polyfills.js fix commit view JS features, reimplement folding (#9968) 5 years ago
publicpath.js Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) (#11542) 5 years ago
serviceworker.js Fix serviceworker output file and misc improvements (#11562) (#11610) 5 years ago
utils.js Switch code editor to Monaco (#11366) 5 years ago