stable

Clone or download

Read-only

Allow client to abort the upload

Part of story #10721: upload documents with drag'n drop Upload a big file. Before the upload is finished, cancel it. The upload is aborted. Bonus: on empty folder, there is no horizontal scrolling Change-Id: I342cc209a088d0eafacdad738e0b5bdc811720df

Modified Files

Name
M plugins/document/scripts/document/api/rest-querier.js +10 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderHeader.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileUploadingCellTitle.vue +7 −5 Go to diff View file
A plugins/document/scripts/document/components/Folder/ProgressBar/GlobalUploadProgressBar.vue +30 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.vue +36 −6 Go to diff View file
M plugins/document/scripts/document/po/fr.po +3 −0 Go to diff View file
M plugins/document/scripts/document/po/template.pot +3 −0 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/upload-file.js +4 −2 Go to diff View file
M plugins/document/scripts/document/store/actions.js +15 −2 Go to diff View file
M plugins/document/scripts/document/store/actions.spec.js +47 −7 Go to diff View file
M plugins/document/scripts/document/store/mutations.js +8 −1 Go to diff View file
M plugins/document/scripts/document/store/mutations.spec.js +29 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_document.scss +17 −12 Go to diff View file