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-21General Settings window. Allow opening the update URL via mouse.alex-z
2021-09-17Fix warningsFelix Weilbach
2021-09-10l10n: Correct two typoValdnet
2021-09-09Prompt reboot when runing the auto update.alex-z
2021-08-31let clang-tidy add missing override after enabling again the checkMatthieu Gallien
2021-08-25l10n: Remove line breakValdnet
2021-07-21Create QMessageBox on heap when the update is ready. Do not return true from ...allexzander
2021-05-06send OS name and version to auto updater to allow selective upgradesMatthieu Gallien
2021-03-31Remove html tags from strings that may appear in notificationsFelix Weilbach
2020-11-24Please the clang-tidy overlordKevin Ottens
2020-11-24Don't scare users with critical parser log messagesHannah von Reth
2020-11-24Include architecture in updater queryHannah von Reth
2020-11-24Cleanup stirngsHannah von Reth
2020-11-24Updater: Fix crash when there is an XML errorOlivier Goffart
2020-11-24Updater: Fix Version numer not shown in the user visible stringOlivier Goffart
2020-11-24Updater: Improved logging output #7388Christian Kamm
2020-11-24NSISUpdater: Improve logging for version comparisonHannah von Reth
2020-11-24Updater: Log parsing issues in autoupdatLog parsing issues in autoupdateeHannah von Reth
2020-11-24Autoupdater: Log the URL #3475Markus Goetz
2020-11-24Updater: Preserve target version stringChristian Kamm
2020-11-24Updater: Make "Update manually" not also "skip this version"Christian Kamm
2020-11-24WinUpdater: More useful options on update failure #7217Christian Kamm
2020-11-24Updater: show the human readable version in the settingsOlivier Goffart
2020-11-24Updater: remove unused functionOlivier Goffart
2020-11-24Remove unused installers before copying new ones into the appdata dirDominik Schmidt
2020-11-24MSI: Fix crash in the auto updaterOlivier Goffart
2020-11-24MSI: Always with logfile #6609Markus Goetz
2020-11-24Extract filename of updateFile without leading slashDominik Schmidt
2020-11-24Escape msi and owncloud.exe path (who knows...)Dominik Schmidt
2020-11-24Run msi properly and restart client after updateDominik Schmidt
2020-11-24Implement basic .msi support in updaterDominik Schmidt
2020-11-24Updater: CommentsMarkus Goetz
2020-11-24Updater: Make sparkle updater respect release channelChristian Kamm
2020-11-24Auto Updater: Show UI element also on macOSMarkus Goetz
2020-11-24Settings: Add update channel combobox #6259Christian Kamm
2020-11-24Sparkle: Delegate calls work now with 1.18.1 (maybe even before)Markus Goetz
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