nextcloud/core/vendor
Yaojin Qian d41d48bd43
Fix upload remaining time and uploadrate value
1. The upload remaining time is always 'a few second' whatever a big or a
small file uploading.
This commit fixes it. The `new Date().getMilliseconds()` only return a
three digits number. When time arrived the next second, the millisecond
start from ZERO again. So `new Date().getTime()` is the righe choice.
And remaining time variables shoule be initialized when the file starts
uploading, otherwise the remaining time of a new upload will always be
'Infinity years' until you refresh the page.

2. The unit of `data.bitrate` is bit, but the argument unit of
`humanFileSize` function is byte, so it should be divided by 8.

Signed-off-by: Yaojin Qian <i@ume.ink>
2017-06-16 22:03:28 +08:00
..
DOMPurify Bump DOMPurify version to 0.8.9 2017-05-17 18:23:21 +02:00
autosize Move to autosize.min.js 2017-04-03 13:42:33 +02:00
backbone update backbone.js from 1.2.1 to 1.2.3 2015-11-30 14:12:48 +01:00
base64 Add davidchambers/base64 JS library 2015-12-14 17:48:30 +01:00
blueimp-md5 [js] Bump blueimp-md5 a major version 2017-04-10 20:56:56 +02:00
bootstrap Add .bower.json to version control 2016-10-12 12:03:38 +02:00
clipboard Use minified clipboard.js 2017-03-29 00:27:50 +02:00
davclient.js Update davclient.js to 0.1.1 2017-03-22 17:58:52 -06:00
es6-promise Add .bower.json to version control 2016-10-12 12:03:38 +02:00
handlebars Move to handlebars.min.js 2017-04-12 22:22:38 +02:00
jcrop include lock files of bower to be able to use "bower install" 2014-12-01 10:30:15 +01:00
jquery downgrade jquery, update jquery-migrate 2016-04-15 13:55:23 +02:00
jquery-migrate downgrade jquery, update jquery-migrate 2016-04-15 13:55:23 +02:00
jquery-ui Moved to jquery-ui.custom.min.js 2017-04-12 20:03:00 +02:00
jsTimezoneDetect move jstz to bower management 2014-12-01 10:40:31 +01:00
marked Add marked 2017-01-13 18:33:42 +01:00
moment use moments.js min in core.js 2017-03-26 10:25:15 +02:00
select2 include lock files of bower to be able to use "bower install" 2014-12-01 10:30:15 +01:00
snapjs include lock files of bower to be able to use "bower install" 2014-12-01 10:30:15 +01:00
strengthify Update strengthify and fix password strength 2017-03-27 10:06:30 -06:00
underscore update underscore to 1.8.3 2015-07-27 10:36:19 +02:00
zxcvbn [3rdparty] Bump zxcvbn 2017-03-25 20:56:20 +01:00
.gitignore Move to handlebars.min.js 2017-04-12 22:22:38 +02:00
core.js Fix upload remaining time and uploadrate value 2017-06-16 22:03:28 +08:00