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
2020-08-13Enable the modernize-deprecated-headers check on clang-tidyKevin Ottens
2020-07-01Reduce interaction with e2ee folders when in the wizardKevin Ottens
2020-05-25Use = default for trivial ctors and dtorsKevin Ottens
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
2020-05-20Use nullptr when appropriateKevin Ottens
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-09-09FolderMan::checkPathValidityForNewFolder: make sure to work when folder point...Olivier Goffart
2018-01-11Merge remote-tracking branch 'origin/2.4'Olivier Goffart
2018-01-09Fix resizing crash when currentPage() is nullChristian Kamm
2017-12-08FolderWizard: don't use deprecated APIOlivier Goffart
2017-12-08Remove usage of QString::nullOlivier Goffart
2017-11-29FolderWizard: Fix minimum sizeOlivier Goffart
2017-09-21Port to new signal-slot syntax what cannot be done automaticallyOlivier Goffart
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
2017-09-18Gui: Allow to add multiple sync folder connection of the same folderOlivier Goffart
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte
2017-09-15remove qt4 codeHelmut K. C. Tessarek
2017-07-28FolderWizard: fix crash in FolderWizardRemotePath::slotHandleLsColNetworkErrorOlivier Goffart
2017-05-17Apply clang-formatChristian Kamm
2017-05-11Upgrade some qCDebug to qCInfo or qCWarningJocelyn Turcotte
2017-05-11Use Qt logging categories for loggingJocelyn Turcotte
2017-04-04Improve http error messages; cleanupChristian Kamm
2017-03-21Wizards: Never propose an existing folder for syncing #5597Christian Kamm
2017-02-23Verify that all strings are properly escaped (#5558)Olivier Goffart
2017-01-13wizardSelectiveSyncDefaultNothing applies to folder wizard #4581Christian Kamm
2017-01-13Selective sync: Adjust widget common to folder/account wizardsChristian Kamm
2016-11-29FolderWizard: pass AccountPtr by const&Christian Kamm
2016-09-30Folder Setup: Allow to set up more sync connects to the same folder.Klaas Freitag
2016-05-25Merge branch '2.2'Olivier Goffart
2016-05-19Use natural sorting for filenames if available #4859 (#4864)ckamm
2016-05-18FolderWizard: remove dead code and fix the aliasOlivier Goffart
2016-04-28FolderWizard: Sort remote folders #4612Christian Kamm
2016-04-27Remote folder selection: improve path typing #4745 #4746Christian Kamm
2016-04-20UI: Remove alias from more places #4577 #4695Markus Goetz
2015-10-27Use the term folder sync connection in more places #3757Olivier Goffart
2015-09-07Consistency: Use folder instead of directory in user visible stringsDaniel Molkentin
2015-08-24AddFolder: Improve remote path selection error handling #3573Christian Kamm
2015-08-17Folder Wizard: always make an alias that does not conflict with anythingOlivier Goffart
2015-07-13FolderMan::checkPathValidityForNewFolderOlivier Goffart
2015-04-28Add folder: Do not add at other accounts folder to know if you can add a folderOlivier Goffart
2015-03-23Add-folder Wizard: Select the newly created folderOlivier Goffart
2015-03-23Add-folder wizard: Make sure there is a scrollbar if folder names are too longOlivier Goffart
2015-03-13Remote folder wizard: Add optional manual entry #2613Christian Kamm
2015-03-10Output a more sensible error message for auth errorsKlaas Freitag
2015-03-10Revert "SetupW: Display proper error messages if password or user was wrong."Klaas Freitag
2015-03-06SetupW: Display proper error messages if password or user was wrong.Klaas Freitag
2015-03-02LsColJob: one must now specify the propertiesOlivier Goffart
2015-02-15some typos, grammar and sentence fixesVolkan Gezer
2015-01-28Folderwizard: Prepare for multiaccount. #43Christian Kamm
2015-01-20SyncEngine: Use QNAM for csync_updateMarkus Goetz