Nextcloud bot
0f0e00dca8
[tx-robot] updated from transifex
2021-01-28 02:24:39 +00:00
Nextcloud bot
1870e87464
[tx-robot] updated from transifex
2021-01-27 02:21:15 +00:00
Nextcloud bot
3445a08a56
[tx-robot] updated from transifex
2021-01-26 02:21:59 +00:00
Nextcloud bot
87ecebd037
[tx-robot] updated from transifex
2021-01-25 02:20:58 +00:00
Nextcloud bot
099117ebdc
[tx-robot] updated from transifex
2021-01-24 02:20:12 +00:00
Nextcloud bot
102c221845
[tx-robot] updated from transifex
2021-01-23 02:20:32 +00:00
Nextcloud bot
df5dd2baf8
[tx-robot] updated from transifex
2021-01-22 02:20:23 +00:00
Nextcloud bot
55b395f23b
[tx-robot] updated from transifex
2021-01-21 02:21:04 +00:00
Nextcloud bot
7e8c0082f3
[tx-robot] updated from transifex
2021-01-20 02:21:22 +00:00
Nextcloud bot
702ba16f7e
[tx-robot] updated from transifex
2021-01-19 02:21:14 +00:00
Nextcloud bot
cff55f0858
[tx-robot] updated from transifex
2021-01-18 02:19:56 +00:00
Nextcloud bot
c201cf5f11
[tx-robot] updated from transifex
2021-01-17 02:20:23 +00:00
Nextcloud bot
b6f906c536
[tx-robot] updated from transifex
2021-01-15 02:20:53 +00:00
Nextcloud bot
d122807fab
[tx-robot] updated from transifex
2021-01-14 02:19:30 +00:00
Nextcloud bot
442ce2c919
[tx-robot] updated from transifex
2021-01-13 02:20:48 +00:00
Nextcloud bot
8e391f86e3
[tx-robot] updated from transifex
2021-01-12 02:20:18 +00:00
Nextcloud bot
d0a63ad7cd
[tx-robot] updated from transifex
2021-01-11 02:20:22 +00:00
Nextcloud bot
df25f66ce6
[tx-robot] updated from transifex
2021-01-10 02:23:07 +00:00
Nextcloud bot
fe9a0ce36a
[tx-robot] updated from transifex
2021-01-09 02:22:03 +00:00
Nextcloud bot
fe8f095824
[tx-robot] updated from transifex
2021-01-08 02:22:58 +00:00
Morris Jobke
cb73d60110
Merge pull request #24881 from nextcloud/backport/stable18/23017
...
[stable18] Make share results distinguishable if there are more than one with the exact same display name
2021-01-07 13:40:36 +01:00
Roeland Jago Douma
27b94af521
Merge pull request #24974 from nextcloud/backport/24964/stable18
...
[stable18] Don't throw a 500 when importing a broken ics reminder file
2021-01-07 09:08:19 +01:00
Nextcloud bot
b66170cc5d
[tx-robot] updated from transifex
2021-01-06 02:20:29 +00:00
Joas Schilling
dc036c6064
Don't throw a 500 when importing a broken ics reminder file
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-05 12:04:22 +00:00
Julius Härtl
d9dd967b4f
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:09:23 +01:00
Julius Härtl
9fc765ee29
Show unique displayname context in the user share list entries
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:09:23 +01:00
Julius Härtl
68a0639450
Show unique displayname context in the sharing input
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:09:23 +01:00
Julius Härtl
366ed48bb9
Make share results distinguishable if there are more than one with the exact same display name
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:09:22 +01:00
Arthur Schiwon
46a33249ff
consider local external storages, too
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-05 09:10:39 +01:00
Arthur Schiwon
edeb2467e1
enables the file name check also to match name of mountpoints
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-05 09:10:37 +01:00
Nextcloud bot
f9a5ac3638
[tx-robot] updated from transifex
2021-01-05 02:21:54 +00:00
Nextcloud bot
567db60627
[tx-robot] updated from transifex
2021-01-04 02:22:14 +00:00
Nextcloud bot
1028b91e3f
[tx-robot] updated from transifex
2021-01-03 02:21:24 +00:00
Nextcloud bot
17f9e34051
[tx-robot] updated from transifex
2021-01-01 02:21:29 +00:00
Nextcloud bot
8ba550df85
[tx-robot] updated from transifex
2020-12-31 02:27:29 +00:00
Nextcloud bot
025c8698bc
[tx-robot] updated from transifex
2020-12-30 02:19:36 +00:00
Roeland Jago Douma
852b9e9942
Merge pull request #24857 from nextcloud/backport/24833/stable18-fix-total-upload-size-overwritten-by-next-upload
...
[stable18] Fix total upload size overwritten by next upload
2020-12-29 13:20:37 +01:00
Nextcloud bot
3a6a1543f1
[tx-robot] updated from transifex
2020-12-29 02:20:19 +00:00
Daniel Calviño Sánchez
2a15573905
Fix total upload size overwritten by next upload
...
The upload progress is based on the "totalToUpload" variable. However,
as the variable is set when an upload is submitted, if another upload is
submitted before the previous one finished the upload progress only took
into account the size of the new upload (although the upload itself
worked fine; the files of the new submitted upload are added to the
active one). Now "totalToUpload" is either increased or set depending on
whether an upload is active or not.
Note that although "data.total" holds the total size of the files being
uploaded "totalToUpload" needs to be used in "fileuploadprogressall"
instead; "totalToUpload" is calculated when the upload is submitted, but
since 7c4c5fe6ae the actual upload of the files, and thus updating the
value of "data.total", may be deferred until the parent folders were
created.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-28 12:27:30 +01:00
Nextcloud bot
6e797ad299
[tx-robot] updated from transifex
2020-12-28 02:19:36 +00:00
Nextcloud bot
d01562ac83
[tx-robot] updated from transifex
2020-12-27 02:25:11 +00:00
Nextcloud bot
fef7e11f03
[tx-robot] updated from transifex
2020-12-26 02:20:16 +00:00
Nextcloud bot
4a3c7fb1f3
[tx-robot] updated from transifex
2020-12-24 02:20:36 +00:00
Nextcloud bot
31cd0a20b6
[tx-robot] updated from transifex
2020-12-23 02:20:37 +00:00
Nextcloud bot
7ec42a3155
[tx-robot] updated from transifex
2020-12-22 02:19:33 +00:00
Nextcloud bot
c6d596fd1b
[tx-robot] updated from transifex
2020-12-20 02:19:57 +00:00
Nextcloud bot
337830bc5e
[tx-robot] updated from transifex
2020-12-19 02:20:05 +00:00
Nextcloud bot
7be2a551a4
[tx-robot] updated from transifex
2020-12-18 02:20:37 +00:00
Nextcloud bot
72e8a219be
[tx-robot] updated from transifex
2020-12-17 02:20:45 +00:00
Nextcloud bot
695da695bd
[tx-robot] updated from transifex
2020-12-16 02:21:08 +00:00