Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-20Make sure AppImage update dialog uses application iconFabian Müller
Dialogs inherit the icon from their parent, so we do not have to set it manually.
2022-03-22Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-03-18Improve variable nameFabian Müller
2022-03-18Fix skipped update checkFabian Müller
2022-03-18Retry update after 10 minutesFabian Müller
2022-03-17Add unit test for downloadsHannah von Reth
2022-03-17Follow http redirectsHannah von Reth
2022-03-17Check http result on updateHannah von Reth
2022-03-14Reduce code duplicationFabian Müller
2022-03-14Allow user to skip updateFabian Müller
2022-03-14Ask user whether to update or notFabian Müller
TODO: remember whether "skip update" button was pushed
2022-03-14Add built-in AppImage self updaterFabian Müller
Performs upgrades in background if available. Uses libappimageupdate internally to update efficiently.
2022-03-14Consolidate updater source files handlingFabian Müller
An "ocupdater" library would be the preferred solution, but that'd require a major refactoring.
2022-03-10Use factories to construct QSettings objectsFabian Müller
2021-11-25Use some more std::chronoHannah von Reth
2021-11-25Use std::chrono with QTimer::singleShotHannah von Reth
2021-11-03Use QVersionNumber with our updaterHannah von Reth
2021-11-03Use QVersionNumber for our own versionHannah von Reth
2021-10-28Remove version definesHannah von Reth
Moving the generated values to a cpp means that we won't need to recompile all files including the version.h
2021-09-23No longer try to concatenate definesHannah von Reth
Fixes: #8920
2021-09-23Improve "update available" message in AppImagesFabian Müller
2021-06-29Improved string replacement in a more efficient wayOleksii Lysenko
2021-06-15Fix migration of settingsHannah von Reth
Don't initialize a settings object just to check whether the file exists. Fixes: https://github.com/owncloud/enterprise/issues/4597
2020-12-21Properly display parent Window when displaying a dialogHannah von Reth
Fixes: #8313
2020-10-04Don't scare users with critical parser log messagesHannah von Reth
2020-09-15Include architecture in updater queryHannah von Reth
Fixes: #8074
2020-09-15Cleanup stirngsHannah von Reth
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2020-02-10Run clang-tidy with modernize-use-overrideOlivier Goffart
And also replace all remaining Q_DECL_OVERRIDE to just override
2020-01-09[CMAKE] Resolve some issues discovered during reviewHannah von Reth
2020-01-09[CMAKE] Do not create a deployable mac bundle during buildHannah von Reth
This simplifies the cmake scripts and reduces build times
2019-10-28Updater: Fix crash when there is an XML errorOlivier Goffart
The problem was accessing the lines with an off by one error, while printing the log. Other problem included the fact that QDebug added spaces, quotes, and other things which made the error lot look right in the console. Issue #7545
2019-10-25Updater: Fix Version numer not shown in the user visible stringOlivier Goffart
There was one argument too many in the string. Bug was introduced in commit 21ac396b Issue: #7288
2019-08-22Updater: Improved logging output #7388Christian Kamm
2019-08-15NSISUpdater: Improve logging for version comparisonHannah von Reth
2019-08-14Updater: Log parsing issues in autoupdatLog parsing issues in autoupdateeHannah von Reth
2019-08-14Autoupdater: Log the URL #3475Markus Goetz
2019-08-01Updater: Preserve target version stringChristian Kamm
For #7217
2019-08-01Updater: Make "Update manually" not also "skip this version"Christian Kamm
See #7217
2019-06-12WinUpdater: More useful options on update failure #7217Christian Kamm
2018-12-04Updater: show the human readable version in the settingsOlivier Goffart
The xml looks like this: <version>2.5.0.328</version> <versionstring>ownCloud Client 2.5.0 alpha1 (build 238)</versionstring> And we should show the version string Issue #6602
2018-12-04Updater: remove unused functionOlivier Goffart
2018-09-19Merge remote-tracking branch 'origin/2.5'Olivier Goffart
Conflicts: ChangeLog
2018-09-05Remove unused installers before copying new ones into the appdata dirDominik Schmidt
2018-08-13Merge branch '2.5'Markus Goetz
2018-08-07MSI: Fix crash in the auto updaterOlivier Goffart
'auto' here is a QStringBuilder referencing a temporary Ammend commit 150d4f5935c9480cae0a84506af4efa940b64095 (MSI: Always with logfile #6609) Found in the crash reporter: https://sentry.io/owncloud/desktop-win-and-mac/issues/623245771/
2018-06-29Merge branch '2.5'Markus Goetz
2018-06-27OCUpdater: Set correct state on network errorMarkus Goetz
For #3933
2018-06-27MSI: Always with logfile #6609Markus Goetz
2018-06-27Extract filename of updateFile without leading slashDominik Schmidt