Releases: owncloud/client
v2.11.1-rc2
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-2.11.1-rc2.8424.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.11.1-rc2] (2022-08-29)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix configuration of selective sync from account settings: #10058
Details
v2.11.1-rc1
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-2.11.1-rc1.8408.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.11.1-rc1] (2022-08-26)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix configuration of selective sync from account settings: #10058
Details
v2.11.0
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-2.11.0.8354.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.11.0] (2022-08-18)
The following sections list the changes in ownCloud Desktop Client 2.11.0 relevant to
ownCloud admins and users.
Summary
- Bugfix - Compare usernames case insensitive: #5174
- Bugfix - Use UTF-8 for .owncloudsync.log: #9571
- Bugfix - Crash when interacting with a folder in an error state: #9600
- Bugfix - Database was recreated after its removal: #9791
- Bugfix - We fixed a potential crash: #9864
- Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
- Bugfix - Run next scheduled sync after a folder was removed: #9969
- Bugfix - Windows VFS: Keep file attributes and pin state: #34
- Enhancement - Throttle the UI updates during sync: #9832
- Enhancement - Run vfs downloads with a high priority: #9836
- Enhancement - Don't abort sync if a user requests a file: #9956
Details
-
Bugfix - Compare usernames case insensitive: #5174
We fixed a bug where the user name was compared with the name provided by the server in a case
sensitive way. -
Bugfix - Use UTF-8 for .owncloudsync.log: #9571
We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.
-
Bugfix - Crash when interacting with a folder in an error state: #9600
We fixed a crash wher using the context menu on a folder that encountered an error and was not
using virutal files. -
Bugfix - Database was recreated after its removal: #9791
We fixed a bug whre the database was recreated during the removal of a sync folder connection.
-
Bugfix - We fixed a potential crash: #9864
-
Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
We fixed a bug, when a user selects an existing folder as sync root we previously dehydrated all
existing files. -
Bugfix - Run next scheduled sync after a folder was removed: #9969
We fixed a bug where we did not start another sync when a folder that was currently syncing was
removed. -
Bugfix - Windows VFS: Keep file attributes and pin state: #34
When a user selected "Always keep on this device" on a cloud only file, we lost that information.
"Always keep on this device" only worked on already present files. -
Enhancement - Throttle the UI updates during sync: #9832
We reduced the number of UI updates during the sync, especially with Windows vfs files this
should improve the performance by a lot. -
Enhancement - Run vfs downloads with a high priority: #9836
This should reduce the probability for timeouts when downloading vfs files in the Windows
explorer. -
Enhancement - Don't abort sync if a user requests a file: #9956
Previously we aborted any running sync if a user requested a file that was not yet available
locally. This was done to ensure the user does not need to wait for the current sync to finish.
However in todays code both actions the download and the sync can run in parallel.
v2.11-rc3
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-2.11.0-rc3.8346.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.11.0-rc3] (2022-08-17)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Compare usernames case insensitive: #5174
- Bugfix - Use UTF-8 for .owncloudsync.log: #9571
- Bugfix - Crash when interacting with a folder in an error state: #9600
- Bugfix - Database was recreated after its removal: #9791
- Bugfix - We fixed a potential crash: #9864
- Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
- Bugfix - Run next scheduled sync after a folder was removed: #9969
- Bugfix - Windows VFS: Keep file attributes and pin state: #34
- Enhancement - Throttle the UI updates during sync: #9832
- Enhancement - Run vfs downloads with a high priority: #9836
- Enhancement - Don't abort sync if a user requests a file: #9956
Details
-
Bugfix - Compare usernames case insensitive: #5174
We fixed a bug where the user name was compared with the name provided by the server in a case
sensitive way. -
Bugfix - Use UTF-8 for .owncloudsync.log: #9571
We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.
-
Bugfix - Crash when interacting with a folder in an error state: #9600
We fixed a crash wher using the context menu on a folder that encountered an error and was not
using virutal files. -
Bugfix - Database was recreated after its removal: #9791
We fixed a bug whre the database was recreated during the removal of a sync folder connection.
-
Bugfix - We fixed a potential crash: #9864
-
Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
We fixed a bug, when a user selects an existing folder as sync root we previously dehydrated all
existing files. -
Bugfix - Run next scheduled sync after a folder was removed: #9969
We fixed a bug where we did not start another sync when a folder that was currently syncing was
removed. -
Bugfix - Windows VFS: Keep file attributes and pin state: #34
When a user selected "Always keep on this device" on a cloud only file, we lost that information.
"Always keep on this device" only worked on already present files. -
Enhancement - Throttle the UI updates during sync: #9832
We reduced the number of UI updates during the sync, especially with Windows vfs files this
should improve the performance by a lot. -
Enhancement - Run vfs downloads with a high priority: #9836
This should reduce the probability for timeouts when downloading vfs files in the Windows
explorer. -
Enhancement - Don't abort sync if a user requests a file: #9956
Previously we aborted any running sync if a user requested a file that was not yet available
locally. This was done to ensure the user does not need to wait for the current sync to finish.
However in todays code both actions the download and the sync can run in parallel.
v2.11.0-rc2
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-2.11.0-rc2.8343.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.11.0-rc2] (2022-08-17)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Compare usernames case insensitive: #5174
- Bugfix - Use UTF-8 for .owncloudsync.log: #9571
- Bugfix - Crash when interacting with a folder in an error state: #9600
- Bugfix - Database was recreated after its removal: #9791
- Bugfix - We fixed a potential crash: #9864
- Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
- Bugfix - Windows VFS: Keep file attributes and pin state: #34
- Enhancement - Throttle the UI updates during sync: #9832
- Enhancement - Run vfs downloads with a high priority: #9836
- Enhancement - Don't abort sync if a user requests a file: #9956
Details
-
Bugfix - Compare usernames case insensitive: #5174
We fixed a bug where the user name was compared with the name provided by the server in a case
sensitive way. -
Bugfix - Use UTF-8 for .owncloudsync.log: #9571
We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.
-
Bugfix - Crash when interacting with a folder in an error state: #9600
We fixed a crash wher using the context menu on a folder that encountered an error and was not
using virutal files. -
Bugfix - Database was recreated after its removal: #9791
We fixed a bug whre the database was recreated during the removal of a sync folder connection.
-
Bugfix - We fixed a potential crash: #9864
-
Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
We fixed a bug, when a user selects an existing folder as sync root we previously dehydrated all
existing files. -
Bugfix - Windows VFS: Keep file attributes and pin state: #34
When a user selected "Always keep on this device" on a cloud only file, we lost that information.
"Always keep on this device" only worked on already present files. -
Enhancement - Throttle the UI updates during sync: #9832
We reduced the number of UI updates during the sync, especially with Windows vfs files this
should improve the performance by a lot. -
Enhancement - Run vfs downloads with a high priority: #9836
This should reduce the probability for timeouts when downloading vfs files in the Windows
explorer. -
Enhancement - Don't abort sync if a user requests a file: #9956
Previously we aborted any running sync if a user requested a file that was not yet available
locally. This was done to ensure the user does not need to wait for the current sync to finish.
However in todays code both actions the download and the sync can run in parallel.
v2.11.0-rc1
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-2.11.0-rc1.8255.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.11.0-rc1] (2022-08-03)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Compare usernames case insensitive: #5174
- Bugfix - Use UTF-8 for .owncloudsync.log: #9571
- Bugfix - Crash when interacting with a folder in an error state: #9600
- Bugfix - Database was recreated after its removal: #9791
- Bugfix - We fixed a potential crash: #9864
- Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
- Bugfix - Windows VFS: Keep file attributes and pin state: #34
- Enhancement - Throttle the UI updates during sync: #9832
- Enhancement - Run vfs downloads with a high priority: #9836
- Enhancement - Don't abort sync if a user requests a file: #9956
Details
-
Bugfix - Compare usernames case insensitive: #5174
We fixed a bug where the user name was compared with the name provided by the server in a case
sensitive way. -
Bugfix - Use UTF-8 for .owncloudsync.log: #9571
We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.
-
Bugfix - Crash when interacting with a folder in an error state: #9600
We fixed a crash wher using the context menu on a folder that encountered an error and was not
using virutal files. -
Bugfix - Database was recreated after its removal: #9791
We fixed a bug whre the database was recreated during the removal of a sync folder connection.
-
Bugfix - We fixed a potential crash: #9864
-
Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
We fixed a bug, when a user selects an existing folder as sync root we previously dehydrated all
existing files. -
Bugfix - Windows VFS: Keep file attributes and pin state: #34
When a user selected "Always keep on this device" on a cloud only file, we lost that information.
"Always keep on this device" only worked on already present files. -
Enhancement - Throttle the UI updates during sync: #9832
We reduced the number of UI updates during the sync, especially with Windows vfs files this
should improve the performance by a lot. -
Enhancement - Run vfs downloads with a high priority: #9836
This should reduce the probability for timeouts when downloading vfs files in the Windows
explorer. -
Enhancement - Don't abort sync if a user requests a file: #9956
Previously we aborted any running sync if a user requested a file that was not yet available
locally. This was done to ensure the user does not need to wait for the current sync to finish.
However in todays code both actions the download and the sync can run in parallel.
v3.0.0-alpha2
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.0.0-alpha2.7681.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.0.0-alpha2] (2022-05-24)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
- Bugfix - Fix copy url location for private links: #9048
- Bugfix - Fix status of files uploaded with TUS: #9472
- Bugfix - Use UTF-8 for .owncloudsync.log: #9571
- Bugfix - Crash when interacting with a folder in an error state: #9600
- Change - Make sharedialog preview be more resilient: #8938
- Change - We no longer persist cookies: #9495
- Change - We removed support for ownCloud servers < 10.0: #9578
- Change - Remove support for Windows 7 sidebar links: #9618
- Change - Rewrote TLS error handling: #9655
- Change - We removed the TLS certificate button from the account page: #9675
- Enhancement - Built-in AppImage self-updater: #8923
- Enhancement - Rewrite wizard from scratch: #9249
- Enhancement - Remove use of legacy DAV endpoint: #9538
- Enhancement - Support for OCIS Spaces: #9154
- Enhancement - Set Windows VFS placeholders readonly if needed: #9598
Details
-
Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
Some parameters were missing for some operations. This fix makes the log more complete and more
useful as a result. -
Bugfix - Fix copy url location for private links: #9048
We fixed a bug where a placholder was copied to the clipboard instead of the url.
-
Bugfix - Fix status of files uploaded with TUS: #9472
Setting the upload status of files uploaded with TUS failed as we were still using the file.
-
Bugfix - Use UTF-8 for .owncloudsync.log: #9571
We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.
-
Bugfix - Crash when interacting with a folder in an error state: #9600
We fixed a crash wher using the context menu on a folder that encountered an error and was not
using virutal files. -
Change - Make sharedialog preview be more resilient: #8938
We no longer enforce png thumbnails. We no longer replace the file icon if the thumbnail is
invalid. -
Change - We no longer persist cookies: #9495
We no longer persist cookies over multiple client sessions.
-
Change - We removed support for ownCloud servers < 10.0: #9578
-
Change - Remove support for Windows 7 sidebar links: #9618
We removed the support for Windows < 10 sidebar links.
-
Change - Rewrote TLS error handling: #9655
We rewrote the way we handle TLS errors.
-
Change - We removed the TLS certificate button from the account page: #9675
-
Enhancement - Built-in AppImage self-updater: #8923
In release 2.10, we introduced a preview on our future AppImage packaging for Linux
distributions. Now, these AppImages can self-update using a built-in libappimageupdate
based updater and ownCloud's update infrastructure. -
Enhancement - Rewrite wizard from scratch: #9249
We completely rewrote the wizard from scratch. The new wizard provides greater flexibility
and makes adding new features easier in the future. It has also been redesigned to improve the
user experience. -
Enhancement - Remove use of legacy DAV endpoint: #9538
We no longer guess the DAV endpoint depending on the chunking-ng feature.
-
Enhancement - Support for OCIS Spaces: #9154
We added support to sync OCIS Spaces.
-
Enhancement - Set Windows VFS placeholders readonly if needed: #9598
We now properly set the read only flag on Windows virtual files.
#9598
https://github.com/owncloud/client-desktop-vfs-win/issues/24
v3.0.0-alpha1
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-3.0.0-alpha1.7627.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.0.0-alpha1] (2022-05-18)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
- Bugfix - Fix copy url location for private links: #9048
- Bugfix - Fix status of files uploaded with TUS: #9472
- Bugfix - Use UTF-8 for .owncloudsync.log: #9571
- Bugfix - Crash when interacting with a folder in an error state: #9600
- Change - Make sharedialog preview be more resilient: #8938
- Change - We no longer persist cookies: #9495
- Change - We removed support for ownCloud servers < 10.0: #9578
- Change - Remove support for Windows 7 sidebar links: #9618
- Change - Rewrote TLS error handling: #9655
- Change - We removed the TLS certificate button from the account page: #9675
- Enhancement - Built-in AppImage self-updater: #8923
- Enhancement - Rewrite wizard from scratch: #9249
- Enhancement - Remove use of legacy DAV endpoint: #9538
- Enhancement - Support for OCIS Spaces: #9154
- Enhancement - Set Windows VFS placeholders readonly if needed: #9598
Details
-
Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
Some parameters were missing for some operations. This fix makes the log more complete and more
useful as a result. -
Bugfix - Fix copy url location for private links: #9048
We fixed a bug where a placholder was copied to the clipboard instead of the url.
-
Bugfix - Fix status of files uploaded with TUS: #9472
Setting the upload status of files uploaded with TUS failed as we were still using the file.
-
Bugfix - Use UTF-8 for .owncloudsync.log: #9571
We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.
-
Bugfix - Crash when interacting with a folder in an error state: #9600
We fixed a crash wher using the context menu on a folder that encountered an error and was not
using virutal files. -
Change - Make sharedialog preview be more resilient: #8938
We no longer enforce png thumbnails. We no longer replace the file icon if the thumbnail is
invalid. -
Change - We no longer persist cookies: #9495
We no longer persist cookies over multiple client sessions.
-
Change - We removed support for ownCloud servers < 10.0: #9578
-
Change - Remove support for Windows 7 sidebar links: #9618
We removed the support for Windows < 10 sidebar links.
-
Change - Rewrote TLS error handling: #9655
We rewrote the way we handle TLS errors.
-
Change - We removed the TLS certificate button from the account page: #9675
-
Enhancement - Built-in AppImage self-updater: #8923
In release 2.10, we introduced a preview on our future AppImage packaging for Linux
distributions. Now, these AppImages can self-update using a built-in libappimageupdate
based updater and ownCloud's update infrastructure. -
Enhancement - Rewrite wizard from scratch: #9249
We completely rewrote the wizard from scratch. The new wizard provides greater flexibility
and makes adding new features easier in the future. It has also been redesigned to improve the
user experience. -
Enhancement - Remove use of legacy DAV endpoint: #9538
We no longer guess the DAV endpoint depending on the chunking-ng feature.
-
Enhancement - Support for OCIS Spaces: #9154
We added support to sync OCIS Spaces.
-
Enhancement - Set Windows VFS placeholders readonly if needed: #9598
We now properly set the read only flag on Windows virtual files.
#9598
https://github.com/owncloud/client-desktop-vfs-win/issues/24
v2.10.1
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-2.10.1.7187.tar.xz (GPG Signature)
Known Issues
- GCC 12: In order to build with gcc 12 you'll need to apply this patch
Changelog for ownCloud Desktop Client [v2.10.1] (2022-04-05)
The following sections list the changes in ownCloud Desktop Client 2.10.1 relevant to
ownCloud admins and users.
Summary
- Bugfix - Do not strip trailing whitespace from a file or folder name: #9030
- Bugfix - Remove outdated translations: #9105
- Bugfix - Progress reporting for TUS uploads: #9121
- Bugfix - Fix crash if a database error occurs: #9147
- Bugfix - --version showed incorrect information about VFS support: #9155
- Bugfix - Client warns about non exisitng files: #9236
- Bugfix - Mention source file in activity tab when renaming: #9238
- Bugfix - Fix crash on remove account: #9367
- Bugfix - Raise ssl issue dialoig above the wizard: #9375
- Bugfix - Fallback to ownCloud sidebar icons on Mac if none provided in branding: #9381
- Bugfix - Immediately retry upload if file changed during sync: #9382
- Bugfix - Don't reset change time on upload: #9383
- Bugfix - Fix toggling launch-on-login for macOS: #9387
- Bugfix - Fix translated icon names in desktop file with ownBrander themes: #9390
- Bugfix - Fix possible crash: #9417
- Bugfix - Add open local/remote folder options: #9405
- Bugfix - Fix Account Filter for Server Activity tab: #9481
- Bugfix - Ensure proper setup of network jobs on retries: #9437
- Bugfix - If reuqired clear cookies in more scenarios: #9489
- Bugfix - Improve filter pop-up menu and button: #9425
- Bugfix - Possible crash when removing non exisitng folder: #9533
- Bugfix - Can't stop basic auth login: #9545
- Bugfix - Fix potential download failure for renamed file with Windows VFS: #18
- Bugfix - Possible crash when downloading a virtual file on Windows: #21
- Bugfix - Don't publish upload if we can't finish the transaction in the client: #5052
- Enhancement - Retry token refresh multiple times before logout: #9245
- Enhancement - Don't log error when checking removed file for changes: #9304
- Enhancement - Leave password field in share dialog enabled on errors: #9336
- Enhancement - Provide informal German translations: #9460
- Enhancement - Always flush log when logging to stdout: #9515
- Enhancement - Added branding parameter to disallow duplicated folder sync pairs: #9523
- Enhancement - Retry update after 10 minutes: #9522
Details
-
Bugfix - Do not strip trailing whitespace from a file or folder name: #9030
-
Bugfix - Remove outdated translations: #9105
Due to a bug we were not removing the translations that fell below a required quality margin, we
only stopped updating them. Resulting in even worse translations in some cases. -
Bugfix - Progress reporting for TUS uploads: #9121
We fixed a bug with missing progress reporting in TUS uploads
-
Bugfix - Fix crash if a database error occurs: #9147
We no longer crash if a database error occurs on startup, instead the folder will enter an error
sate similar to the case that the folder does not exist. -
Bugfix - --version showed incorrect information about VFS support: #9155
--version used to always show "Off", even when a VFS plugin was available. This has been fixed
now. -
Bugfix - Client warns about non exisitng files: #9236
We fixed a bug where the client warns about ignored files that where added to the DB in previous
versions of the client and do no longer exist. -
Bugfix - Mention source file in activity tab when renaming: #9238
-
Bugfix - Fix crash on remove account: #9367
We fixed a potential reference to a deleted item, when an account was removed.
-
Bugfix - Raise ssl issue dialoig above the wizard: #9375
Under certain conditions it was possible that the ssl dialog was hidden behind the wizard.
-
Bugfix - Fallback to ownCloud sidebar icons on Mac if none provided in branding: #9381
If a customer does not provide sidebar icons we use the ownCloud sidebar icons.
-
Bugfix - Immediately retry upload if file changed during sync: #9382
If a file changed during discovery and the actual upload for multiple retries in a row, changes
of it were ignored for a period of time. -
Bugfix - Don't reset change time on upload: #9383
We fixed a bug where we reset the change time of Windows placeholder files to the value in the
database during uploads. This cold cause other applications to detect non existing changes in
that file.#9383
https://github.com/owncloud/client-desktop-vfs-win/pull/16 -
Bugfix - Fix toggling launch-on-login for macOS: #9387
This would fail when upgrading the application, and the upgraded version ha...
v2.10.1-rc2
Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-2.10.1-rc2.7080.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.10.1-rc2] (2022-03-24)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Do not strip trailing whitespace from a file or folder name: #9030
- Bugfix - Remove outdated translations: #9105
- Bugfix - Progress reporting for TUS uploads: #9121
- Bugfix - Fix crash if a database error occurs: #9147
- Bugfix - --version showed incorrect information about VFS support: #9155
- Bugfix - Client warns about non exisitng files: #9236
- Bugfix - Mention source file in activity tab when renaming: #9238
- Bugfix - Fix crash on remove account: #9367
- Bugfix - Raise ssl issue dialoig above the wizard: #9375
- Bugfix - Fallback to ownCloud sidebar icons on Mac if none provided in branding: #9381
- Bugfix - Immediately retry upload if file changed during sync: #9382
- Bugfix - Don't reset change time on upload: #9383
- Bugfix - Fix toggling launch-on-login for macOS: #9387
- Bugfix - Fix translated icon names in desktop file with ownBrander themes: #9390
- Bugfix - Fix possible crash: #9417
- Bugfix - Add open local/remote folder options: #9405
- Bugfix - Fix Account Filter for Server Activity tab: #9481
- Bugfix - Ensure proper setup of network jobs on retries: #9437
- Bugfix - If reuqired clear cookies in more scenarios: #9489
- Bugfix - Improve filter pop-up menu and button: #9425
- Bugfix - Possible crash when removing non exisitng folder: #9533
- Bugfix - Can't stop basic auth login: #9545
- Bugfix - Fix potential download failure for renamed file with Windows VFS: #18
- Bugfix - Possible crash when downloading a virtual file on Windows: #21
- Bugfix - Don't publish upload if we can't finish the transaction in the client: #5052
- Enhancement - Retry token refresh multiple times before logout: #9245
- Enhancement - Don't log error when checking removed file for changes: #9304
- Enhancement - Leave password field in share dialog enabled on errors: #9336
- Enhancement - Provide informal German translations: #9460
- Enhancement - Always flush log when logging to stdout: #9515
- Enhancement - Added branding parameter to disallow duplicated folder sync pairs: #9523
- Enhancement - Retry update after 10 minutes: #9522
Details
-
Bugfix - Do not strip trailing whitespace from a file or folder name: #9030
-
Bugfix - Remove outdated translations: #9105
Due to a bug we were not removing the translations that fell below a required quality margin, we
only stopped updating them. Resulting in even worse translations in some cases. -
Bugfix - Progress reporting for TUS uploads: #9121
We fixed a bug with missing progress reporting in TUS uploads
-
Bugfix - Fix crash if a database error occurs: #9147
We no longer crash if a database error occurs on startup, instead the folder will enter an error
sate similar to the case that the folder does not exist. -
Bugfix - --version showed incorrect information about VFS support: #9155
--version used to always show "Off", even when a VFS plugin was available. This has been fixed
now. -
Bugfix - Client warns about non exisitng files: #9236
We fixed a bug where the client warns about ignored files that where added to the DB in previous
versions of the client and do no longer exist. -
Bugfix - Mention source file in activity tab when renaming: #9238
-
Bugfix - Fix crash on remove account: #9367
We fixed a potential reference to a deleted item, when an account was removed.
-
Bugfix - Raise ssl issue dialoig above the wizard: #9375
Under certain conditions it was possible that the ssl dialog was hidden behind the wizard.
-
Bugfix - Fallback to ownCloud sidebar icons on Mac if none provided in branding: #9381
If a customer does not provide sidebar icons we use the ownCloud sidebar icons.
-
Bugfix - Immediately retry upload if file changed during sync: #9382
If a file changed during discovery and the actual upload for multiple retries in a row, changes
of it were ignored for a period of time. -
Bugfix - Don't reset change time on upload: #9383
We fixed a bug where we reset the change time of Windows placeholder files to the value in the
database during uploads. This cold cause other applications to detect non existing changes in
that file.#9383
https://github.com/owncloud/client-desktop-vfs-win/pull/16 -
Bugfix - Fix toggling launch-on-login for macOS: #9387
This would fail when upgrading the application, and the upgraded version has one or more
letters in the ...