Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-11Discovery: 403 and 503 on root cause errorChristian Kamm
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.
2019-04-09Detect missing server data during discovery #7112Christian Kamm
This has two positive effects: - We can put the error on the particular file that has missing data - We can sync all other files
2018-11-05RemoteDiscoveryTest: Fix after the merge from 2.5Olivier Goffart
The new discovery's message is slightly different
2018-11-05Merge remote-tracking branch 'origin/2.5'Olivier Goffart
Conflicts: VERSION.cmake src/gui/generalsettings.ui src/libsync/propagateuploadng.cpp
2018-11-01Test: Check for folder in error message #6826Christian Kamm
2018-10-04Merge remote-tracking branch 'origin/master' into new_discovery_algoOlivier Goffart
Conflicts: src/csync/csync_reconcile.cpp src/csync/csync_update.cpp src/libsync/syncengine.cpp src/libsync/syncengine.h Note: csync changes from 5e442f588e86bb84a2e1cb31bce2c9311c58a990 are not included and will be fixed separately
2018-09-14Delta-Sync: Fix test ↵Olivier Goffart
TestRemoteDiscovery::testRemoteDiscoveryError(MissingPermissions) The presence of a zsync meta data file should not prevent the client from detecting missing permissions
2018-07-25New Discovery Algorithm: handle server errorsOlivier Goffart
2018-07-25Added test that checks what happens when there is an error in the remote ↵Olivier Goffart
discovery (Many of the expected error string are left empty because the current error message is not insterresting