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 (Collapse)Author
2021-04-16Display VFS sync folder within the navigation panel on Windows.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2020-12-15VFS: Prevent duplicated navigation panel iconHannah von Reth
Issue: #7748
2020-10-28Misc fixes for Windows 7Sergey Zolotarev
Signed-off-by: Sergey Zolotarev <sryze@protonmail.com>
2020-08-12Add more raw string literals missed previouslyKevin Ottens
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-05-26Use raw string literals when appropriateKevin Ottens
This is especially nice for Windows paths. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-03-01Fix Explorer integration re-save (fixes issue #1807)Michael Schuster
Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-01-13Fix Explorer integration on Windows and the crash on other systemsMichael Schuster
- Ensure that the folder integration stays persistent in Explorer, the uninstaller removes the folder upon updating the client. Recreate all entries upon start. This has the benefit of removing old remains of non-working, outdated entries. - Don't crash on the other systems when the user clicks the option button "Show sync folders in Explorer's Navigation Pane". Even though the option currently doesn't work on the other platforms, crashing is never good... Signed-off-by: Michael Schuster <michael@schuster.ms>
2018-04-26Merge pull request #251 from nextcloud/clientSideEncryptionV4Camila Ayres
Client side encryption v4.
2018-04-19Fix #6394Adrien
2017-12-28Prepend "nextcloud" for all logging categoriesDaniel Nicoletti
Thus making easier to exclude logging from kio, qt and only enable "nextcloud.*"
2017-10-24Windows: Add a setting to enable/disable the explorer navigation pane ↵Jocelyn Turcotte
integration Issue #5295
2017-10-24Windows: Add sync folders to Explorer's navigation paneJocelyn Turcotte
This is only the navigation pane, the SyncRootManager entries aren't handled yet. This follows the instructions from: https://msdn.microsoft.com/en-us/library/windows/desktop/dn889934%28v=vs.85%29.aspx Issue #5295