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-03-09Lock a file during the completion of its uploadHannah von Reth
2022-02-11Fix connects on repliesHannah von Reth
2022-01-26Introduce new error category that is not handled by the ignore listHannah von Reth
2021-12-17Only check whether a file is locked before we start the uploadHannah von Reth
2021-06-29Use const iteratorsOleksii Lysenko
2021-06-28Improve the error message returned by updateMetadataHannah von Reth
2021-06-16Remove possible qt containers detach (#8727)Aleksey Lysenko
2021-04-26Unify PropfindJob and LsColJobHannah von Reth
2021-04-22Introduce X-Original-Request-IDHannah von Reth
2021-02-11Remove PollJob supportHannah von Reth
2021-01-13Implement dedicated JobQueueHannah von Reth
2020-09-22Use full remote path for the permission propfindHannah von Reth
2020-09-22Use verbose function names instead of direct member accessHannah von Reth
2020-09-15Use stict QStrings for libsyncHannah von Reth
2020-09-09Fix missing permissions on db entryHannah von Reth
2020-07-27Use the servers checksum type by defaultHannah von Reth
2020-07-16Fix progress report with tusHannah von Reth
2020-07-15Fix assert overload, not supported by msvcHannah von Reth
2020-05-14Use separate loggin category for upload v1 and ngHannah von Reth
2020-02-10SyncEngine: no need to use QAtomicIntOlivier Goffart
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2019-06-23UploadDevice: Fix windows issues #7264Christian Kamm
2019-06-23Vfs: Don't let new local files start out unpinned #7250Christian Kamm
2019-06-12Upload: Read file chunks gradually #7226Christian Kamm
2019-03-20Async Poll: keep the size in the databaseOlivier Goffart
2019-03-20Upload: asynchronious operationsOlivier Goffart
2019-02-14Ensure local discovery on selective sync changesloai_docsChristian Kamm
2019-02-14Fix warnings about signednessChristian Kamm
2019-02-11Propagator: Helper for updating dbChristian Kamm
2019-02-10File watcher: Reduce touch ignore durationChristian Kamm
2018-12-17Propagator: Don't abort sync on error 503Olivier Goffart
2018-11-15PropagateUpload: Avoid many allocations by using QByteArrayLiteralOlivier Goffart
2018-10-09PropagateUpload: Avoid crash due to cascading abortsChristian Kamm
2018-08-22Conflicts: Rename BasePath to InitialBasePath #6709Christian Kamm
2018-08-19Conflict handling: add the OC-ConflictBasePath headerOlivier Goffart
2018-05-17Merge branch 'master' into 2.5Christian Kamm
2018-05-17Upload: Adjust timeout for final job based on size #6527Christian Kamm
2018-05-15Blacklist: remember the X-Request-IDOlivier Goffart
2018-05-15PropagateUpload: Fix miscount in abort() #6516Christian Kamm
2018-05-15PropagateUpload: Remove unused PropagateUploadFileCommon::abortChristian Kamm
2018-03-27Upload: Simplify 'finished' flagChristian Kamm
2018-01-19Get rid of the StopWatch in the PropagateUpload jobOlivier Goffart
2017-12-15Upload conflict files #4557Christian Kamm
2017-10-17Fix paused sync file move issue #5949Piotr Mrowczynski
2017-09-26Use QDateTime::currentDateTimeUtc instead of the non utc versionOlivier Goffart
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte
2017-09-18Reverse the dependency between SyncJournalFileRecord and SyncFileItemJocelyn Turcotte
2017-09-15PropagateUpload: Model of remote quota, avoid some uploads #5537Christian Kamm
2017-09-15Make DetailError different from BlacklistedErrorChristian Kamm