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
2021-01-07v2.7.5-rc1v2.7.5-rc1Hannah von Reth
2021-01-06[tx] updated client translations from transifexHannah von Reth
2021-01-05Fix int uint warningHannah von Reth
2021-01-05Fix warning by using qsizetype instead of size_tHannah von Reth
2021-01-05Fix warning by using QByteArrayLiteralHannah von Reth
2021-01-05Fix placeholder detection for cfapiHannah von Reth
Fixes: #8326
2021-01-05GetLastError() needs to be called when the error happensHannah von Reth
qDebug might clear it already
2021-01-05CMake: Only link Qt5::DBus if it was foundHannah von Reth
2021-01-05Happy new year 2021Hannah von Reth
2020-12-27[tx] updated client translations from transifexHannah von Reth
2020-12-22[tx] updated client translations from transifexHannah von Reth
2020-12-21Fix typoHannah von Reth
2020-12-212.7.4 was taggedHannah von Reth
2020-12-21Align ownCloud theme with branded themesHannah von Reth
2020-12-21Add wizard_logo to the theme iconsHannah von Reth
2020-12-21Allow to specify the theme fallback modeHannah von Reth
2020-12-21Don't build static updater libHannah von Reth
2020-12-21Properly display parent Window when displaying a dialogHannah von Reth
Fixes: #8313
2020-12-21Fix a possible crash with the remove all files dialogHannah von Reth
2020-12-19[tx] updated client translations from transifexHannah von Reth
2020-12-18[tx] updated client translations from transifexHannah von Reth
2020-12-17Mark vfs functions as OC_REQUIRED_RESULTHannah von Reth
2020-12-17Handle errors in convertToPlaceholderHannah von Reth
2020-12-17Update windows launch on start binary locationHannah von Reth
Fixes: #7672
2020-12-17Add trailing newline in --versionDominik Schmidt
2020-12-17Fix testVersionOfInstalledBinary for brandingsDominik Schmidt
2020-12-17Use owncloudcmd in testVersionOfInstalledBinaryDominik Schmidt
... as it works without X in CI.
2020-12-17Fix testVersionOfInstalledBinaryDominik Schmidt
2020-12-17Fix styleDominik Schmidt
2020-12-15Ci: Disable clazy, its currently broken in ubuntu 20.04Hannah von Reth
2020-12-14Add a changelog entry for a cfapi fixHannah von Reth
2020-12-14Ci: Update openssl to 1.1.1iHannah von Reth
2020-12-11Release 2.7.3Hannah von Reth
2020-12-10[tx] updated client translations from transifexHannah von Reth
2020-12-09Include auth type in http logHannah von Reth
2020-12-09Don't translate debug messagesHannah von Reth
2020-12-09Log the final http requestHannah von Reth
2020-12-09Ci: update cmakeHannah von Reth
2020-12-08[tx] updated client translations from transifexHannah von Reth
2020-12-06[tx] updated client translations from transifexHannah von Reth
2020-12-02v2.7.2 was taggedHannah von Reth
2020-12-02[tx] updated client translations from transifexHannah von Reth
2020-12-01Bugfix: Update "Sync hidden files" buttonHannah von Reth
Fixes: #8258
2020-12-01Owncloud - virtual files smaller <1KB - problems with syncingHannah von Reth
The issue was caused by gziped responses not providing a content lenght header. Fixes: #8248
2020-12-01Pause sync when remove all dialog is displayedHannah von Reth
Fixes: #8263
2020-12-01Fix theme detection on Windows 10Hannah von Reth
Fixes: #8244
2020-12-01Revert "Utility: Implement hasDarkSystray_private on Windows"Hannah von Reth
This reverts commit d1c6dabe5bbcaeefd0194423124a7c4406e0aa52.
2020-11-30Use enum instead of intHannah von Reth
2020-11-27[tx] updated client translations from transifexHannah von Reth
2020-11-27Fix test on systems where C:\ is not writeableHannah von Reth