server/apps
Bekcpear 82e263ed04 Fix upload remaining time
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.

Signed-off-by: Yaojin Qian <i@ume.ink>
2017-06-16 15:33:10 +08:00
..
admin_audit Bump app versions as well 2017-05-22 10:35:25 +02:00
comments [tx-robot] updated from transifex 2017-05-30 00:08:44 +00:00
dav [tx-robot] updated from transifex 2017-05-30 00:08:44 +00:00
encryption [tx-robot] updated from transifex 2017-05-29 00:08:33 +00:00
federatedfilesharing [tx-robot] updated from transifex 2017-05-30 00:08:44 +00:00
federation [tx-robot] updated from transifex 2017-05-29 00:08:33 +00:00
files Fix upload remaining time 2017-06-16 15:33:10 +08:00
files_external [tx-robot] updated from transifex 2017-05-30 00:08:44 +00:00
files_sharing [tx-robot] updated from transifex 2017-05-30 00:08:44 +00:00
files_trashbin [tx-robot] updated from transifex 2017-05-30 00:08:44 +00:00
files_versions [tx-robot] updated from transifex 2017-05-29 00:08:33 +00:00
lookup_server_connector Bump app versions as well 2017-05-22 10:35:25 +02:00
oauth2 [tx-robot] updated from transifex 2017-05-26 00:08:16 +00:00
provisioning_api Bump app versions as well 2017-05-22 10:35:25 +02:00
sharebymail [tx-robot] updated from transifex 2017-05-30 00:08:44 +00:00
systemtags [tx-robot] updated from transifex 2017-05-30 00:08:44 +00:00
testing Bump app versions as well 2017-05-22 10:35:25 +02:00
theming [tx-robot] updated from transifex 2017-05-30 00:08:44 +00:00
twofactor_backupcodes [tx-robot] updated from transifex 2017-05-26 00:08:16 +00:00
updatenotification [tx-robot] updated from transifex 2017-05-26 00:08:16 +00:00
user_ldap [tx-robot] updated from transifex 2017-05-30 00:08:44 +00:00
workflowengine [tx-robot] updated from transifex 2017-05-30 00:08:44 +00:00