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-09-08Fix various deprecated warningsFelix Weilbach
2021-07-30l10n: Replace apostrophe with double quotationValdnet
2021-05-12One more apostrophe changeValdnet
2021-05-12l10n: Replace apostrophe with double quotationValdnet
2021-02-04Allow creation of new folders from the Settings Dialog.allexzander
2020-12-15Resurrect the display of subfolders for VFS sync foldersKevin Ottens
2020-12-15FolderStatusModel now uses the LSCOL job result for encryption statusKevin Ottens
2020-12-15FolderStatusModel LSCOL job now gets the is-encrypted propertyKevin Ottens
2020-12-15VirtualFiles: Ensure the target location supports vfsHannah von Reth
2020-12-15Remove vfs warning in the delegate, indicate them in the description insteadHannah von Reth
2020-12-15Clazy: Fix some warnignsHannah von Reth
2020-12-15Fix assertion introduced by e1ca612c5d3087e02f6b7f8e454224e0b88e82adHannah von Reth
2020-12-15Use const access where possibleHannah von Reth
2020-12-15Don't insert items into the folder model if selectiveSync is not supportedHannah von Reth
2020-12-15Fix expansion of tree view on newly added accountsHannah von Reth
2020-12-15[Sanity] Remove old ifdefHannah von Reth
2020-12-15AccountSettings: Fetch subitems after wiping themChristian Kamm
2020-12-15Ensure local discovery on selective sync changesChristian Kamm
2020-12-15Fix warnings about signednessChristian Kamm
2020-12-15Folder: Add remoteFolderTrailingSlash()Christian Kamm
2020-12-15Folder: Add selective sync / ui related flagsChristian Kamm
2020-12-15vfs: Change per-folder message on vfs supportChristian Kamm
2020-12-15vfs: Disable selective sync if vfs support is availableChristian Kamm
2020-12-15vfs: Separate vfs availability from new-files-virtualChristian Kamm
2020-12-15FolderMan: Remove assumption of unique running syncChristian Kamm
2020-12-15Virtual files: Don't show selective syncOlivier Goffart
2020-12-15Account Settings: Add a text for folder using vierual filesOlivier Goffart
2020-12-15FolderStatusModel: Do not abort applying selective sync if one folder has an ...Olivier Goffart
2020-12-15FolderStatusModel: Fix crash when there is an error while expanding foldersOlivier Goffart
2020-10-20Fix crash when clicking on folder with status 403 in the main dialog.Camila San
2020-10-12Don't use nullptr for QFlagsNicolas Fella
2020-09-01Enable the bugprone-branch-clone clang-tidy checkKevin Ottens
2020-08-13Enable the modernize-loop-convert check on clang-tidyKevin Ottens
2020-08-13Remove unused methodKevin Ottens
2020-07-01Properly display encryption status for non root folder connectionKevin Ottens
2020-06-30Display folder names demangled in the settingsKevin Ottens
2020-06-30Use the propagator to trigger the e2e info fetchKevin Ottens
2020-06-30Fix typoKevin Ottens
2020-06-03Cleanup the missing braced init list returnsKevin Ottens
2020-06-03Use default member init when applicableKevin Ottens
2020-06-03Do not declare local variables without an initial value.Camila San
2020-06-02Show broken encryption icon only in non-empty foldersKevin Ottens
2020-06-02Show a broken lock icon for unencrypted subdirectoryIvan Čukić
2020-05-27Use the return braced init list patternKevin Ottens
2020-05-25Use = default for trivial ctors and dtorsKevin Ottens
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
2020-01-18Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp....Dominique Fuchs
2019-12-03Use … instead of 3 dotsJoas Schilling
2019-01-23Add sync date next to "Synchronized with local folder"Javier Llorente
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi