nextcloud/apps/files
Daniel Calviño Sánchez e82fe088c8 Do not hide the progress bar while the chunked upload is being assembled
Large files are not uploaded in a single operation, but uploaded in
several chunks; once all the chunks are uploaded then the server needs
to assemble them to get the final file.

Before, once the chunks were uploaded the progress bar was hidden.
However, this was confusing for the users, as the file could still need
some time to appear in the file list due to the assembling. Now once all
the chunks are uploaded the text in the progress bar changes to inform
the user that there are still some pending operations, and only when the
file is finally assembled the progress bar is hidden.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-09-26 12:35:50 +02:00
..
ajax Replace hardcoded status headers with calls to http_response_code() 2018-06-26 16:14:15 +02:00
appinfo Cleanup of leftover-sorting-code from quickaccess-feature #9714 #9720 2018-08-08 09:23:54 +02:00
composer Bump autoloaders 2018-08-10 15:03:22 +02:00
css Fixes the upload progress bar layout 2018-09-03 21:13:28 +02:00
img Js magic for deleted shares 2018-07-05 12:43:57 +02:00
js Do not hide the progress bar while the chunked upload is being assembled 2018-09-26 12:35:50 +02:00
l10n [tx-robot] updated from transifex 2018-08-31 00:12:09 +00:00
lib Fixes empty favorite names for trailing slashes 2018-09-19 17:44:54 +02:00
templates Not all sidebar entries have the "classes" attribute 2018-07-26 15:05:00 +02:00
tests Fixes empty favorite names for trailing slashes 2018-09-19 17:44:54 +02:00
list.php Remove upload_limit in files app as it is not needed with PUT upload (#26069) 2016-11-02 20:43:35 +01:00
recentlist.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
simplelist.php Fix apps/ 2016-07-21 18:13:57 +02:00