Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-02fetch and store in sync database information abot lock state of filesMatthieu Gallien
2022-05-02reformat SyncJournalDb::setFileRecord to decrease complexityMatthieu Gallien
2021-11-19properly query sync journal DB to know when to run fix for VFSMatthieu Gallien
2021-11-17Refactor key-value store query codeFelix Weilbach
2021-11-17Correct virtual files placeholder files if neededFelix Weilbach
2021-09-08Use QRecursiveMutexFelix Weilbach
2021-08-23Align type used for getPHashHannah von Reth
2021-08-23Move Prepared sql queries to seperate class to manage accessHannah von Reth
2021-08-11Always reset prepared sql statementsHannah von Reth
2021-08-11Finish is already called in the destructorHannah von Reth
2021-07-06Improve the error message returned by updateMetadataHannah von Reth
2021-06-10Allow download with mismatched checksum if a config option is set.allexzander
2021-05-19Add a key value store to the sync journalFelix Weilbach
2021-02-16Fix incorrect logger output for non-latin strings.allexzander
2020-12-15Please the clang-tidy overlordKevin Ottens
2020-12-15Remove pointless warningHannah von Reth
2020-12-15csync: apply strict QString handlingHannah von Reth
2020-12-15csync: apply strict QString handlingHannah von Reth
2020-12-15Logging: Print enum before cast in SqlQuer::bindValueHannah von Reth
2020-12-15VfsSuffix: Wipe stale pin states #7273Christian Kamm
2020-12-15Vfs: Mark sqlite temporaries excluded on db-open #7141Christian Kamm
2020-12-15Vfs: "free space" only shows when it has an effect #7143Christian Kamm
2020-12-15Sqlite: Use FULL synchronous mode with non-WAL journalChristian Kamm
2020-12-15Vfs: Add 'availability', a simplified, user-facing pin state #7111Christian Kamm
2020-12-15Async Poll: keep the size in the databaseOlivier Goffart
2020-12-15OwnSql: Distinguish no-data from error #6677Christian Kamm
2020-12-15Ensure local discovery on selective sync changesChristian Kamm
2020-12-15Fix warnings about signednessChristian Kamm
2020-12-15PinStates cleanupChristian Kamm
2020-12-15vfs: Allow retrieving of pin state paths and flagsChristian Kamm
2020-12-15vfs: Allow (de-)hydrating the full sync folderChristian Kamm
2020-12-15sqlite: Set exclusive locking_mode to avoid WAL issues #6881Christian Kamm
2020-12-15Db: Add wiping of pin state for subtreesChristian Kamm
2020-12-15vfs: Remove newFilesAreVirtual - use root PinState insteadChristian Kamm
2020-12-15vfs: Introduce PinState db storage #6815Christian Kamm
2020-12-15Database: Change path for new dbs to .sync_* #5904Christian Kamm
2020-12-15Optimisation: Add a cache SyncJournalDb::mapChecksumTypeOlivier Goffart
2020-12-15Sync: optimize by removing setFileRecordMetadataOlivier Goffart
2020-12-15Test that the sync behave well if there are errors while reading the databaseOlivier Goffart
2020-12-15Database: Add an index on the parent pathOlivier Goffart
2020-12-15New Discovery algorithm: Remove the sync cleanup phaseOlivier Goffart
2020-12-15Conflicts: Rename BasePath to InitialBasePath #6709Christian Kamm
2020-12-15Conflict handling: add the OC-ConflictBasePath headerOlivier Goffart
2020-12-15RemotePermissions: Fix empty vs nullChristian Kamm
2020-12-15Virtual Files: Allow to download a folder recursively from the socket APIOlivier Goffart
2020-12-15Blacklist: remember the X-Request-IDOlivier Goffart
2020-11-10Revert "moved default db sync file to Qt standard path AppDataLocation"Kevin Ottens
2020-10-22SocketAPI: Introduce conflict resolution actions #6252Christian Kamm
2020-09-03syncjournaldb: index e2eMangledName column in metadataJan Schmidt
2020-09-01Enable bugprone-narrowing-conversions clang-tidy checkKevin Ottens