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-12-14Save folder settings to config when force-switching VFS.alex-z
2021-11-05add an option to enforce use of virtual files sync folderMatthieu Gallien
2021-08-23Add socket command to upload a selection of files based on a regexHannah von Reth
2021-08-11Remove unused functions and variablesFelix Weilbach
2021-07-30l10n: Replace apostrophe with double quotationValdnet
2021-07-20Remove unnused variableFelix Weilbach
2021-07-20Remove unused pushNotifications variableFelix Weilbach
2021-03-24l10n: Change sync message #3027Valdnet
2021-03-24Refresh Windows download dialog progress when hydrating a placeholderallexzander
2021-01-25Add push notifications for file changesFelix Weilbach
2020-12-15Please the clang-tidy overlordKevin Ottens
2020-12-15Fix test on systems where C:\ is not writeableHannah von Reth
2020-12-15Fix usePlaceholders migrationHannah von Reth
2020-12-15Fix folder permission check on NTFSHannah von Reth
2020-12-15Fix placeholders are reverted to OnlineOnlyHannah von Reth
2020-12-15Clazy: Fix some warnignsHannah von Reth
2020-12-15Fix 3aeca58b316363dc12ad4b392750fc57e7a2965aHannah von Reth
2020-12-15Fix crash on settings migrationHannah von Reth
2020-12-15Don't ignore file sync notification after an unlockHannah von Reth
2020-12-15Vfs: Retain existing data when enabling vfs #7302Christian Kamm
2020-12-15FolderWizard: Don't crash when typing invalid drive #7041Christian Kamm
2020-12-15Folder wizard: Fix infinite loop for bad paths #7041Christian Kamm
2020-12-15Folder: Add remoteFolderTrailingSlash()Christian Kamm
2020-12-15Vfs: Call unregisterFolder() when folder is removedChristian Kamm
2020-12-15vfs: Remove newFilesAreVirtual - use root PinState insteadChristian Kamm
2020-12-15Database: Change path for new dbs to .sync_* #5904Christian Kamm
2020-12-15vfs: Ensure SyncOptions::_vfs is never nullChristian Kamm
2020-12-15vfs: Be more careful about Vfs instance ownershipChristian Kamm
2020-12-15vfs: Fix plugin decision in wizards, sanitize loadingChristian Kamm
2020-12-15winvfs: initial workChristian Kamm
2020-12-15FolderMan: Remove assumption of unique running syncChristian Kamm
2020-12-15Folder: Treat file unlock similar to external change #6822Christian Kamm
2020-12-15Settings: Make FoldersWithPlaceholders group stickyChristian Kamm
2020-12-15Settings migration: Preserve future settings where possibleChristian Kamm
2020-12-15Config: Add version flags to accounts and foldersChristian Kamm
2020-12-15Placeholders: Save to key that's invisible to <2.5 clients #6504Christian Kamm
2020-11-10Migrate journal dbs files back to the sync folderKevin Ottens
2020-10-02Fix source file access modesMichael Schuster
2020-09-29Replace find_if with none_of where appropriate.Harald Eilertsen
2020-09-29Don't hold ref to value returned from function.Harald Eilertsen
2020-09-29gui/folderman: Replace foreach (#2219)Harald Eilertsen
2020-09-16Do not break out of outer loop when upgrading folders, continue insteadDominique Fuchs
2020-08-04Make sure we always have a CLSID when Explorer integration is usedKevin Ottens
2020-07-13Fix typo, use compound assignment opDominique Fuchs
2020-07-13Only attempt to move if file existDominique Fuchs
2020-07-13Move existing syncjournal db files from client ver <2.7Dominique Fuchs
2020-06-11Simplify nullptr comparisons where appropriateMichael Schuster
2020-06-03Use default member init when applicableKevin Ottens
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
2019-10-27fix tab spacingMichael Schuster