Releases: owncloud/client
v2.10.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.10.0.6519.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.10.0] (2022-01-17)
The following sections list the changes in ownCloud Desktop Client 2.10.0 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 - Run a full local discovery after we where paused or on a forced sync: #9341
- Bugfix - Infinite sync loop if folder is locked: #9342
- Bugfix - We fixed a possible crash: #13
- Enhancement - Reintroduce issue filtering: #9000
- 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 - Run a full local discovery after we where paused or on a forced sync: #9341
Previously we did a incremental search wich might have skipped some local changes.
-
Bugfix - Infinite sync loop if folder is locked: #9342
We fixed a bug that caused an infinite sync loop i...
v2.10.0-rc4
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.0-rc4.6486.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.10.0-rc4] (2022-01-12)
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 - Run a full local discovery after we where paused or on a forced sync: #9341
- Bugfix - Infinite sync loop if folder is locked: #9342
- 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 - Run a full local discovery after we where paused or on a forced sync: #9341
Previously we did a incremental search wich might have skipped some local changes.
-
Bugfix - Infinite sync loop if folder is locked: #9342
W...
v2.10.0-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.10.0-rc3.6417.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.10.0-rc3] (2022-01-04)
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 ...
v2.10.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.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 ...
v2.9.2
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.9.2.6206.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.9.2] (2021-12-03)
The following sections list the changes in ownCloud Desktop Client 2.9.2 relevant to
ownCloud admins and users.
Summary
- Bugfix - Properly handle Windows log off: #8979
- Bugfix - Disable vfs option is ignored: #9159
- Bugfix - The client no longer idles after a minor url change: #9202
- Bugfix - Config migration on systems with a 2.4 and a 2.8 config: #9224
- Enhancement - Add branding option to disable icons in the file explorer: #9167
- Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216
Details
-
Bugfix - Properly handle Windows log off: #8979
We now ensure that we receive the window messages dispatched by the system.
-
Bugfix - Disable vfs option is ignored: #9159
We fixed a branding issue where vfs was used even when the parameter was set to disabled.
-
Bugfix - The client no longer idles after a minor url change: #9202
When the client detects a change of the url we ask the user to accept the change or if it was only
representational change (demo.com vs demo.com/) we directly accept the change. Due to a bug
the we aborted the sync only after we updated the url. This caused the client to idle for one
minute. -
Bugfix - Config migration on systems with a 2.4 and a 2.8 config: #9224
We fixed a bug where the client migrated the old settings from 2.4 to 2.9 instead of the 2.8
settings. Only branded clients where affected by the issue. -
Enhancement - Add branding option to disable icons in the file explorer: #9167
We implemented a branding parameter to disable the display of icons in the file explorer
context menu, this only affects Windows and Linux. -
Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216
We added a branding option that disables the
Multiple accounts are sharing the folder
warning. In previous client versions a bug caused the creation of new sync journals, causing
false positives in the detection. While this can be handled by the individual user, companies
with multiple hundreds of users may opt to disable the warning.
v2.9.2-rc5
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.9.2-rc5.6113.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.9.2-rc5] (2021-11-22)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Properly handle Windows log off: #8979
- Bugfix - Disable vfs option is ignored: #9159
- Bugfix - The client no longer idles after a minor url change: #9202
- Bugfix - Config migration on systems with a 2.4 and a 2.8 config: #9224
- Enhancement - Add branding option to disable icons in the file explorer: #9167
- Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216
Details
-
Bugfix - Properly handle Windows log off: #8979
We now ensure that we receive the window messages dispatched by the system.
-
Bugfix - Disable vfs option is ignored: #9159
We fixed a branding issue where vfs was used even when the parameter was set to disabled.
-
Bugfix - The client no longer idles after a minor url change: #9202
When the client detects a change of the url we ask the user to accept the change or if it was only
representational change (demo.com vs demo.com/) we directly accept the change. Due to a bug
the we aborted the sync only after we updated the url. This caused the client to idle for one
minute. -
Bugfix - Config migration on systems with a 2.4 and a 2.8 config: #9224
We fixed a bug where the client migrated the old settings from 2.4 to 2.9 instead of the 2.8
settings. Only branded clients where affected by the issue. -
Enhancement - Add branding option to disable icons in the file explorer: #9167
We implemented a branding parameter to disable the display of icons in the file explorer
context menu, this only affects Windows and Linux. -
Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216
We added a branding option that disables the
Multiple accounts are sharing the folder
warning. In previous client versions a bug caused the creation of new sync journals, causing
false positives in the detection. While this can be handled by the individual user, companies
with multiple hundreds of users may opt to disable the warning.
v2.9.2-rc4
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.9.2-rc4.6088.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.9.2-rc4] (2021-11-18)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Properly handle Windows log off: #8979
- Bugfix - Disable vfs option is ignored: #9159
- Bugfix - The client no longer idles after a minor url change: #9202
- Enhancement - Add branding option to disable icons in the file explorer: #9167
- Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216
Details
-
Bugfix - Properly handle Windows log off: #8979
We now ensure that we receive the window messages dispatched by the system.
-
Bugfix - Disable vfs option is ignored: #9159
We fixed a branding issue where vfs was used even when the parameter was set to disabled.
-
Bugfix - The client no longer idles after a minor url change: #9202
When the client detects a change of the url we ask the user to accept the change or if it was only
representational change (demo.com vs demo.com/) we directly accept the change. Due to a bug
the we aborted the sync only after we updated the url. This caused the client to idle for one
minute. -
Enhancement - Add branding option to disable icons in the file explorer: #9167
We implemented a branding parameter to disable the display of icons in the file explorer
context menu, this only affects Windows and Linux. -
Enhancement - Branding option to disable warning for multiple sync_journal.db's: #9216
We added a branding option that disables the
Multiple accounts are sharing the folder
warning. In previous client versions a bug caused the creation of new sync journals, causing
false positives in the detection. While this can be handled by the individual user, companies
with multiple hundreds of users may opt to disable the warning.
v2.9.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.9.1.5500.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client 2.9.1 (2021-10-13)
The following sections list the changes in ownCloud Desktop Client 2.9.1 relevant to
ownCloud admins and users.
Summary
- Bugfix - Mac multiple dialogs block all input: #8421
- Bugfix - Enforce rtl layout with rtl languages: #8806
- Bugfix - Broken url in branded builds: #8920
- Bugfix - Handle use of directory of another Windows VFS sync client: #8994
- Bugfix - Building libcloudprovider support fails: #8996
- Bugfix - Tables now display local time: #9006
- Bugfix - We fixed a crash when using the retry action on an issue: #9013
- Bugfix - Fix crash when closing the client: #9014
- Bugfix - Crash on missing or unreadable sync root: #9016
- Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019
- Bugfix - Properly deployment of Qt translations Mac and Window: #9022
- Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026
- Bugfix - When a folder is removed we leave a database behind: #9057
- Bugfix - Dehydrating placeholders failed if the file is read only: #9093
- Bugfix - Downgrades could trigger deletion of virtual files: #9114
- Enhancement - Display the error type in the issue protocol to allow sorting: #9010
Details
-
Bugfix - Mac multiple dialogs block all input: #8421
We back ported a fix to a Qt bug which causes multiple dialogs on Mac to block all input.
#8421
https://bugreports.qt.io/browse/QTBUG-91059
https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/feca22a30f8d3a2122fd9b2097351fcb2da28543 -
Bugfix - Enforce rtl layout with rtl languages: #8806
We fixed a bug where setting the language to a right to left language on mac did not change the
layout of the application. -
Bugfix - Broken url in branded builds: #8920
We fixed a string issue with branded builds resulting in invalid urls.
-
Bugfix - Handle use of directory of another Windows VFS sync client: #8994
We now better handle setup issues during the initialisation of virtual files support.
Especially the case that a user tries to use a directory managed by a competitor which until now
caused a crash. -
Bugfix - Building libcloudprovider support fails: #8996
We fixed the libcloudprovider integration.
-
Bugfix - Tables now display local time: #9006
We fixed a bug where the sync tables where displaying utc time for some items.
-
Bugfix - We fixed a crash when using the retry action on an issue: #9013
Using the context menu action on a sync issue could cause a crash.
-
Bugfix - Fix crash when closing the client: #9014
We fixed a crash where we crash when we closed the client during a sync.
-
Bugfix - Crash on missing or unreadable sync root: #9016
We fixed an issue where the client crashed after a user deleted the sync root or lost access to the
directory. -
Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019
We fixed a bug where the name of the sync journal was not properly saved to the settings. This
caused a bug when migration to 2.9, so a new a new sync journal was created.This not only caused the loss of some selective sync settings, but also caused the display of the
following warning message:and is no longer supported. Please consider removing this folder from the account and adding it again. ``` We also removed the account info infix from the sync db used with the cmd client. https://github.com/owncloud/client/issues/9019 https://github.com/owncloud/client/pull/9028 https://github.com/owncloud/client/pull/9046 https://github.com/owncloud/client/pull/9054
-
Bugfix - Properly deployment of Qt translations Mac and Window: #9022
We fixed a deployment bug which prevented the translation of some components to be loaded.
#9022
https://invent.kde.org/packaging/craft/-/commit/77c114917826480f294d0432f147c9e9f7d19e21 -
Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026
We incorrectly reported that suffix files where ignored.
-
Bugfix - When a folder is removed we leave a database behind: #9057
We fixed a bug where we left an empty
sync_journal.db
behind, when we removed a
folder/account. As we use the presence ofsync_journal.db
to determine whether the folder
is used by a sync client this prevented using an old folder in a new setup. -
Bugfix - Dehydrating placeholders failed if the file is read only: #9093
We fixed a bug where dehydrating a read only file failed without any apparent reason.
#9093
https://gitea.owncloud.services/client/client-plugin-vfs-win/pulls/33 -
Bugfix - Downgrades could trigger deletion of virtual files: #9114
We now prevent the downgrade of Windows VFS folders.
-
Enhancement - Display the error type in the issue protocol to allow sorting: #9010
We now display the error type in the not synced protocol and allow to sort by the error type.
v2.9.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.9.1-rc2.5455.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [2.9.1-rc2] (2021-10-08)
The following sections list the changes in ownCloud Desktop Client 2.9.1 relevant to
ownCloud admins and users.
Summary
- Bugfix - Mac multiple dialogs block all input: #8421
- Bugfix - Enforce rtl layout with rtl languages: #8806
- Bugfix - Broken url in branded builds: #8920
- Bugfix - Handle use of directory of another Windows VFS sync client: #8994
- Bugfix - Building libcloudprovider support fails: #8996
- Bugfix - Tables now display local time: #9006
- Bugfix - We fixed a crash when using the retry action on an issue: #9013
- Bugfix - Fix crash when closing the client: #9014
- Bugfix - Crash on missing or unreadable sync root: #9016
- Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019
- Bugfix - Properly deployment of Qt translations Mac and Window: #9022
- Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026
- Bugfix - When a folder is removed we leave a database behind: #9057
- Bugfix - Dehydrating placeholders failed if the file is read only: #9093
- Bugfix - Downgrades could trigger deletion of virtual files: #9114
- Enhancement - Display the error type in the issue protocol to allow sorting: #9000
Details
-
Bugfix - Mac multiple dialogs block all input: #8421
We back ported a fix to a Qt bug which causes multiple dialogs on Mac to block all input.
#8421
https://bugreports.qt.io/browse/QTBUG-91059
https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/feca22a30f8d3a2122fd9b2097351fcb2da28543 -
Bugfix - Enforce rtl layout with rtl languages: #8806
We fixed a bug where setting the language to a right to left language on mac did not change the
layout of the application. -
Bugfix - Broken url in branded builds: #8920
We fixed a string issue with branded builds resulting in invalid urls.
-
Bugfix - Handle use of directory of another Windows VFS sync client: #8994
We now better handle setup issues during the initialisation of virtual files support.
Especially the case that a user tries to use a directory managed by a competitor which until now
caused a crash. -
Bugfix - Building libcloudprovider support fails: #8996
We fixed the libcloudprovider integration.
-
Bugfix - Tables now display local time: #9006
We fixed a bug where the sync tables where displaying utc time for some items.
-
Bugfix - We fixed a crash when using the retry action on an issue: #9013
Using the context menu action on a sync issue could cause a crash.
-
Bugfix - Fix crash when closing the client: #9014
We fixed a crash where we crash when we closed the client during a sync.
-
Bugfix - Crash on missing or unreadable sync root: #9016
We fixed an issue where the client crashed after a user deleted the sync root or lost access to the
directory. -
Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019
We fixed a bug where the name of the sync journal was not properly saved to the settings. This
caused a bug when migration to 2.9, so a new a new sync journal was created.This not only caused the loss of some selective sync settings, but also caused the display of the
following warning message:and is no longer supported. Please consider removing this folder from the account and adding it again. ``` We also removed the account info infix from the sync db used with the cmd client. https://github.com/owncloud/client/issues/9019 https://github.com/owncloud/client/pull/9028 https://github.com/owncloud/client/pull/9046 https://github.com/owncloud/client/pull/9054
-
Bugfix - Properly deployment of Qt translations Mac and Window: #9022
We fixed a deployment bug which prevented the translation of some components to be loaded.
#9022
https://invent.kde.org/packaging/craft/-/commit/77c114917826480f294d0432f147c9e9f7d19e21 -
Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026
We incorrectly reported that suffix files where ignored.
-
Bugfix - When a folder is removed we leave a database behind: #9057
We fixed a bug where we left an empty
sync_journal.db
behind, when we removed a
folder/account. As we use the presence ofsync_journal.db
to determine whether the folder
is used by a sync client this prevented using an old folder in a new setup. -
Bugfix - Dehydrating placeholders failed if the file is read only: #9093
We fixed a bug where dehydrating a read only file failed without any apparent reason.
#9093
https://gitea.owncloud.services/client/client-plugin-vfs-win/pulls/33 -
Bugfix - Downgrades could trigger deletion of virtual files: #9114
We now prevent the downgrade of Windows VFS folders.
-
Enhancement - Display the error type in the issue protocol to allow sorting: #9000
We now display the error type in the not synced protocol and allow to sort by the error type.
v2.9.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.9.1-rc1.5270.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [2.9.1-rc1] (2021-09-29)
The following sections list the changes in ownCloud Desktop Client 2.9.1 relevant to
ownCloud admins and users.
Summary
- Bugfix - Mac multiple dialogs block all input: #8421
- Bugfix - Enforce rtl layout with rtl languages: #8806
- Bugfix - Broken url in branded builds: #8920
- Bugfix - Handle use of directory of another Windows VFS sync client: #8994
- Bugfix - Building libcloudprovider support fails: #8996
- Bugfix - Tables now display local time: #9006
- Bugfix - We fixed a crash when using the retry action on an issue: #9013
- Bugfix - Fix crash when closing the client: #9014
- Bugfix - Crash on missing or unreadable sync root: #9016
- Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019
- Bugfix - Properly deployment of Qt translations Mac and Window: #9022
- Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026
- Bugfix - When a folder is removed we leave a database behind: #9057
- Bugfix - Dehydrating placeholders failed if the file is read only: #9093
- Enhancement - Display the error type in the issue protocol and allow filtering: #9000
Details
-
Bugfix - Mac multiple dialogs block all input: #8421
We back ported a fix to a Qt bug which causes multiple dialogs on Mac to block all input.
#8421
https://bugreports.qt.io/browse/QTBUG-91059
https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/feca22a30f8d3a2122fd9b2097351fcb2da28543 -
Bugfix - Enforce rtl layout with rtl languages: #8806
We fixed a bug where setting the language to a right to left language on mac did not change the
layout of the application. -
Bugfix - Broken url in branded builds: #8920
We fixed a string issue with branded builds resulting in invalid urls.
-
Bugfix - Handle use of directory of another Windows VFS sync client: #8994
We now better handle setup issues during the initialisation of virtual files support.
Especially the case that a user tries to use a directory managed by a competitor which until now
caused a crash. -
Bugfix - Building libcloudprovider support fails: #8996
We fixed the libcloudprovider integration.
-
Bugfix - Tables now display local time: #9006
We fixed a bug where the sync tables where displaying utc time for some items.
-
Bugfix - We fixed a crash when using the retry action on an issue: #9013
Using the context menu action on a sync issue could cause a crash.
-
Bugfix - Fix crash when closing the client: #9014
We fixed a crash where we crash when we closed the client during a sync.
-
Bugfix - Crash on missing or unreadable sync root: #9016
We fixed an issue where the client crashed after a user deleted the sync root or lost access to the
directory. -
Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019
We fixed a bug where the name of the sync journal was not properly saved to the settings. This
caused a bug when migration to 2.9, so a new a new sync journal was created.This not only caused the loss of some selective sync settings, but also caused the display of the
following warning message:and is no longer supported. Please consider removing this folder from the account and adding it again. ``` We also removed the account info infix from the sync db used with the cmd client. https://github.com/owncloud/client/issues/9019 https://github.com/owncloud/client/pull/9028 https://github.com/owncloud/client/pull/9046 https://github.com/owncloud/client/pull/9054
-
Bugfix - Properly deployment of Qt translations Mac and Window: #9022
We fixed a deployment bug which prevented the translation of some components to be loaded.
#9022
https://invent.kde.org/packaging/craft/-/commit/77c114917826480f294d0432f147c9e9f7d19e21 -
Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026
We incorrectly reported that suffix files where ignored.
-
Bugfix - When a folder is removed we leave a database behind: #9057
We fixed a bug where we left an empty
sync_journal.db
behind, when we removed a
folder/account. As we use the presence ofsync_journal.db
to determine whether the folder
is used by a sync client this prevented using an old folder in a new setup. -
Bugfix - Dehydrating placeholders failed if the file is read only: #9093
We fixed a bug where dehydrating a read only file failed without any apparent reason.
#9093
https://gitea.owncloud.services/client/client-plugin-vfs-win/pulls/33 -
Enhancement - Display the error type in the issue protocol and allow filtering: #9000
We now display the error type in the not synced protocol and allow to filter by the error type.