Nextcloud bot
ca377d2f41
[tx-robot] updated from transifex
2021-01-20 02:21:14 +00:00
Nextcloud bot
947012e567
[tx-robot] updated from transifex
2021-01-19 02:21:06 +00:00
Nextcloud bot
7c13a6f31c
[tx-robot] updated from transifex
2021-01-18 02:19:48 +00:00
Nextcloud bot
00062c3543
[tx-robot] updated from transifex
2021-01-17 02:20:16 +00:00
Nextcloud bot
f21d31176b
[tx-robot] updated from transifex
2021-01-15 02:20:45 +00:00
Nextcloud bot
9e5134b241
[tx-robot] updated from transifex
2021-01-14 02:19:23 +00:00
Nextcloud bot
004cacffca
[tx-robot] updated from transifex
2021-01-13 02:20:40 +00:00
Nextcloud bot
9845401931
[tx-robot] updated from transifex
2021-01-12 02:20:10 +00:00
Nextcloud bot
f5c98642f7
[tx-robot] updated from transifex
2021-01-11 02:20:14 +00:00
Nextcloud bot
638d2b30ab
[tx-robot] updated from transifex
2021-01-10 02:22:59 +00:00
Nextcloud bot
c096999904
[tx-robot] updated from transifex
2021-01-09 02:21:55 +00:00
Nextcloud bot
2a5262b47b
[tx-robot] updated from transifex
2021-01-08 02:22:50 +00:00
Morris Jobke
ac8a64a59c
Merge pull request #24591 from nextcloud/backport/24358/stable19
...
[stable19] use storage copy implementation when doing dav copy
2021-01-07 13:29:08 +01:00
Roeland Jago Douma
a713fb71a1
Merge pull request #24973 from nextcloud/backport/24964/stable19
...
[stable19] Don't throw a 500 when importing a broken ics reminder file
2021-01-07 09:08:15 +01:00
Nextcloud bot
dee242da1a
[tx-robot] updated from transifex
2021-01-06 02:20:20 +00:00
Joas Schilling
6cab0e695c
Don't throw a 500 when importing a broken ics reminder file
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-05 12:02:03 +00:00
Julius Härtl
fc667af3c9
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:06:32 +01:00
Julius Härtl
0d0cc44ccd
Show unique displayname context in the user share list entries
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:06:32 +01:00
Julius Härtl
d77b3345b2
Show unique displayname context in the sharing input
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:06:32 +01:00
Julius Härtl
177a30b07f
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:06:32 +01:00
Roeland Jago Douma
1dc3f0f48e
Merge pull request #24762 from nextcloud/backport/24515/stable19
...
[stable19] fixes sharing to group ids with characters that are being url encoded
2021-01-05 09:09:12 +01:00
Nextcloud bot
6ea1157822
[tx-robot] updated from transifex
2021-01-05 02:21:47 +00:00
Nextcloud bot
77fc8f394a
[tx-robot] updated from transifex
2021-01-04 02:22:07 +00:00
Nextcloud bot
f801758704
[tx-robot] updated from transifex
2021-01-03 02:21:16 +00:00
Nextcloud bot
9520bc2010
[tx-robot] updated from transifex
2021-01-01 02:21:21 +00:00
Nextcloud bot
faf572163a
[tx-robot] updated from transifex
2020-12-31 02:27:21 +00:00
Nextcloud bot
4bff74a4e0
[tx-robot] updated from transifex
2020-12-30 02:19:28 +00:00
Nextcloud bot
25a65a34a7
[tx-robot] updated from transifex
2020-12-29 02:20:11 +00:00
Daniel Calviño Sánchez
acdf895c2d
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 10:24:12 +00:00
Nextcloud bot
6a85c12b4b
[tx-robot] updated from transifex
2020-12-28 02:19:28 +00:00
Nextcloud bot
085a0dd8c0
[tx-robot] updated from transifex
2020-12-27 02:25:03 +00:00
Nextcloud bot
91b383cb81
[tx-robot] updated from transifex
2020-12-26 02:20:08 +00:00
Nextcloud bot
9244f2e798
[tx-robot] updated from transifex
2020-12-24 02:20:28 +00:00
Nextcloud bot
ef46f3c20a
[tx-robot] updated from transifex
2020-12-23 02:20:29 +00:00
Nextcloud bot
5d6cdabb88
[tx-robot] updated from transifex
2020-12-22 02:19:25 +00:00
Nextcloud bot
1d38b3a587
[tx-robot] updated from transifex
2020-12-20 02:19:49 +00:00
Nextcloud bot
ad33f58934
[tx-robot] updated from transifex
2020-12-19 02:19:57 +00:00
Arthur Schiwon
edd9562079
fixes sharing to group ids /w chars that are being url encoded, carddav
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-12-18 12:00:44 +01:00
Arthur Schiwon
fede4f4197
fix finding of groups with decodable chars in their id via DAV
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-12-18 12:00:37 +01:00
Arthur Schiwon
5379273b06
fixes sharing to group ids with characters that are being url encoded
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-12-18 12:00:22 +01:00
Nextcloud bot
7467551d85
[tx-robot] updated from transifex
2020-12-18 02:20:29 +00:00
Nextcloud bot
ebb5fd2745
[tx-robot] updated from transifex
2020-12-17 02:20:37 +00:00
Nextcloud bot
1bd5d0b10e
[tx-robot] updated from transifex
2020-12-16 02:21:00 +00:00
Nextcloud bot
200cc52aad
[tx-robot] updated from transifex
2020-12-15 02:22:32 +00:00
Nextcloud bot
0113df4f3b
[tx-robot] updated from transifex
2020-12-14 02:19:45 +00:00
Nextcloud bot
56df531fd1
[tx-robot] updated from transifex
2020-12-13 02:18:51 +00:00
Nextcloud bot
cb1725f3d8
[tx-robot] updated from transifex
2020-12-12 02:19:05 +00:00
Nextcloud bot
a18dea7c85
[tx-robot] updated from transifex
2020-12-11 02:20:35 +00:00
Nextcloud bot
f2ee49e1cf
[tx-robot] updated from transifex
2020-12-10 02:20:35 +00:00
Nextcloud bot
aa3af0f128
[tx-robot] updated from transifex
2020-12-09 02:20:06 +00:00