summaryrefslogtreecommitdiffstats
path: root/apps/files/js/file-upload.js
Commit message (Expand)AuthorAgeFilesLines
* file-upload: Correctly handle error responses for HTTP2Jakub Onderka2021-03-101-1/+1
* Fix total upload size overwritten by next uploadDaniel Calviño Sánchez2020-12-231-1/+4
* Check for target folder available quota when uploadingJulius Härtl2020-11-171-3/+10
* Better error message when blocked by access controlJoas Schilling2020-09-041-0/+2
* Fix IE11 upload fallback methodsJohn Molakvoæ (skjnldsv)2020-04-221-2/+26
* Remove deprecated global variablesChristoph Wurst2020-03-091-6/+6
* Also set X-OC-Mtime header for files that are smaller than 10MBJulius Härtl2019-11-071-0/+4
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-5/+5
* Update file-upload.jsValdnet2019-05-091-1/+1
* [app:files] Use current directory for hashing.Evilham2019-03-131-4/+3
* Limit number of simultaneous MKCOL requests to server to increase upload reli...Tomasz Grobelny2019-02-161-18/+23
* Merge branch 'master' into operation_progress_improvements3Tomasz Grobelny2019-01-291-5/+8
|\
| * Fix dropping a folder on a folder rowDaniel Calviño Sánchez2019-01-291-1/+3
| * Throttle getstoragestats.php calls and allow simultaneous uploadsTomasz Grobelny2019-01-271-1/+2
| * apps: file-upload: fix typo in commentsTigran Mkrtchyan2019-01-211-2/+2
| * Do not show general warning on free space errorRoeland Jago Douma2018-12-051-1/+1
* | Move progress bar to separate componentTomasz Grobelny2018-11-241-22/+12
* | Restructuring code in file-upload.jsTomasz Grobelny2018-11-241-27/+37
|/
* Ask before cancelling an ongoing uploadJohn Molakvoæ (skjnldsv)2018-11-051-5/+24
* Do not hide the progress bar while the chunked upload is being assembledDaniel Calviño Sánchez2018-09-071-1/+48
* Do not show an error message when draging and dropping textDaniel Calviño Sánchez2018-06-081-0/+10
* Remove no longer needed special handling for FirefoxDaniel Calviño Sánchez2018-06-081-15/+8
* Use "dropnofiles" callback to disable the drop state in the UIDaniel Calviño Sánchez2018-06-081-0/+10
* Remove duplicated codeDaniel Calviño Sánchez2018-06-081-6/+1
* Fix race condition when preparing upload folderDaniel Calviño Sánchez2018-04-221-1/+17
* Fix progress bar hidden before the upload endsDaniel Calviño Sánchez2018-04-051-7/+1
* Don't encode paths passed to the OC.Files.ClientRoeland Jago Douma2018-01-101-7/+7
* Merge pull request #7533 from nextcloud/oc-28545-handle-oc-total-length-in-ne...Morris Jobke2018-01-031-1/+12
|\
| * Only set X-OC-Mtime when browser provided lastModified on uploadVincent Petry2017-12-151-4/+12
| * Transmit OC-Total-Length in browser as wellThomas Müller2017-12-151-1/+4
* | Update quota on file upload and deletionJohn Molakvoæ (skjnldsv)2017-12-211-1/+1
|/
* Parse Sabre Exception in OC.Files.Client and file-uploadVincent Petry2017-11-131-6/+29
* Enable chunking for bigger files in authenticated web uploadVincent Petry2017-11-031-12/+59
* Add space between ellipsis and wordMorris Jobke2017-10-251-2/+2
* Update file-upload.jsrakekniven2017-10-071-2/+2
* Don't try the actual file upload if the checks already error outRoeland Jago Douma2017-08-261-0/+3
* Replace ... with …Morris Jobke2017-08-231-3/+3
* Show "Uploading..." in web UI for long uploadsMorris Jobke2017-08-231-0/+4
* Fix uploadrate value of 'original-title' attributeBekcpear2017-06-161-1/+1
* Fix upload remaining timeBekcpear2017-06-161-12/+14
* Remove dependency on jquery-migrate.js for browser detectionMorris Jobke2017-05-011-1/+1
* Merge pull request #4153 from nextcloud/fix-uploadJoas Schilling2017-04-061-1/+2
|\
| * Fix upload of folders in ChromeMorris Jobke2017-04-061-1/+2
* | Some more hardeningJoas Schilling2017-04-041-6/+7
* | file-upload.js modified : Remaining upload time correctedSarthikaDhawan2017-04-041-1/+10
|/
* added quit option in commentstabview.jsnoveens2017-03-231-11/+5
* dont preserve mtime when uploading trough the web interfaceRobin Appelman2017-03-131-5/+0
* Correct incorrectly typed X-OC-Mtime headerStefan Schneider2017-03-101-1/+1
* fix typoMorris Jobke2017-02-281-1/+1
* Replace deprecated $.tipsy(...) by $.tooltip(...)Christoph Wurst2017-02-271-2/+2