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
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-12-02 11:58:35 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-12-02 11:58:35 +0300
commite52f9ed0bd6454207bcb80fa61c30ee3c9ec00c4 (patch)
tree54495e4f43b32e36c59dfbd28147df46d326c1ed
parentef28b7fe76d291df77bbbaf9aaf284c3384c176c (diff)
v2.7.2v2.7.2
-rw-r--r--CHANGELOG.md284
-rw-r--r--VERSION.cmake2
-rw-r--r--changelog/2.7.2_2020-12-02/8244 (renamed from changelog/unreleased/8244)0
-rw-r--r--changelog/2.7.2_2020-12-02/8248 (renamed from changelog/unreleased/8248)0
-rw-r--r--changelog/2.7.2_2020-12-02/8258 (renamed from changelog/unreleased/8258)0
-rw-r--r--changelog/2.7.2_2020-12-02/8263 (renamed from changelog/unreleased/8263)0
6 files changed, 273 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ea35d877..8e13c0900 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,31 +1,134 @@
-Changelog for ownCloud Desktop Client [unreleased] (UNRELEASED)
+Changelog for ownCloud Desktop Client [2.7.2] (2020-12-02)
=======================================
-The following sections list the changes in ownCloud Desktop Client unreleased relevant to
+The following sections list the changes in ownCloud Desktop Client 2.7.2 relevant to
ownCloud admins and users.
-[unreleased]: https://github.com/owncloud/client/compare/v2.6.3...master
+[2.7.2]: https://github.com/owncloud/client/compare/v2.7.1...v2.7.2
Summary
-------
+* Bugfix - Correctly detect Windows 10 taskbar theme: [#8244](https://github.com/owncloud/client/issues/8244)
+* Bugfix - Sync small plaintext files with Windows VFS: [#8248](https://github.com/owncloud/client/issues/8248)
+* Bugfix - Update "Sync hidden files" button: [#8258](https://github.com/owncloud/client/issues/8258)
+* Bugfix - Pause sync when displaying remove all dialog: [#8263](https://github.com/owncloud/client/issues/8263)
+
+Details
+-------
+
+* Bugfix - Correctly detect Windows 10 taskbar theme: [#8244](https://github.com/owncloud/client/issues/8244)
+
+ We fixed the detection of a dark system try theme on Windows.
+
+ https://github.com/owncloud/client/issues/8244
+
+* Bugfix - Sync small plaintext files with Windows VFS: [#8248](https://github.com/owncloud/client/issues/8248)
+
+ We fixed a bug where small plaintext files where not synced due to a broken interity check.
+
+ https://github.com/owncloud/client/issues/8248
+
+* Bugfix - Update "Sync hidden files" button: [#8258](https://github.com/owncloud/client/issues/8258)
+
+ We fixed a bug that prevented the "Sync hidden files" from displaying the correct value.
+
+ https://github.com/owncloud/client/issues/8258
+
+* Bugfix - Pause sync when displaying remove all dialog: [#8263](https://github.com/owncloud/client/issues/8263)
+
+ We now pause the syn process when the all files where removed dialog is displayed. This prevents
+ multiple dialogs from being displayed.
+
+ https://github.com/owncloud/client/issues/8263
+
+Changelog for ownCloud Desktop Client [2.7.1] (2020-11-18)
+=======================================
+The following sections list the changes in ownCloud Desktop Client 2.7.1 relevant to
+ownCloud admins and users.
+
+[2.7.1]: https://github.com/owncloud/client/compare/v2.7.0...v2.7.1
+
+Summary
+-------
+
+* Bugfix - Fix client forgetting VirtualFiles mode: [#8229](https://github.com/owncloud/client/pull/8229)
+* Bugfix - Don't follow redirects on .well-known/openid-configuration: [#8232](https://github.com/owncloud/client/pull/8232)
+
+Details
+-------
+
+* Bugfix - Fix client forgetting VirtualFiles mode: [#8229](https://github.com/owncloud/client/pull/8229)
+
+ We fixed a migration issue where 2.5 based settings where the client was forgetting the
+ VirtualFiles settings.
+
+ https://github.com/owncloud/client/pull/8229
+
+* Bugfix - Don't follow redirects on .well-known/openid-configuration: [#8232](https://github.com/owncloud/client/pull/8232)
+
+ We fixed a bug where the client followed redirects for .well-known/openid-configuration.
+
+ https://github.com/owncloud/openidconnect/issues/20
+ https://github.com/owncloud/client/pull/8232
+
+Changelog for ownCloud Desktop Client [2.7.0] (2020-11-13)
+=======================================
+The following sections list the changes in ownCloud Desktop Client 2.7.0 relevant to
+ownCloud admins and users.
+
+[2.7.0]: https://github.com/owncloud/client/compare/v2.6.3...v2.7.0
+
+Summary
+-------
+
+* Bugfix - Legacy config migration reverted files to online only: [#7779](https://github.com/owncloud/client/issues/7779)
* Bugfix - Some check boxes in the sharing dialog are disabled: [#7877](https://github.com/owncloud/client/issues/7877)
+* Bugfix - Selective sync dialog is displayed when virtual files are enabled: [#7976](https://github.com/owncloud/client/issues/7976)
+* Bugfix - Fix support of adler32 checksums with Windows virtual files support: [#7999](https://github.com/owncloud/client/issues/7999)
+* Bugfix - Use the correct style for the folder wizard: [#8027](https://github.com/owncloud/client/pull/8027)
+* Bugfix - Use the same HDPI for the crash reporter as for the client: [#8042](https://github.com/owncloud/client/issues/8042)
+* Bugfix - The back button on the advanced wizard page no longer gets enabled: [#8051](https://github.com/owncloud/client/issues/8051)
+* Bugfix - Ensure permissions for newly added files are available: [#8066](https://github.com/owncloud/client/issues/8066)
+* Bugfix - Remove notifications when the account they belong to was removed: [#8085](https://github.com/owncloud/client/issues/8085)
+* Bugfix - Check whether the local folder supports the virtual file system: [#8131](https://github.com/owncloud/client/issues/8131)
+* Bugfix - "All Files removed" dialog no longer blocks the application: [#8170](https://github.com/owncloud/client/issues/8170)
+* Bugfix - We fixed the permissions check for local folders on NTFS: [#8187](https://github.com/owncloud/client/issues/8187)
* Change - Don't hardcode a plugin location: [#3839](https://github.com/owncloud/enterprise/issues/3839)
+* Change - Detect the Windows 10 theme for the system tray: [#7356](https://github.com/owncloud/client/issues/7356)
+* Change - When manually adding a folder sync connection, don't display 404 errors: [#7724](https://github.com/owncloud/client/issues/7724)
* Change - Enabling native VFS on Windows create two shortcuts in the Explorer: [#7748](https://github.com/owncloud/client/issues/7748)
+* Change - Redesign the About dialog: [#7749](https://github.com/owncloud/client/issues/7749)
* Change - The password dialog is hidden behind a window: [#7833](https://github.com/owncloud/client/issues/7833)
* Change - The client uploads chunks even though the server repports lack of support: [#7862](https://github.com/owncloud/client/issues/7862)
* Change - Mac does not display a dock entry: [#7868](https://github.com/owncloud/client/issues/7868)
* Change - Option to log HTTP requests and responses: [#7873](https://github.com/owncloud/client/issues/7873)
+* Change - Add button for `Log Settings` to advanced settings: [#7881](https://github.com/owncloud/client/issues/7881)
* Change - The layout of serveral ui elements is broken: [#7920](https://github.com/owncloud/client/issues/7920)
* Change - The client hides the window during the authentication process: [#7922](https://github.com/owncloud/client/pull/7922)
* Change - The settings ui shows a prompt for a few seconds: [#7925](https://github.com/owncloud/client/pull/7925)
* Change - Reorgenize Settings: [#7962](https://github.com/owncloud/client/pull/7962)
+* Change - Use the checksum type specified by the server by default: [#7989](https://github.com/owncloud/client/pull/7989)
+* Change - Move "Choose what to sync" to sync everything settings: [#8018](https://github.com/owncloud/client/pull/8018)
+* Change - Enable Windows Virtual files by default: [#8019](https://github.com/owncloud/client/pull/8019)
+* Change - Move sync hidden files to advanced settings: [#8020](https://github.com/owncloud/client/issues/8020)
+* Change - Replace the old icons with a unified look: [#8038](https://github.com/owncloud/client/pull/8038)
+* Change - Sharing dialog is now always on top of the settings dialog: [#8050](https://github.com/owncloud/client/pull/8050)
+* Change - Remove the branding option `wizardSelectiveSyncDefaultNothing`: [#8064](https://github.com/owncloud/client/pull/8064)
+* Change - Account display name `servername (username)` to `username@servername`: [#8104](https://github.com/owncloud/client/issues/8104)
+* Change - Remove update channels from the ownCloud client: [#8127](https://github.com/owncloud/client/issues/8127)
+* Change - Display the users avatar in the activity list: [#8169](https://github.com/owncloud/client/issues/8169)
* Change - Support for OpenID Connect: [#7509](https://github.com/owncloud/client/pull/7509)
-* Change - Allow OpenID Connect authentication without a .well-known configuration: [#7681](https://github.com/owncloud/client/pull/7681)
* Change - Add support for the TUS resumeable upload protocol: [#19](https://github.com/owncloud/product/issues/19)
Details
-------
+* Bugfix - Legacy config migration reverted files to online only: [#7779](https://github.com/owncloud/client/issues/7779)
+
+ We fixed a legacy config migration which reverted all files to online only on every start.
+
+ https://github.com/owncloud/client/issues/7779
+
* Bugfix - Some check boxes in the sharing dialog are disabled: [#7877](https://github.com/owncloud/client/issues/7877)
We fixed a bug where the servers default sharing permissions where used as limiting factor
@@ -33,6 +136,73 @@ Details
https://github.com/owncloud/client/issues/7877
+* Bugfix - Selective sync dialog is displayed when virtual files are enabled: [#7976](https://github.com/owncloud/client/issues/7976)
+
+ We hide that dialog now so that it is no longer possible to remove files from synchronisation
+ when virtual files are enabled.
+
+ https://github.com/owncloud/client/issues/7976
+
+* Bugfix - Fix support of adler32 checksums with Windows virtual files support: [#7999](https://github.com/owncloud/client/issues/7999)
+
+ The validation device reported a size of 0 and thus the computations of the checksums was
+ aborted.
+
+ https://github.com/owncloud/client/issues/7999
+ https://github.com/owncloud/client/pull/8015
+
+* Bugfix - Use the correct style for the folder wizard: [#8027](https://github.com/owncloud/client/pull/8027)
+
+ We now use the same style for the wizard on all platforms
+
+ https://github.com/owncloud/client/pull/8027
+
+* Bugfix - Use the same HDPI for the crash reporter as for the client: [#8042](https://github.com/owncloud/client/issues/8042)
+
+ We fixed the behaviour of the crash reporter on HDPI screens.
+
+ https://github.com/owncloud/client/issues/8042
+
+* Bugfix - The back button on the advanced wizard page no longer gets enabled: [#8051](https://github.com/owncloud/client/issues/8051)
+
+ We fixed a bug where the back button in the advanced wizard page get re enabled.
+
+ https://github.com/owncloud/client/issues/8051
+
+* Bugfix - Ensure permissions for newly added files are available: [#8066](https://github.com/owncloud/client/issues/8066)
+
+ We fixed a bug where newly added files had no server permissions set. Under certain conditions
+ that was leading to an undefined behaviour.
+
+ https://github.com/owncloud/client/issues/8066
+ https://github.com/owncloud/client/issues/7967
+
+* Bugfix - Remove notifications when the account they belong to was removed: [#8085](https://github.com/owncloud/client/issues/8085)
+
+ We fixed a bug where notifications where still displayed after an account was removed.
+
+ https://github.com/owncloud/client/issues/8085
+
+* Bugfix - Check whether the local folder supports the virtual file system: [#8131](https://github.com/owncloud/client/issues/8131)
+
+ The Windows virtual file system requires NTFS, we now ensure that the folder is using NTFS
+ before we continue.
+
+ https://github.com/owncloud/client/issues/8131
+
+* Bugfix - "All Files removed" dialog no longer blocks the application: [#8170](https://github.com/owncloud/client/issues/8170)
+
+ We fixed a bug where a dialog locked the whole application
+
+ https://github.com/owncloud/client/issues/8170
+
+* Bugfix - We fixed the permissions check for local folders on NTFS: [#8187](https://github.com/owncloud/client/issues/8187)
+
+ We fixed a bug where the check whether the local folder is writeable returned a wrong result.
+ This could cause a crash with the virtual file system plugin.
+
+ https://github.com/owncloud/client/issues/8187
+
* Change - Don't hardcode a plugin location: [#3839](https://github.com/owncloud/enterprise/issues/3839)
We no longer hardcode a plugin location only available on the build system. If a setup uses a non
@@ -40,12 +210,34 @@ Details
https://github.com/owncloud/enterprise/issues/3839
+* Change - Detect the Windows 10 theme for the system tray: [#7356](https://github.com/owncloud/client/issues/7356)
+
+ We now display the system tray icon according to the current theme
+
+ https://github.com/owncloud/client/issues/7356
+
+* Change - When manually adding a folder sync connection, don't display 404 errors: [#7724](https://github.com/owncloud/client/issues/7724)
+
+ We no longer display 404 errors when exploring the folders. A user might not have access to the
+ full file tree on the server.
+
+ https://github.com/owncloud/client/issues/7724
+
* Change - Enabling native VFS on Windows create two shortcuts in the Explorer: [#7748](https://github.com/owncloud/client/issues/7748)
We now remove legacy shortcuts when we enable VFS
https://github.com/owncloud/client/issues/7748
+* Change - Redesign the About dialog: [#7749](https://github.com/owncloud/client/issues/7749)
+
+ We redesigned the way the About information is displayed and unified it with the "--version"
+ switch.
+
+ https://github.com/owncloud/client/issues/7749
+ https://github.com/owncloud/enterprise/issues/3787
+ https://github.com/owncloud/client/issues/7704
+
* Change - The password dialog is hidden behind a window: [#7833](https://github.com/owncloud/client/issues/7833)
We changed the password dialog to stay on top of the ownCloud window.
@@ -70,6 +262,12 @@ Details
https://github.com/owncloud/client/issues/7873
+* Change - Add button for `Log Settings` to advanced settings: [#7881](https://github.com/owncloud/client/issues/7881)
+
+ We added an easy way, besides pressing F12, to access the log settings.
+
+ https://github.com/owncloud/client/issues/7881
+
* Change - The layout of serveral ui elements is broken: [#7920](https://github.com/owncloud/client/issues/7920)
We replace an old layout mechanism with a more advanced one.
@@ -96,6 +294,76 @@ Details
https://github.com/owncloud/client/pull/7962
+* Change - Use the checksum type specified by the server by default: [#7989](https://github.com/owncloud/client/pull/7989)
+
+ The default type for computation of the checksum was sha1 independent of the type specified by
+ the server. Under certain conditions that caused multiple computations of the checksum.
+
+ https://github.com/owncloud/client/pull/7989
+
+* Change - Move "Choose what to sync" to sync everything settings: [#8018](https://github.com/owncloud/client/pull/8018)
+
+ While selective sync is a feature only available when everything is synced, the the option had
+ its own radio button. We now moved the button to the other sync everything related settings.
+
+ https://github.com/owncloud/client/pull/8018
+
+* Change - Enable Windows Virtual files by default: [#8019](https://github.com/owncloud/client/pull/8019)
+
+ We now enable the Windows Virtual file support by default.
+
+ https://github.com/owncloud/client/issues/8139
+ https://github.com/owncloud/client/pull/8019
+
+* Change - Move sync hidden files to advanced settings: [#8020](https://github.com/owncloud/client/issues/8020)
+
+ We moved the option to sync hidden files from the "Edit ignored Files" dialog into the advanced
+ settings.
+
+ https://github.com/owncloud/client/issues/8020
+
+* Change - Replace the old icons with a unified look: [#8038](https://github.com/owncloud/client/pull/8038)
+
+ We replaced the different styles and colors of the icons with a new unified look.
+
+ https://github.com/owncloud/client/pull/8038
+
+* Change - Sharing dialog is now always on top of the settings dialog: [#8050](https://github.com/owncloud/client/pull/8050)
+
+ The sharing dialog is now a sub dialog, so it will be easier to continue sharing a folder.
+
+ https://github.com/owncloud/client/pull/8050
+
+* Change - Remove the branding option `wizardSelectiveSyncDefaultNothing`: [#8064](https://github.com/owncloud/client/pull/8064)
+
+ The branding option was removed as believe that it did not provide a good user experience. We
+ recommend `newBigFolderSizeLimit` together with `wizardHideFolderSizeLimitCheckbox`
+ as a replacement.
+
+ https://github.com/owncloud/client/pull/8064
+
+* Change - Account display name `servername (username)` to `username@servername`: [#8104](https://github.com/owncloud/client/issues/8104)
+
+ We changed the way the accounts are displayed to improve the syntactical value.
+
+ https://github.com/owncloud/client/issues/8104
+
+* Change - Remove update channels from the ownCloud client: [#8127](https://github.com/owncloud/client/issues/8127)
+
+ To ensure a maximum of stability user should not replace their productive client with a preview
+ build. For that exact reason we offer tespilotcloud clients, they can be installed in parallel
+ and updated via the beta channel.
+
+ If a user is more adventures than the average a manual install of a preview is always possible.
+
+ https://github.com/owncloud/client/issues/8127
+
+* Change - Display the users avatar in the activity list: [#8169](https://github.com/owncloud/client/issues/8169)
+
+ We now display the users avatar if available in the activity log table.
+
+ https://github.com/owncloud/client/issues/8169
+
* Change - Support for OpenID Connect: [#7509](https://github.com/owncloud/client/pull/7509)
The ownCloud desktop client now supports OpenID Connect. OpenID Connect 1.0 is a simple
@@ -115,14 +383,6 @@ Details
https://github.com/owncloud/client/pull/7509
-* Change - Allow OpenID Connect authentication without a .well-known configuration: [#7681](https://github.com/owncloud/client/pull/7681)
-
- A user might not want to provide .well-known/openid-configuration. The new changes enable us
- to authenticate with OpenID Connect without it, by directly compiling the required urls into
- the client.
-
- https://github.com/owncloud/client/pull/7681
-
* Change - Add support for the TUS resumeable upload protocol: [#19](https://github.com/owncloud/product/issues/19)
With the support of the TUS protocol we are now able to easily and reliably upload files to ocis.
diff --git a/VERSION.cmake b/VERSION.cmake
index 83443db65..7ead4aa21 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2020 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )
diff --git a/changelog/unreleased/8244 b/changelog/2.7.2_2020-12-02/8244
index f403b0a7c..f403b0a7c 100644
--- a/changelog/unreleased/8244
+++ b/changelog/2.7.2_2020-12-02/8244
diff --git a/changelog/unreleased/8248 b/changelog/2.7.2_2020-12-02/8248
index dec7ebd57..dec7ebd57 100644
--- a/changelog/unreleased/8248
+++ b/changelog/2.7.2_2020-12-02/8248
diff --git a/changelog/unreleased/8258 b/changelog/2.7.2_2020-12-02/8258
index fc938eb30..fc938eb30 100644
--- a/changelog/unreleased/8258
+++ b/changelog/2.7.2_2020-12-02/8258
diff --git a/changelog/unreleased/8263 b/changelog/2.7.2_2020-12-02/8263
index b7606740e..b7606740e 100644
--- a/changelog/unreleased/8263
+++ b/changelog/2.7.2_2020-12-02/8263