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-10-05Handle redirects when downloading updatesKevin Ottens
2020-08-13Enable the modernize-deprecated-headers check on clang-tidyKevin Ottens
2020-06-03Add missing auto opportunitiesKevin Ottens
2020-06-03Do not declare local variables without an initial value.Camila San
2020-03-09Fix OCUpdater: Also change status on network error or invalid XMLMichael Schuster
2020-03-09Updater UI: Implement auto-update option and update buttonMichael Schuster
2020-02-21Updater: Add query-parameter 'updatesegment' to the update checkMichael Schuster
2019-12-03Use … instead of 3 dotsJoas Schilling
2019-11-04Fix updater message: Download link instead of "use the system's update tool"Michael Schuster
2018-11-11GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"J-P Nurmi
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-09-09UpdateInfo: Remove unused codeMarkus Goetz
2018-06-06Use std::chrono::milliseconds to represent millisecondsOlivier Goffart
2018-06-05Q_UNUSED: Sprinkle aroundMarkus Goetz
2018-01-29Merge branch 'master' into clientSideEncryptionV3Tomaz Canabrava
2018-01-13Fix macOS updater build without deprecated Qt apisDominik Schmidt
2018-01-10Update updater.cppJürgen Weigert
2017-12-28Prepend "nextcloud" for all logging categoriesDaniel Nicoletti
2017-12-08Updater: use QUrlQueryOlivier Goffart
2017-12-08Remove usage of QString::nullOlivier Goffart
2017-09-27Updater: Rudimentary support for beta channelMarkus Goetz
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
2017-09-15remove qt4 codeHelmut K. C. Tessarek
2017-09-08Fix the macOS Sparkle buildJocelyn Turcotte
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
2017-05-17Apply clang-formatChristian Kamm
2017-05-11macOS: Fix usage of qCDebug in .mm fileMarkus Goetz
2017-05-11Upgrade some qCDebug to qCInfo or qCWarningJocelyn Turcotte
2017-05-11Use Qt logging categories for loggingJocelyn Turcotte
2017-02-23Verify that all strings are properly escaped (#5558)Olivier Goffart
2017-01-17Updater: Don't create instance for invalid URLMarkus Goetz
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
2016-06-02Fix memleak in updaterDaniel Molkentin
2015-10-28State application name in update notificationDaniel Molkentin
2015-10-19Merge branch '2.0'Olivier Goffart
2015-10-16Updater: remove unused functionOlivier Goffart
2015-10-05GUI comment and message typos for masterPhil Davis
2015-09-12OCUpdater decription textPhil Davis
2015-08-10Fix regression in PassiveUpdateNotifierDaniel Molkentin
2015-08-06Updater: update Linux updater code to work with changes in masterDaniel Molkentin
2015-07-30Sparkleupdater: Use qDebug not qWarningMarkus Goetz
2015-07-23Merge branch 'regular_update_check'Klaas Freitag
2015-07-22Updater: Added a class UpdaterSchedule.Klaas Freitag
2015-07-20PassiveUpdateNotifier: Fix condition on when to show the update.Klaas Freitag
2015-07-20Updater: Avoid to show the update notification to often.Klaas Freitag
2015-07-20Updater: really do not forget to start the updater timer.Klaas Freitag
2015-07-20UpdateCheck: Clean up Application class and move most to updater.Klaas Freitag
2015-07-16Win32: Do not silent-update if the application is already up-to-dateDaniel Molkentin
2015-07-02Merge pull request #3347 from jturcotte/shell_integration_findersyncDaniel Molkentin
2015-06-29Use doxygen style everywhereDaniel Molkentin