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 (Expand)Author
2021-08-12Clazy: old-style-connectHannah von Reth
2021-07-23Use a set for SyncFileItemVectorHannah von Reth
2021-07-13Delay the deletion of Folder objectsHannah von Reth
2021-06-15Replaced QFileInfo(file).exists() with a static QFileInfo::exists(file)Oleksii Lysenko
2021-06-14Ensure we don't format log messages in anything but utf8Hannah von Reth
2021-01-19CleanupHannah von Reth
2020-08-11Skip test if Qt is build without support for plain ASCIIHannah von Reth
2020-04-23Rename csync_instructions_e -> SyncInsturctionsHannah von Reth
2019-10-07Tests: introduce ItemCompletedSpy to avoid a bit of code duplicationOlivier Goffart
2019-10-07Propagate dir: Never write the etag on remote mkdir #7481Christian Kamm
2019-09-09Discovery: List local directories from thread #7456 #7439Markus Goetz
2019-09-02Discovery: If a move is forbidden, restore the sourceChristian Kamm
2019-04-09PropagateDirectory: Set initial dir mtime to server mtime #7119Christian Kamm
2019-02-14Ensure local discovery on selective sync changesloai_docsChristian Kamm
2019-02-14Fix warnings about signednessChristian Kamm
2019-02-13Tests: Fix permission propagation checkChristian Kamm
2019-02-11Test: Add check for permission propagationChristian Kamm
2018-12-17Propagator: Don't abort sync on error 503Olivier Goffart
2018-10-18Merge remote-tracking branch 'owncloud/master' into new_discovery_algoOlivier Goffart
2018-10-12New discovery algorithm: Parallel PROPFINDOlivier Goffart
2018-10-09PropagateUpload: Avoid crash due to cascading abortsChristian Kamm
2018-10-05Fix leaks in testsOlivier Goffart
2018-06-13Ensure GETFileJob notices finishing #6581Christian Kamm
2018-04-19LocalDiscoveryTracker: Separate from Folder and move to libsyncChristian Kamm
2018-03-12Merge remote-tracking branch 'origin/2.4'Christian Kamm
2018-03-06SyncEngine: Make "local discovery?" question availableChristian Kamm
2018-02-20test/testsyncengine: testNoLocalEncoding is for LinuxMarkus Goetz
2018-02-16Merge remote-tracking branch 'origin/2.4'Christian Kamm
2018-02-15SyncJournal: Don't use LIKE with pathsChristian Kamm
2018-01-11Merge remote-tracking branch 'origin/2.4'Olivier Goffart
2018-01-10Ignore files that can't be encoded for the filesystemChristian Kamm
2017-12-15Fix TestSyncEngine on windowsOlivier Goffart
2017-12-14TestSystem: Add QIODevice in the serverOverride function, and add a DelayedReplyOlivier Goffart
2017-11-20Merge remote-tracking branch 'origin/2.4'Christian Kamm
2017-11-20Checksum: Ignore unkown OC-Checksum header when downloading...Olivier Goffart
2017-11-16test/testsyncengine: test for PR #6168Olivier Goffart
2017-11-16PropagateDownload: Adjustments to skipping downloads #6153Christian Kamm
2017-11-08Discovery: Treat files starting with '.' as hidden #6145Christian Kamm
2017-10-27Merge remote-tracking branch 'origin/2.4'Christian Kamm
2017-10-24SyncFileStatusTracker: Detect changed in the shared flagOlivier Goffart
2017-10-24Reconcile: Rename handling fixes: duplicate file idsChristian Kamm
2017-10-24Local discovery: Use db instead of filesystemChristian Kamm
2017-10-17Sync: Add capability for invalid filename regexes #6092Christian Kamm
2017-10-11PropagateDownload: Read Content-md5 header #6088Christian Kamm
2017-10-05Rename detection: File size must be equalChristian Kamm
2017-09-26Use QDateTime::currentDateTimeUtc instead of the non utc versionOlivier Goffart
2017-09-26Use SyncJournalDb in csyncJocelyn Turcotte
2017-09-26SyncJournalDB: Allow callers of getFileRecord if the query failedJocelyn Turcotte
2017-09-18Checksums: Clearer behavior and added testingChristian Kamm
2017-09-18Remove SyncFileItem::_isDirectoryJocelyn Turcotte