-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[full-ci] Switch upload logic to Uppy (#6202)
* WIP * WIP uppy * Refactor uppy code * Update changelog item, move uppy dependencies to web-runtime package * Fix unit tests * Remove logs and unnecessary events * Minor fixes and improvements * Fix ocis e2e tests * Fix more e2e tests * Prevent form fields from being added to uploaded file contents * Properly encode file name for XHR uploads * update fileDrop acceptance tests * Remove Uppy drop target plugin on unmount * Fix issues when uploading nested folders * change rollup plugin order to apply injections for ts files also * Fix issue with missing slashes when uploading * Ensure that uppy uses only one upload plugin at a time * Fix issue when updating the store for newly created folders * Remove Uppy debug state * Small fixes and polishing * Fix tests, polishing * Undo change in sunday,monday.txt file * Bump owncloud-test-middleware docker image version to 1.5.0 Co-authored-by: Jannik Stehle <[email protected]> Co-authored-by: saw-jan <[email protected]> Co-authored-by: Florian Schade <[email protected]>
- Loading branch information
1 parent
a89aba3
commit 2b91812
Showing
47 changed files
with
1,331 additions
and
1,430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Enhancement: Resumable uploads | ||
|
||
We've implemented Uppy as a library for handling uploads. This concludes the following features and changes: | ||
|
||
- Resumable uploads when the backend supports the Tus-protocol | ||
- A nice looking overview for all files that have been uploaded successfully or failed to upload | ||
- Navigation across Web while uploads are in progress | ||
- Improved rendering of uploadProgress-visualization | ||
- Removed `vue2-dropzone` and `vue-drag-drop` libraries | ||
|
||
https://github.com/owncloud/web/pull/6202 | ||
https://github.com/owncloud/web/issues/6268 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.