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
2021-06-16Use longWinPath in more placesHannah von Reth
2021-06-16Ensure pathtoUNC is called with an absolute pathHannah von Reth
2021-06-10Allow download with mismatched checksum if a config option is set.allexzander
2021-06-08Fix review comments.allexzander
2021-06-08Fix review comments.allexzander
2021-06-08Fix review comments. Also consider exclude.lst.allexzander
2021-06-08VFS freeze fix. Treat .sync-exclude.lst as a non-virtual file always.allexzander
2021-05-19Add a key value store to the sync journalFelix Weilbach
2021-05-11Temporary! Windows. VFS. Block Virtual Files for partition root sync folders.allexzander
2021-05-06Fix warning by using QByteArrayLiteralHannah von Reth
2021-05-06GetLastError() needs to be called when the error happensHannah von Reth
2021-03-24Refresh Windows download dialog progress when hydrating a placeholderallexzander
2021-02-16Fix incorrect logger output for non-latin strings.allexzander
2021-01-14Add the plumbing for a new extended attributes backendKevin Ottens
2020-12-30Use Q_REQUIRED_RESULT directly like in other placesKevin Ottens
2020-12-30Mark vfs functions as OC_REQUIRED_RESULTHannah von Reth
2020-12-30Handle errors in convertToPlaceholderHannah von Reth
2020-12-30Update windows launch on start binary locationHannah von Reth
2020-12-30Add todo for Qt 5.15Hannah von Reth
2020-12-30Cleanup pathtoUNC and its testHannah von Reth
2020-12-21Fixed the autostart for AppImages. See #2504.Hannah Rittich
2020-12-15Please the clang-tidy overlordKevin Ottens
2020-12-15Fix folder permission check on NTFSHannah von Reth
2020-12-15Remove the plugin loader mechanism for VFS backendsKevin Ottens
2020-12-15Repair the Windows BuildKevin Ottens
2020-12-15VirtualFiles: Ensure the target location supports vfsHannah von Reth
2020-12-15Log error code as hexHannah von Reth
2020-12-15Use winvfs by default when adding folder sync connectionHannah von Reth
2020-12-15Return empty string instead of 1 as adler32 checksum for empty filesHannah von Reth
2020-12-15Print checksum on mismatchHannah von Reth
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-15VFS: remove now unused parameterHannah von Reth
2020-12-15Use the servers checksum type by defaultHannah von Reth
2020-12-15Win: Use full Windows paths in file watcher and improve loggingHannah von Reth
2020-12-15Win: Move hresultToQString from vfs plugin to Utility::formatWinErrorHannah von Reth
2020-12-15Logging: Print enum before cast in SqlQuer::bindValueHannah von Reth
2020-12-15VFS: Tell the vfs plugin whether we have multiple accountsHannah von Reth
2020-12-15Use Q_ENUM_NS for PinStateHannah von Reth
2020-12-15Improve logging of issues during plugin loadingHannah von Reth
2020-12-15Make sure all cases are handledHannah von Reth
2020-12-15Make PluginFactory virtual to silent -Wnon-virtual-dtor warningOlivier Goffart
2020-12-15[Core] Include more information about the OS in the user agentHannah von Reth
2020-12-15Prepend PLUGINDIR else its pointlessHannah von Reth
2020-12-15VFS: Do not overwrite existing files by placeholderOlivier Goffart
2020-12-15Checksums: Explicitly close file before reporting resultChristian Kamm
2020-12-15Checksums: Add back QIODevice apiChristian Kamm
2020-12-15Download: Don't trigger too many concurrent hash computationsChristian Kamm
2020-12-15Fix 'unused parameter name' warningsChristian Kamm