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
2022-01-26Introduce new error category that is not handled by the ignore listHannah von Reth
2021-12-15Fix wrong status displayed for files moved on the serverHannah von Reth
2021-12-14Fix: `QSignalSpy: Unable to handle parameter '' of type 'SyncFileItemSet&' of...Hannah von Reth
2021-09-29Allow to filter issue table by issue typeErik Verbruggen
2021-09-17Work around compiler bug in old GCC versionsErik Verbruggen
2021-09-14Add SyncStatus to the tablesHannah von Reth
2021-08-12Don't treat exclude as errorHannah von Reth
2021-08-02Remove unused variableHannah von Reth
2021-07-23Use a set for SyncFileItemVectorHannah von Reth
2021-04-12Merge remote-tracking branch 'origin/2.8' into masterHannah von Reth
2021-04-06Log when we begin and end a backup requested on a socketHannah von Reth
2021-02-11Remove PollJob supportHannah von Reth
2020-09-15Use stict QStrings for libsyncHannah von Reth
2020-04-23Rename csync_instructions_e -> SyncInsturctionsHannah von Reth
2019-11-18Don't show the "All files deleted" popup when unselecting everything with sel...Olivier Goffart
2019-10-11Restoration items should appear in the sync protocolOlivier Goffart
2019-02-14Fix warnings about signednessChristian Kamm
2019-02-11Vfs: Improve sync protocol entries for actionsChristian Kamm
2019-02-11Vfs suffix: Fix dehydration creating the wrong db entryChristian Kamm
2019-02-11Propagator: Helper for updating dbChristian Kamm
2018-10-20Add missing exportOlivier Goffart
2018-07-10New discovery algorithm: Initial work.Olivier Goffart
2018-05-15Blacklist: remember the X-Request-IDOlivier Goffart
2018-03-28Blacklisting must prevent parent etag updates #6411Christian Kamm
2018-01-23Merge remote-tracking branch 'origin/2.4'Olivier Goffart
2018-01-23Protocol: Remove entries for auto resolved conflicts #6316Christian Kamm
2017-12-15Unify item type enumChristian Kamm
2017-09-22RemotePermissions: Store in a class rather than in a QByteArray to save memoryOlivier Goffart
2017-09-18Reverse the dependency between SyncJournalFileRecord and SyncFileItemJocelyn Turcotte
2017-09-18Checksums: Clearer behavior and added testingChristian Kamm
2017-09-18Remove SyncFileItem::_isDirectoryJocelyn Turcotte
2017-09-18Remove SyncFileItem::logJocelyn Turcotte
2017-09-15Make DetailError different from BlacklistedErrorChristian Kamm
2017-09-06Fix build after C++ conversion of csyncJocelyn Turcotte
2017-07-13Conflicts: Detect and show in issues tabChristian Kamm
2017-07-04Blacklist: Don't let errors become warnings #5516Christian Kamm
2017-06-15Compare the hash of files with identical mtime/size #5589Christian Kamm
2017-05-17Apply clang-formatChristian Kamm
2017-01-26Remove SyncFileItem::_requestDuration #5456Jocelyn Turcotte
2017-01-26Remove duplicate SyncFileItem entries for the logJocelyn Turcotte
2017-01-26Pass the SyncFileItem as SyncFileItemPtr in itemCompletedJocelyn Turcotte
2016-12-09Fix the sync direction being wrong on MSVCJocelyn Turcotte
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
2016-08-17csync: Use an explicit instruction for should_update_metadataJocelyn Turcotte
2016-04-05ProtocolWidget: handle Conflicts as not-synced itemsKlaas Freitag
2015-12-10SocketAPI: Don't use ERROR for SoftErrors #3944Christian Kamm
2015-11-23Checksums: Don't reupload if size and checksum are unchanged #3235Christian Kamm
2015-10-29Merge pull request #3951 from ckamm/checksumckamm
2015-10-29Propagator: Add blacklisting of disk space errors #2939Christian Kamm
2015-10-28Checksum: Put checksum type into separate column #3735Christian Kamm