mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
We fetch the id from the server, but don't save them in the database. I Could have used INSTRUCTION_UPDATED for that, but then i would need to update the reconcile algorithm to take in account the fact that UPDATED is possible there. Instead, use should_update_etag which means the db is going to be written again Remove reference to old instruction _UPDATED and _DELETED which does not make sens with the new propagator Improve the test to test this case, and that etags are properly writen to the DB when there is a fake conflict |
||
|---|---|---|
| .. | ||
| check_csync_commit.c | ||
| check_csync_create.c | ||
| check_csync_exclude.c | ||
| check_csync_init.c | ||
| check_csync_log.c | ||
| check_csync_misc.c | ||
| check_csync_statedb_load.c | ||
| check_csync_statedb_query.c | ||
| check_csync_update.c | ||
| check_csync_util.c | ||