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-12-15Fix wrong status displayed for files moved on the serverHannah von Reth
2021-12-13Handle local errors with the ignore listHannah von Reth
2021-09-28Fix dehydration of read only filesHannah von Reth
2021-09-21Allow up to 20000 sync issuesHannah von Reth
2021-09-15Fix crash on missing sync rootHannah von Reth
2021-09-15Fix crash on shutdownHannah von Reth
2021-07-29Always use the propagatorHannah von Reth
2021-07-29Unify calls to updateMetadataHannah von Reth
2021-07-23Display excludes caused by .owncloud files in the issue widgetHannah von Reth
2021-07-23Use a set for SyncFileItemVectorHannah von Reth
2021-06-24Replace complex loop with reverse iteratorHannah von Reth
2021-06-16Remove possible qt containers detach (#8727)Aleksey Lysenko
2021-06-15Replaced QFileInfo(file).exists() with a static QFileInfo::exists(file)Oleksii Lysenko
2021-04-26Remove now unused varHannah von Reth
2021-03-22Filter sync items before we start propagationHannah von Reth
2021-03-01Add socket command to upload a selection of files based on a regexHannah von Reth
2021-02-25Use byte array for etagHannah von Reth
2021-02-19Add missing Q_EMITHannah von Reth
2021-02-11Remove PollJob supportHannah von Reth
2020-12-21Merge remote-tracking branch 'origin/2.7' into masterHannah von Reth
2020-12-21Fix a possible crash with the remove all files dialogHannah von Reth
2020-12-17Merge remote-tracking branch 'origin/2.7' into masterHannah von Reth
2020-12-17Handle errors in convertToPlaceholderHannah von Reth
2020-12-07Use time the request was send,..Hannah von Reth
2020-10-21Ensure the callback is triggeredHannah von Reth
2020-10-21Don`t block main thread when displaying all files removed dialogHannah 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-07-15Fix assert overload, not supported by msvcHannah von Reth
2020-04-23Rename csync_instructions_e -> SyncInsturctionsHannah von Reth
2020-02-10SyncEngine: no need to use QAtomicIntOlivier Goffart
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2019-11-18Don't show the "All files deleted" popup when unselecting everything with sel...Olivier Goffart
2019-11-03VFS: Do not overwrite existing files by placeholderOlivier Goffart
2019-10-14SyncEngine: Save a bit of memory by not keeping a set of all filenameOlivier Goffart
2019-09-09Reconcile: Sort already during discovery #7445Markus Goetz
2019-09-02Discovery: If a move is forbidden, restore the sourceChristian Kamm
2019-07-31SyncEngine: Don't duplicate fatal errorsChristian Kamm
2019-07-24Vfs: Add hook to allow update-metadata for unchanged filesChristian Kamm
2019-06-27VfsSuffix: Wipe stale pin states #7273Christian Kamm
2019-06-04SyncEngine: Fix renaming a single file cause the "delete all file" popupOlivier Goffart
2019-04-26Vfs: Mark sqlite temporaries excluded on db-open #7141Christian Kamm
2019-04-16SyncEngine: Don't close db when done #7141Christian Kamm
2019-04-11PropagateIgnore: Default to NormalError for INSTRUCTION_ERRORChristian Kamm
2019-02-14Ensure local discovery on selective sync changesloai_docsChristian Kamm
2019-02-14Fix warnings about signednessChristian Kamm
2019-02-11Pin state updatesChristian Kamm
2019-02-11Vfs: Clarify SyncEngine::wipeVirtualFiles()Christian Kamm
2019-02-11Discovery: Add signal for silentlyExcluded filesChristian Kamm
2019-02-11Vfs: Make files that end up in db placeholdersChristian Kamm