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-10Don't load folder if we encounter a db errorHannah von Reth
2021-12-17Handle locks in recursive deleteHannah von Reth
2021-12-17Only selectively clear the blacklistsHannah von Reth
2021-12-13Handle local errors with the ignore listHannah von Reth
2021-10-06Prevent downgrade of Windows VFS foldersHannah von Reth
2021-10-06Cleanup and commentsHannah von Reth
2021-09-28Fix build issueHannah von Reth
2021-09-28Prevent recration of db after removalHannah von Reth
2021-09-28CleanupHannah von Reth
2021-09-28Rename Folder::ok() to ::isReady()Hannah von Reth
2021-09-27Cleanup and some assrts to ensure assumptionsHannah von Reth
2021-09-23Fix sync-start regressionErik Verbruggen
2021-09-22Improve error handling during vfs setupHannah von Reth
2021-09-22Don't crash if sync root is not read/writableHannah von Reth
2021-09-22Use NtfsPermissionLookupRAII when checking for readable/writeabelHannah von Reth
2021-09-15Ensure the folder is properly set upHannah von Reth
2021-09-15Fix crash on missing sync rootHannah von Reth
2021-09-15Migrate existing db files and save their journal path (#9028)Hannah von Reth
2021-08-27Properly handle errors on CSYNC_INSTRUCTION_UPDATE_METADATA for foldersHannah von Reth
2021-08-18Remove leftover debug lineHannah von Reth
2021-08-16Poll interval from capabilities (#8777)Klaas Freitag
2021-08-10Now that only one account can use a folder use .sync_journal.db againHannah von Reth
2021-07-23Display excludes caused by .owncloud files in the issue widgetHannah von Reth
2021-07-06Rename confusing callbackHannah von Reth
2021-06-25Fix incorrect string comparison in check wheter we are responsible for a fileHannah von Reth
2021-06-24Removed unused variable warningOleksii Lysenko
2021-06-16Remove possible qt containers detach (#8727)Aleksey Lysenko
2021-05-18Log full client version when a sync starts/endsHannah von Reth
2021-04-12Merge remote-tracking branch 'origin/2.8' into masterHannah von Reth
2021-04-07Directly use owncloudGui instead of the LoggerHannah von Reth
2021-04-06Log when we begin and end a backup requested on a socketHannah von Reth
2021-03-31Add socket command to upload a selection of files based on a regexHannah von Reth
2021-03-19Merge remote-tracking branch 'origin/2.7' into masterHannah von Reth
2021-03-18Bugfix: We fixed an issue with the promptDeleteAllFiles settingHannah 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
2020-12-21Merge remote-tracking branch 'origin/2.7' into masterHannah von Reth
2020-12-21Properly display parent Window when displaying a dialogHannah von Reth
2020-12-21Fix a possible crash with the remove all files dialogHannah von Reth
2020-12-07Use time the request was send,..Hannah von Reth
2020-12-01Pause sync when remove all dialog is displayedHannah von Reth
2020-11-17Fix usePlaceholders migrationHannah von Reth
2020-10-21Don`t block main thread when displaying all files removed dialogHannah von Reth
2020-10-21VirtualFiles: Ensure the target location supports vfsHannah von Reth
2020-09-14Fix placeholders are reverted to OnlineOnlyHannah von Reth
2020-07-15Remove dead codeHannah von Reth
2020-07-15Fix assert overload, not supported by msvcHannah von Reth
2020-07-06Log: Improve log message [ info gui.folder ]: Folder sync result: 4...Hannah von Reth
2020-06-23VFS: Tell the vfs plugin whether we have multiple accountsHannah von Reth
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart