Commit graph

5344 commits

Author SHA1 Message Date
Nextcloud bot
77083da332
[tx-robot] updated from transifex 2021-02-01 02:20:05 +00:00
Nextcloud bot
b5ad66705d
[tx-robot] updated from transifex 2021-01-31 02:19:30 +00:00
Nextcloud bot
50071f27e2
[tx-robot] updated from transifex 2021-01-30 02:21:01 +00:00
Nextcloud bot
951dcc15eb
[tx-robot] updated from transifex 2021-01-29 02:21:43 +00:00
Nextcloud bot
1870e87464
[tx-robot] updated from transifex 2021-01-27 02:21:15 +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
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
b66170cc5d
[tx-robot] updated from transifex 2021-01-06 02:20: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
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
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
7be2a551a4
[tx-robot] updated from transifex 2020-12-18 02:20:37 +00:00
Nextcloud bot
93b08f117b
[tx-robot] updated from transifex 2020-12-14 02:19:53 +00:00
Nextcloud bot
625e7b1145
[tx-robot] updated from transifex 2020-12-10 02:20:44 +00:00
Nextcloud bot
c1a8ddda0d
[tx-robot] updated from transifex 2020-12-07 02:21:08 +00:00
Nextcloud bot
e95d0f5bc4
[tx-robot] updated from transifex 2020-12-06 02:19:55 +00:00
Nextcloud bot
dae5b54b20
[tx-robot] updated from transifex 2020-12-05 02:19:18 +00:00
Nextcloud bot
8ae8f2e76d
[tx-robot] updated from transifex 2020-12-01 02:20:14 +00:00
Roeland Jago Douma
b9ae79189e Respect default share permissions
Else we'll always create new shares with the max permissions.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-11-29 20:47:16 +00:00
Nextcloud bot
388afc020d
[tx-robot] updated from transifex 2020-11-28 02:18:49 +00:00
Nextcloud bot
e84701086a
[tx-robot] updated from transifex 2020-11-25 02:19:21 +00:00
Nextcloud bot
adcb73d8f6
[tx-robot] updated from transifex 2020-11-24 02:19:21 +00:00
Nextcloud bot
eb8959debd
[tx-robot] updated from transifex 2020-11-19 02:20:37 +00:00
Nextcloud bot
c485af2549
[tx-robot] updated from transifex 2020-11-18 02:19:04 +00:00
Nextcloud bot
a4a2318d1e
[tx-robot] updated from transifex 2020-11-17 02:18:52 +00:00
Roeland Jago Douma
5aca22f825
Merge pull request #24078 from nextcloud/backport/23168/stable18
[stable18] add mount point to quota warning message
2020-11-16 19:29:10 +01:00
Nextcloud bot
81e42fb956
[tx-robot] updated from transifex 2020-11-16 02:19:49 +00:00
Nextcloud bot
e8fbff407e
[tx-robot] updated from transifex 2020-11-14 02:20:06 +00:00
Robin Appelman
141eaab9c4
add mount point to quota warning message
makes it more clear to the user what the quota applies to

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-11-12 20:26:11 +01:00
Nextcloud bot
86b614f06d
[tx-robot] updated from transifex 2020-11-08 02:18:51 +00:00
Nextcloud bot
bc83a5c4b6
[tx-robot] updated from transifex 2020-11-07 02:19:24 +00:00
Nextcloud bot
37c1a0d703
[tx-robot] updated from transifex 2020-11-06 02:19:38 +00:00
Nextcloud bot
6de3dcec6a
[tx-robot] updated from transifex 2020-11-04 02:19:28 +00:00
Nextcloud bot
de41e57524
[tx-robot] updated from transifex 2020-11-01 02:18:49 +00:00
Nextcloud bot
b378647a1d
[tx-robot] updated from transifex 2020-10-29 02:19:43 +00:00
Nextcloud bot
b4207cf225
[tx-robot] updated from transifex 2020-10-28 02:19:18 +00:00
Nextcloud bot
f41d8dc216
[tx-robot] updated from transifex 2020-10-27 02:19:02 +00:00
Vincent Petry
1def9a096c Bring back the restore share button
Fix disabled default file action to still use an anchor element, as this
is used in many other places (and potentially apps).

Adjusted anchor style to not look like it's clickable and added extras
to make sure everything inside still looks clickable as before.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-10-22 19:03:34 +00:00
Nextcloud bot
9e5dbbc6aa
[tx-robot] updated from transifex 2020-10-22 02:19:32 +00:00