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)
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 has one or more
letters in the name changed from/to upper-case. -
Bugfix - Fix translated icon names in desktop file with ownBrander themes: #9390
Fixes broken translated icon reference in desktop entries for some branded build themes.
-
Bugfix - Fix possible crash: #9417
We change the initialisation of a Windows icon to prevent a possible crash.
-
Bugfix - Add open local/remote folder options: #9405
Add the "open local/remote folder" context menu items for non-sync-root items back into the
accounts tab in the settings dialog. -
Bugfix - Fix Account Filter for Server Activity tab: #9481
-
Bugfix - Ensure proper setup of network jobs on retries: #9437
On retries network jobs where not properly setup which could lead to undefined behaviour.
-
Bugfix - If reuqired clear cookies in more scenarios: #9489
BigIp F5 requires special cookie handling on our side. We only explicitly cleared the cookies
when we hit an unexpected redirect, now we will clear them also when refreshing our OAuth token. -
Bugfix - Improve filter pop-up menu and button: #9425
- replaced "No filter" option text with "All", to avoid the "No filter is not enabled" situation
- replace the "Filter" label on the button with "1 Filter"/"2 Filters" when a filter is active,
so a user can immediately see that without having to open the filter pop-up
-
Bugfix - Possible crash when removing non exisitng folder: #9533
-
Bugfix - Can't stop basic auth login: #9545
We fixed a bug where the user was asked for their credentials again and again with no chance to
abort. -
Bugfix - Fix potential download failure for renamed file with Windows VFS: #18
When a dehydrated file is renamed and immediately opened, the subsequent download might try to
create a file with the original (un-renamed) name. -
Bugfix - Possible crash when downloading a virtual file on Windows: #21
We fixed a bug that might have caused crashes when working with virtual files on Windows.
-
Bugfix - Don't publish upload if we can't finish the transaction in the client: #5052
When a file gets locked during an upload we aborted after the upload finished on the server.
Resulting in a divergence of the local and remote state which could lead to conflicts. -
Enhancement - Retry token refresh multiple times before logout: #9245
-
Enhancement - Don't log error when checking removed file for changes: #9304
We removed some misleading error messages from the log.
-
Enhancement - Leave password field in share dialog enabled on errors: #9336
The password line edit used to be disabled because the related checkbox was unchecked upon
errors such as failing to satisfy the requirements imposed by the "password policy" server
app.Now, the checkbox will not be unchecked, leaving the line edit enabled and keeping the focus on
it. This allows users to enter a new password and try again without having to enable the checkbox
and clicking into the line edit again. -
Enhancement - Provide informal German translations: #9460
The community was maintaining an informal German translation for years but we where only able
to provide a single version of German in the client. We now ship both versions, the informal can
be selected in the combobox in the advanced settings. To be able to distinguish between formal
and informal locales, we also include the locale identifier in the dropdown (e.g., "Deutsch
(de-informal)"). -
Enhancement - Always flush log when logging to stdout: #9515
We improved the behaviour of logging to a terminal.
-
Enhancement - Added branding parameter to disallow duplicated folder sync pairs: #9523
We added a branding parameter to disallow the addition of duplicated folder sync pairs in the
add folder wizard. -
Enhancement - Retry update after 10 minutes: #9522
When an update (check) fails, it is currently retried only when the regular timeout (10 hours by
default) is triggered. With this change, we retry the update (check) after 10 minutes already.