| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 1 | -8/+4 |
* | fix(files): legacy humanFileSize tests | John Molakvoæ | 2023-10-04 | 1 | -5/+5 |
* | fix: Upload progress shows number of files to upload and current index | Ferdinand Thiessen | 2023-08-21 | 1 | -6/+20 |
* | fix: Make smooth bitrate and remaining upload time work when unset | Ferdinand Thiessen | 2023-08-21 | 1 | -6/+6 |
* | Smooth time remaining, bitrate and stabilize user information | Phlogi | 2023-08-21 | 1 | -14/+40 |
* | feat(s3): Use multipart upload for chunked uploading | Julius Härtl | 2023-03-08 | 1 | -3/+16 |
* | Replace custom tooltips with native ones in files | julia.kirschenheuter | 2022-12-22 | 1 | -2/+0 |
* | Also cancel XHR when cancelling uploads | Vincent Petry | 2022-11-18 | 1 | -0/+9 |
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
* | Replace files app ids to classes | Vincent Petry | 2022-07-26 | 1 | -2/+2 |
* | Fix default toast message for failed uploads with HTTP/2 | Daniel Calviño Sánchez | 2022-06-14 | 1 | -1/+1 |
* | Properly hide progress bar after error | Vincent Petry | 2022-01-12 | 1 | -5/+16 |
* | Properly abort uploads | Vincent Petry | 2022-01-12 | 1 | -9/+36 |
* | Typing corrections | Louis Chemineau | 2022-01-11 | 1 | -6/+6 |
* | refs #11864 handle empty dir drop in Files UI | Julien Veyssier | 2021-11-08 | 1 | -0/+6 |
* | Merge pull request #28250 from pjft/patch-3 | Louis | 2021-10-14 | 1 | -1/+6 |
|\ |
|
| * | Fix bug introduced on drag and drop external files | pjft | 2021-08-13 | 1 | -1/+6 |
* | | Change the concurrent upload limit to less than 10 | szaimen | 2021-08-08 | 1 | -1/+1 |
|/ |
|
* | file-upload: Correctly handle error responses for HTTP2 | Jakub Onderka | 2021-03-10 | 1 | -1/+1 |
* | Fix total upload size overwritten by next upload | Daniel Calviño Sánchez | 2020-12-23 | 1 | -1/+4 |
* | Check for target folder available quota when uploading | Julius Härtl | 2020-11-17 | 1 | -3/+10 |
* | Better error message when blocked by access control | Joas Schilling | 2020-09-04 | 1 | -0/+2 |
* | Fix IE11 upload fallback methods | John Molakvoæ (skjnldsv) | 2020-04-22 | 1 | -2/+26 |
* | Remove deprecated global variables | Christoph Wurst | 2020-03-09 | 1 | -6/+6 |
* | Also set X-OC-Mtime header for files that are smaller than 10MB | Julius Härtl | 2019-11-07 | 1 | -0/+4 |
* | Comply to eslint | John Molakvoæ (skjnldsv) | 2019-10-01 | 1 | -5/+5 |
* | Update file-upload.js | Valdnet | 2019-05-09 | 1 | -1/+1 |
* | [app:files] Use current directory for hashing. | Evilham | 2019-03-13 | 1 | -4/+3 |
* | Limit number of simultaneous MKCOL requests to server to increase upload reli... | Tomasz Grobelny | 2019-02-16 | 1 | -18/+23 |
* | Merge branch 'master' into operation_progress_improvements3 | Tomasz Grobelny | 2019-01-29 | 1 | -5/+8 |
|\ |
|
| * | Fix dropping a folder on a folder row | Daniel Calviño Sánchez | 2019-01-29 | 1 | -1/+3 |
| * | Throttle getstoragestats.php calls and allow simultaneous uploads | Tomasz Grobelny | 2019-01-27 | 1 | -1/+2 |
| * | apps: file-upload: fix typo in comments | Tigran Mkrtchyan | 2019-01-21 | 1 | -2/+2 |
| * | Do not show general warning on free space error | Roeland Jago Douma | 2018-12-05 | 1 | -1/+1 |
* | | Move progress bar to separate component | Tomasz Grobelny | 2018-11-24 | 1 | -22/+12 |
* | | Restructuring code in file-upload.js | Tomasz Grobelny | 2018-11-24 | 1 | -27/+37 |
|/ |
|
* | Ask before cancelling an ongoing upload | John Molakvoæ (skjnldsv) | 2018-11-05 | 1 | -5/+24 |
* | Do not hide the progress bar while the chunked upload is being assembled | Daniel Calviño Sánchez | 2018-09-07 | 1 | -1/+48 |
* | Do not show an error message when draging and dropping text | Daniel Calviño Sánchez | 2018-06-08 | 1 | -0/+10 |
* | Remove no longer needed special handling for Firefox | Daniel Calviño Sánchez | 2018-06-08 | 1 | -15/+8 |
* | Use "dropnofiles" callback to disable the drop state in the UI | Daniel Calviño Sánchez | 2018-06-08 | 1 | -0/+10 |
* | Remove duplicated code | Daniel Calviño Sánchez | 2018-06-08 | 1 | -6/+1 |
* | Fix race condition when preparing upload folder | Daniel Calviño Sánchez | 2018-04-22 | 1 | -1/+17 |
* | Fix progress bar hidden before the upload ends | Daniel Calviño Sánchez | 2018-04-05 | 1 | -7/+1 |
* | Don't encode paths passed to the OC.Files.Client | Roeland Jago Douma | 2018-01-10 | 1 | -7/+7 |
* | Merge pull request #7533 from nextcloud/oc-28545-handle-oc-total-length-in-ne... | Morris Jobke | 2018-01-03 | 1 | -1/+12 |
|\ |
|
| * | Only set X-OC-Mtime when browser provided lastModified on upload | Vincent Petry | 2017-12-15 | 1 | -4/+12 |
| * | Transmit OC-Total-Length in browser as well | Thomas Müller | 2017-12-15 | 1 | -1/+4 |
* | | Update quota on file upload and deletion | John Molakvoæ (skjnldsv) | 2017-12-21 | 1 | -1/+1 |
|/ |
|
* | Parse Sabre Exception in OC.Files.Client and file-upload | Vincent Petry | 2017-11-13 | 1 | -6/+29 |