aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/file-upload.js
Commit message (Expand)AuthorAgeFilesLines
* chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-1448/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-291-8/+4
* fix(files): legacy humanFileSize testsJohn Molakvoæ2023-10-041-5/+5
* fix: Upload progress shows number of files to upload and current indexFerdinand Thiessen2023-08-211-6/+20
* fix: Make smooth bitrate and remaining upload time work when unsetFerdinand Thiessen2023-08-211-6/+6
* Smooth time remaining, bitrate and stabilize user informationPhlogi2023-08-211-14/+40
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-081-3/+16
* Replace custom tooltips with native ones in filesjulia.kirschenheuter2022-12-221-2/+0
* Also cancel XHR when cancelling uploadsVincent Petry2022-11-181-0/+9
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Replace files app ids to classesVincent Petry2022-07-261-2/+2
* Fix default toast message for failed uploads with HTTP/2Daniel Calviño Sánchez2022-06-141-1/+1
* Properly hide progress bar after errorVincent Petry2022-01-121-5/+16
* Properly abort uploadsVincent Petry2022-01-121-9/+36
* Typing correctionsLouis Chemineau2022-01-111-6/+6
* refs #11864 handle empty dir drop in Files UIJulien Veyssier2021-11-081-0/+6
* Merge pull request #28250 from pjft/patch-3Louis2021-10-141-1/+6
|\
| * Fix bug introduced on drag and drop external filespjft2021-08-131-1/+6
* | Change the concurrent upload limit to less than 10szaimen2021-08-081-1/+1
|/
* 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
|/