Nextcloud bot
992c91e288
[tx-robot] updated from transifex
2017-08-25 00:09:08 +00:00
Nextcloud bot
9baf03d28c
[tx-robot] updated from transifex
2017-08-24 00:09:00 +00:00
Morris Jobke
47f87bbf8c
Show "Uploading..." in web UI for long uploads
...
If the estimated upload time is bigger than 4 hours it shows the text
"Uploading..." because the time then doesn't give any good hint to the
user anyways.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-23 15:53:48 +02:00
Nextcloud bot
8f20b4566a
[tx-robot] updated from transifex
2017-08-23 00:09:04 +00:00
Nextcloud bot
8e8af07e79
[tx-robot] updated from transifex
2017-08-22 00:08:29 +00:00
Nextcloud bot
366c73a185
[tx-robot] updated from transifex
2017-08-19 00:08:36 +00:00
Nextcloud bot
948d6742ce
[tx-robot] updated from transifex
2017-08-17 00:08:23 +00:00
Nextcloud bot
7913d33de9
[tx-robot] updated from transifex
2017-08-16 00:08:42 +00:00
Nextcloud bot
79f4b8566b
[tx-robot] updated from transifex
2017-08-10 00:08:24 +00:00
Nextcloud bot
75d5989a8b
[tx-robot] updated from transifex
2017-08-08 00:08:19 +00:00
Nextcloud bot
ecc82fc1e6
[tx-robot] updated from transifex
2017-08-02 00:08:21 +00:00
Nextcloud bot
9f346fecf1
[tx-robot] updated from transifex
2017-08-01 00:08:35 +00:00
Nextcloud bot
a6499afb5b
[tx-robot] updated from transifex
2017-07-30 00:08:13 +00:00
Nextcloud bot
820a74e71b
[tx-robot] updated from transifex
2017-07-29 00:08:40 +00:00
Nextcloud bot
ee4804b1da
[tx-robot] updated from transifex
2017-07-28 00:08:14 +00:00
Nextcloud bot
2902677ccf
[tx-robot] updated from transifex
2017-07-26 00:08:14 +00:00
Nextcloud bot
79522f4078
[tx-robot] updated from transifex
2017-07-25 00:08:13 +00:00
Nextcloud bot
65dba8a558
[tx-robot] updated from transifex
2017-07-24 00:08:13 +00:00
Nextcloud bot
12590bf3d8
[tx-robot] updated from transifex
2017-07-23 00:08:07 +00:00
Nextcloud bot
f91d6624cd
[tx-robot] updated from transifex
2017-07-22 00:08:16 +00:00
Nextcloud bot
9fe53e2649
[tx-robot] updated from transifex
2017-07-21 00:08:16 +00:00
Nextcloud bot
041e327a6c
[tx-robot] updated from transifex
2017-07-18 00:08:12 +00:00
Nextcloud bot
3fefa01709
[tx-robot] updated from transifex
2017-07-17 00:08:12 +00:00
Nextcloud bot
0463ef7e3b
[tx-robot] updated from transifex
2017-07-15 00:09:06 +00:00
Nextcloud bot
281e5eb8bc
[tx-robot] updated from transifex
2017-07-14 00:08:47 +00:00
Morris Jobke
701a865db7
Merge pull request #5692 from nextcloud/upload-hidden-filelist-12
...
[12] properly block file upload to non-active filelist
2017-07-13 11:47:46 +02:00
Nextcloud bot
a9b38c025f
[tx-robot] updated from transifex
2017-07-13 00:08:42 +00:00
Robin Appelman
9e675dd8b1
fix test
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-07-12 12:20:14 +02:00
Robin Appelman
d05f67b2f3
properly block file upload to non-active filelist
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-07-12 12:20:10 +02:00
Nextcloud bot
05b03c173e
[tx-robot] updated from transifex
2017-07-12 00:08:54 +00:00
Joas Schilling
87e69b5510
Use PNG version of the icons for shipped activities
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-07 11:16:44 +02:00
Nextcloud bot
2711dbb445
[tx-robot] updated from transifex
2017-07-03 00:08:31 +00:00
Nextcloud bot
4b6e5efd7e
[tx-robot] updated from transifex
2017-07-01 00:08:38 +00:00
Nextcloud bot
2767165d7f
[tx-robot] updated from transifex
2017-06-28 00:08:28 +00:00
Nextcloud bot
d13010ed2b
[tx-robot] updated from transifex
2017-06-27 00:08:26 +00:00
Nextcloud bot
5e22b33096
[tx-robot] updated from transifex
2017-06-25 00:08:27 +00:00
Nextcloud bot
33bc17564c
[tx-robot] updated from transifex
2017-06-24 00:08:39 +00:00
Nextcloud bot
99d04b1917
[tx-robot] updated from transifex
2017-06-21 00:08:24 +00:00
Nextcloud bot
0277400618
[tx-robot] updated from transifex
2017-06-20 00:08:51 +00:00
Nextcloud bot
deaa8b6885
[tx-robot] updated from transifex
2017-06-19 00:08:29 +00:00
Morris Jobke
c3b58918f1
Merge pull request #5442 from Bekcpear/stable12
...
Fix upload remaining time and uploadrate value
2017-06-17 18:32:47 -05:00
Nextcloud bot
0e608188d2
[tx-robot] updated from transifex
2017-06-17 00:08:36 +00:00
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
Nextcloud bot
3cb59ac602
[tx-robot] updated from transifex
2017-06-16 00:08:53 +00:00
Nextcloud bot
1965889fc8
[tx-robot] updated from transifex
2017-06-15 00:08:52 +00:00
Morris Jobke
b911033e7a
Merge pull request #5026 from nextcloud/filename-input-tooltip-stable12
...
[stable12] Make file name input tooltip error text change
2017-06-14 11:29:03 -05:00
Morris Jobke
d4eb5cfecb
Merge pull request #5063 from nextcloud/backport-4969-activity-external-user-avatars
...
[stable12] Fix username and avatar for external users
2017-06-13 17:56:39 -05:00
Morris Jobke
4fec6dbf87
Merge pull request #5379 from nextcloud/stable12-5310-fix-tag-label-removed-when-share-view-is-opened
...
[stable12] Fix tag label removed when share view is opened
2017-06-13 17:32:55 -05:00
Morris Jobke
9e402df41d
Merge pull request #5388 from nextcloud/stable12-5378
...
[stable12] no themed icon when dragging folder
2017-06-13 17:23:02 -05:00
Morris Jobke
28f6104bc8
Do not show icon for quota bar
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-06-13 12:28:23 -05:00