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
2022-03-09Implement Utility::lockFileHannah von Reth
2022-03-09Move OcHandle from vfs module to core Utility::HandleHannah von Reth
2022-02-11macOS: Fix path comparison in launch-on-startup codeErik Verbruggen
2022-01-18Only test the jhash64Hannah von Reth
2021-12-22Fix unlock of filesHannah von Reth
2021-12-17Only selectively clear the blacklistsHannah von Reth
2021-12-16Use faster `QFileInfo::exists`Hannah von Reth
2021-12-13Ensure we compare the correct signalsHannah von Reth
2021-12-13Handle local errors with the ignore listHannah von Reth
2021-12-09Move dehydration into updateMetadataHannah von Reth
2021-12-09Fix parameter nameHannah von Reth
2021-11-26Add QDebug operator for std::chrono::durationHannah von Reth
2021-11-22Reverse order of migrations (#9226)Fabian Müller
2021-09-28Fix dehydration of read only filesHannah von Reth
2021-09-28Remove NtfsPermissionLookupRAII again as the action will fail anyhowHannah von Reth
2021-09-22Improve error handling during vfs setupHannah von Reth
2021-09-22Use NtfsPermissionLookupRAII when checking for readable/writeabelHannah von Reth
2021-09-21Allow up to 20000 sync issuesHannah von Reth
2021-09-21Don't ignore suffix placeholderHannah von Reth
2021-09-21Fix migration on minor url format changes like…Hannah von Reth
2021-09-17Work around compiler bug in old GCC versionsErik Verbruggen
2021-09-17Fix some compiler warningsErik Verbruggen
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-09-14Add SyncStatus to the tablesHannah von Reth
2021-08-24Fix build with gcc < 6Hannah von Reth
2021-08-24Fix centos 7 buildsHannah von Reth
2021-08-20Introduce OC_ENSUREHannah von Reth
2021-08-10Now that only one account can use a folder use .sync_journal.db againHannah von Reth
2021-08-06Explicitly use appNameGUI from theme where applicableFabian Müller
2021-08-05Print the content of the string not the addressHannah von Reth
2021-07-29Fix isChildPathOfHannah von Reth
2021-07-29Simplify apiHannah von Reth
2021-07-29Always use the propagatorHannah von Reth
2021-07-29Unify calls to updateMetadataHannah von Reth
2021-07-13Remove unneeded moc includeHannah von Reth
2021-06-30Add Q_ENUMHannah von Reth
2021-06-28Improve the error message returned by updateMetadataHannah von Reth
2021-06-28Prevent implementations of Result<bool,..>Hannah von Reth
2021-06-25Add utility to check whether a path is child ofHannah von Reth
2021-06-24Add macro to temporarily disable depreactionHannah von Reth
2021-06-24Removed unused variable warningOleksii Lysenko
2021-06-22Merge remote-tracking branch 'origin/2.8'Hannah von Reth
2021-06-22Only report locked files locked, not read only filesHannah von Reth
2021-06-22Check a wehter file is locked before we moveHannah von Reth
2021-06-22Fix a bug preventing sync root in folder on drive rootsHannah von Reth
2021-06-21Require exclusive locks for vfs and renamesHannah von Reth
2021-06-16Remove possible qt containers detach (#8727)Aleksey Lysenko
2021-06-07Use qEnvironmentVariableIsEmpty instead of qgetenv().isEmpty()Oleksii Lysenko