9ab875af0d
fix(permissions): handle properly CanRead permission from server
...
if Readable permissions is missing, do nto try to download the file
if a file was downlaoded but Readable permission is now missing, remove
it
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com >
2025-05-26 18:45:06 +02:00
00994aa9e8
docs(reuse): Migrate to SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2025-04-16 15:19:26 +02:00
b27eb06386
disable our code for network timeout
...
seems we have an issue with Windows and QTimer instances used to detect
network timeout
workaround, find cause of https://github.com/nextcloud/desktop/issues/7184
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com >
2024-09-26 16:11:37 +02:00
098f4ef164
better automated tests log
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com >
2024-05-15 15:06:11 +02:00
670b2ce42f
fix automated tests missing toString() convert from QVariant
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com >
2024-04-26 09:05:12 +02:00
416d98716f
Make argument singular to fix i18n issue
...
Reported at Transifex.
See https://www.transifex.com/nextcloud/nextcloud/translate/#hu_HU/client/309577611
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2021-11-05 10:00:17 +01:00
71b2b73881
Fix tests.
...
Signed-off-by: allexzander <blackslayer4@gmail.com >
2021-07-30 06:21:05 +00:00
77433f7e1d
in wizard always use the correct way to get dav path
...
fixes listing being incorrect when using dav endpoint
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com >
2021-07-28 09:45:49 +00:00
3e61bdc431
Use dav instead of webdav
...
Fixes #3342
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com >
2021-07-16 12:42:02 +00:00
267d987895
Changed spelling of "etag".
...
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de >
2020-12-28 08:51:56 +00:00
390af4d41b
Tests: introduce ItemCompletedSpy to avoid a bit of code duplication
2020-12-15 10:59:00 +01:00
c335f69a65
Discovery: Do not abort the sync in case of error 404 (or 500)
...
Issue: #7199
2020-12-15 10:58:51 +01:00
c50f041c5b
Discovery: 403 and 503 on root cause error
...
Previously these result codes during remote discovery of the sync root
would not cause an error and the discovery would get stuck.
Also extends RemoteDiscovery tests to check for errors on the root item.
2020-12-15 10:58:48 +01:00
fd9b01981b
Detect missing server data during discovery #7112
...
This has two positive effects:
- We can put the error on the particular file that has missing data
- We can sync all other files
2020-12-15 10:58:46 +01:00
2c9b66fe69
RemoteDiscoveryTest: Fix after the merge from 2.5
...
The new discovery's message is slightly different
2020-12-15 10:58:16 +01:00
18b9712105
Test: Check for folder in error message #6826
2020-12-15 10:58:16 +01:00
57068b0fd9
New Discovery Algorithm: handle server errors
2020-12-15 10:58:00 +01:00
6794306dde
Added test that checks what happens when there is an error in the remote discovery
...
(Many of the expected error string are left empty because the current
error message is not insterresting
2020-12-15 10:58:00 +01:00