v2.10.0-rc2
Pre-releaseDownloads
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.0-rc2.6346.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.10.0-rc2] (2021-12-22)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Issues with long file path: #4896
- Bugfix - Do not ask for credentails at start-up when the user logged out: #8924
- Bugfix - A folder moved on the server was displayed as outdated: #9071
- Bugfix - Immediately propagate changes to the ignore list: #8975
- Bugfix - Fix icon name in desktop file with ownBrander themes: #8992
- Bugfix - Crash when handling locked files: #9170
- Bugfix - Don't abort upload if chunk is locked: #9194
- Bugfix - Always restart OAuth2 on error: #9196
- Bugfix - Display correct error message for files containign
\:?*"<>|
: #9223 - Bugfix - Do not sync when unsyncedfolders file cannot be read: #9165
- Bugfix - Fix failing dehydration causing files to be moved to trash: #9257
- Bugfix - Do not show Activity tab if server app is disabled or uninstalled: #9260
- Bugfix - Handle file locks for delete jobs: #9293
- Bugfix - We fixed a possible crash: #13
- Enhancement - Allow to remove broken sync folders: #9099
- Enhancement - Also ignore local reapeating errors for a period of time: #9208
- Enhancement - Remove the availability menu from the ui: #9291
- Enhancement - Add the syncroot to the search indexed with Windows VFS: #12
Details
-
Bugfix - Issues with long file path: #4896
We fixed another issue with long Windows paths.
-
Bugfix - Do not ask for credentails at start-up when the user logged out: #8924
When a user would logout, and quit the client, then on the next start the client would
immediately ask for credentials. This has been fixed by storing the fact that the user logged
out before in the account settings. -
Bugfix - A folder moved on the server was displayed as outdated: #9071
We fixed a bug where a folder moved on the server was displayed as outdated.
-
Bugfix - Immediately propagate changes to the ignore list: #8975
Previously, when changing the ignore list, those changes would not be propagated to existing
sync folders. Only after restarting the client, would these changes be applied. -
Bugfix - Fix icon name in desktop file with ownBrander themes: #8992
Fixes broken icon reference in desktop entries for some branded build themes.
-
Bugfix - Crash when handling locked files: #9170
We fixed a crash that could occur when trying to add a locked folder to the databse.
-
Bugfix - Don't abort upload if chunk is locked: #9194
Since 2.9 we know that we need exclusive file access to a file to properly handle it with Windows
virtual files. Therefore we checked for the locked state before we start the upload. Due to a bug
we checked that for each file chunk, now we only check when the upload starts and when it finished
completely. -
Bugfix - Always restart OAuth2 on error: #9196
We now always restart the OAuth2 process once we got a result. This will ensure that a second try
after an error occurred can succeed. -
Bugfix - Display correct error message for files containign
\:?*"<>|
: #9223While the error message was supposed to be:
File names containing the character '%1' are not supported on this file system.
We displayed:
The file name is a reserved name on this file system.
-
Bugfix - Do not sync when unsyncedfolders file cannot be read: #9165
Owncloudcmd now checks if the file specified by --unsyncedfolders exists and can be read,
before starting the sync. If it does not exist, show an error message and quit immediately. -
Bugfix - Fix failing dehydration causing files to be moved to trash: #9257
If files where dehydrated by the user the action could fail under certain conditions which
caused a deletion of the file.#9257
https://github.com/owncloud/client-desktop-vfs-win/pull/9 -
Bugfix - Do not show Activity tab if server app is disabled or uninstalled: #9260
The Activity app API nowadays returns error responses in case the app is disabled or
uninstalled. This new behavior is now supported in the client. -
Bugfix - Handle file locks for delete jobs: #9293
We no longer report an error when the client tries to delete a locked file but wait for the lock to
be removed.This only works when a file is deleted not on folders.
-
Bugfix - We fixed a possible crash: #13
We fixed a possible crash that could happen during the initialisation of the vfs plugin.
-
Enhancement - Allow to remove broken sync folders: #9099
In case a folder is no longer available it was not possible to remove the folder. We now made the
remove action available in that case. -
Enhancement - Also ignore local reapeating errors for a period of time: #9208
If an error occurs on the server (a url is not reachable) we try a couple of times, then we ignore
that file for a period of time. We now do the same with erros that occure locally. -
Enhancement - Remove the availability menu from the ui: #9291
The availability options should be handled on a folder base and in the file browser.
-
Enhancement - Add the syncroot to the search indexed with Windows VFS: #12
Microsoft recommends adding the syncroot to search indexer to improve the performance with
the file status icons.