Releases: owncloud/client
v6.0.0-rc.1
Downloads
ownCloud client
Windows:
64 bit | Windows MSI for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage |
---|
Testpilotcloud branded client
Windows
64 bit | Windows for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage |
---|
Sources: ownCloud-6.0.0.14872-rc.1.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v6.0.0-rc.1] (2024-10-22)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix location loading on Mac: #6761
- Bugfix - Schedule syncs after an abort: #11396
- Bugfix - Fix description of manage public links action: #11450
- Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
- Bugfix - Properly encode scope and prompt items in OAuth URL: #11472
- Bugfix - Client stuck in reconnecting state after application start: #11478
- Bugfix - Strip user information from new-connection URL: #11497
- Bugfix - Support logging redirect: #11581
- Bugfix - Don't store null certificates in the account: #11621
- Bugfix - Fix crash for folders that could not be initialized: #11664
- Bugfix - Make open account in browser accessible for keyboard navigation: #11772
- Bugfix - Don't log misleading error if dynamic registration failed: #11839
- Change - Revert local folder name back to pre 3.0 behavior: #6390
- Change - Make messages translatable that occur early in start-up: #11142
- Change - Remove unused command line option --language: #11245
- Change - Windows: always use fusion style: #11275
- Change - Deprecate suffix VFS: #11325
- Change - Removal of selective sync tree from account status page: #11357
- Change - Fix three badly styled warning messages: #11412
- Change - Removed support for limiting sync of big new folder & external storage: #11517
- Change - Set the 'No' button as default action in the Unknown Certificate dialog: #11531
- Change - Remove
Remove all files
dialog: #11569 - Change - Rewrite of the spaces browser: #11595
- Change - New update channel for ownCloud infinite scale: #11742
- Change - Remove support for branded shell extensions on Linux: #11743
- Change - Only allow to add unsyced spaces: #11752
- Change - Rewrite of the login widget in QML: #11856
- Enhancement - Add option to pause synchronization on metered connections: #4808
- Enhancement - Add option to move files to trash instead of deleting: #9001
- Enhancement - Prevent same default sync folder for multiple accounts with Spaces: #11204
- Enhancement - Use less modal dialogs: #11304
- Enhancement - Include recent changes in scheduled syncs: #11347
- Enhancement - Improve handling of a server blocking an unsupported client: #11424
- Enhancement - Ask user to restart application when update is available on Windows: #11442
- Enhancement - New Folder status: #11491
- Enhancement - Pause sync when behind a captive portal: #11533
- Enhancement - Support for prompt_values_supported in openid-configuration: #11729
- Enhancement - New branding option: automatically sync new spaces: #11751
- Enhancement - Display how many spaces are unsynced: #11760
Details
-
Bugfix - Fix location loading on Mac: #6761
-
Bugfix - Schedule syncs after an abort: #11396
We fixed a bug where the client stopped scheduling syncs after a sync was
aborted. -
Bugfix - Fix description of manage public links action: #11450
-
Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
In a few error scenarios, the folder watcher on Linux shows a dialog with an
error message. A crash has been fixed where this occurred before the GUI was
fully initialised. -
Bugfix - Properly encode scope and prompt items in OAuth URL: #11472
Fixed a bug where the scope and prompt items of an OAuth query would not be
encoded, resulting in an invalid request. -
Bugfix - Client stuck in reconnecting state after application start: #11478
We fixed a bug where the client was starting OAuth authentication but did not
prompt the user properly to renew authentication. This resulted in the client
apparently getting stuck in the "reconnecting" state. -
Bugfix - Strip user information from new-connection URL: #11497
Credentials in the URL are not supported for some time. This fix strips them
from the URL before storage and using it to authenticate the client to the
server. -
Bugfix - Support logging redirect: #11581
We now log when all urls when a request was redirected.
-
Bugfix - Don't store null certificates in the account: #11621
-
Bugfix - Fix crash for folders that could not be initialized: #11664
We fixed a bug where interacting with a folder in the file browser could lead to
a crash if the folder was not properly initialized. -
Bugfix - Make open account in browser accessible for keyboard navigation: #11772
On the account settings page, the status label contained the URL of the server.
This URL was not accessible with keyboard navigation or when a screen-reader was
used. Now...
v5.3.1
Downloads
ownCloud client
Windows:
64 bit | Windows MSI for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
64 bit | Windows for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-5.3.1.14018.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.3.1] (2024-06-11)
The following sections list the changes in ownCloud Desktop Client 5.3.1 relevant to
ownCloud admins and users.
Summary
- Bugfix - Ensure the Windows shell extension is linked statically: #11691
Details
-
Bugfix - Ensure the Windows shell extension is linked statically: #11691
We fixed a regression where https://cmake.org/cmake/help/latest/policy/CMP0091.html
caused our shell extension no longer to be linked statically.
v5.3.0
Downloads
ownCloud client
Windows:
64 bit | Windows MSI for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
64 bit | Windows for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-5.3.0.13987.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.3.0] (2024-06-06)
The following sections list the changes in ownCloud Desktop Client 5.3.0 relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
- Bugfix - Client stuck in
reconnecting
: #11467 - Bugfix - Ensure folders are scheduled only once: #11552
- Change - Revert local folder name back to pre 3.0 behavior: #6390
- Enhancement - Add support to provide a list of ports for the OAuth process: #11276
- Enhancement - Support
Active Directory Federation Service
as identity provider: #11646
Details
-
Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
In a few error scenarios, the folder watcher on Linux shows a dialog with an error message. A
crash has been fixed where this occurred before the GUI was fully initialised. -
Bugfix - Client stuck in
reconnecting
: #11467Properly handle errors during the update of the server settings. Due to an unhandled result,
the client could get stuck in areconnecting
state. -
Bugfix - Ensure folders are scheduled only once: #11552
We fixed a bug where a folder could be scheduled multiple times.
-
Change - Revert local folder name back to pre 3.0 behavior: #6390
Due to user requests, we reverted the folder name from
ownCloud - [email protected] ownCloud - [email protected] ownCloud - [email protected]
Back to
ownCloud ownCloud (1) ownCloud (2)
-
Enhancement - Add support to provide a list of ports for the OAuth process: #11276
We added a branding option that enables us to specify a list of ports that are used for the local
server during the OAuth process. -
Enhancement - Support
Active Directory Federation Service
as identity provider: #11646We changed the OAuth workflow to support
Active Directory Federation Service
v5.3.0-rc.1
Downloads
ownCloud client
Windows:
64 bit | Windows MSI for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
64 bit | Windows for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-5.3.0.13937-rc.1.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.3.0-rc.1] (2024-05-29)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
- Bugfix - Client stuck in
reconnecting
: #11467 - Bugfix - Ensure folder are scheduled only once: #11552
- Change - Revert local folder name back to pre 3.0 behavior: #6390
- Enhancement - Add support to provide a list of ports for the OAuth process: #11276
- Enhancement - Support
Active Directory Federation Service
as identity provider: #11646
Details
-
Bugfix - Fix early-use crash in the folder watcher on Linux: #11460
In a few error scenarios, the folder watcher on Linux shows a dialog with an error message. A
crash has been fixed where this occurred before the GUI was fully initialised. -
Bugfix - Client stuck in
reconnecting
: #11467Properly handle errors during the update of the server settings. Due to an unhandled result,
the client could get stuck in areconnecting
state. -
Bugfix - Ensure folder are scheduled only once: #11552
We fixed a bug where a folder could be scheduled multiple times.
-
Change - Revert local folder name back to pre 3.0 behavior: #6390
Due to user requests, we reverted the folder name from
ownCloud - [email protected] ownCloud - [email protected] ownCloud - [email protected]
Back to
ownCloud ownCloud (1) ownCloud (2)
-
Enhancement - Add support to provide a list of ports for the OAuth process: #11276
We added a branding option that enables us to specify a list of ports that are used for the local
server during the OAuth process. -
Enhancement - Support
Active Directory Federation Service
as identity provider: #11646We changed the OAuth workflow to support
Active Directory Federation Service
v5.2.1
Downloads
ownCloud client
Windows:
64 bit | Windows MSI for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
64 bit | Windows for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-5.2.1.13040.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.2.1] (2024-01-04)
The following sections list the changes in ownCloud Desktop Client 5.2.1 relevant to
ownCloud admins and users.
Summary
- Bugfix - Client stuck in reconnecting: #11274
- Enhancement - Improved reliability for persisting settings: #11413
Details
-
Bugfix - Client stuck in reconnecting: #11274
We fixed a bug where the client got stuck while reconnecting to the server.
-
Enhancement - Improved reliability for persisting settings: #11413
We improved the reliability of saving accounts. This might fix an issue where sync connections
were lost at random.
v6.0.0-alpha.1
Downloads
ownCloud client
Windows:
64 bit | Windows MSI for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
64 bit | Windows for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-6.0.0.12867-alpha.1.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v6.0.0-alpha.1] (2023-12-08)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Schedule syncs after an abort: #11396
- Change - Make messages translatable that occur early in start-up: #11142
- Change - Remove unused command line option --language: #11245
- Change - Windows: always use fusion style: #11275
- Change - Deprecate suffix VFS: #11325
- Enhancement - Include recent changes in scheduled syncs: #11347
Details
-
Bugfix - Schedule syncs after an abort: #11396
We fixed a bug where the client stopped scheduling syncs after a sync was
aborted. -
Change - Make messages translatable that occur early in start-up: #11142
These messages include the command-line messages (both errors and the help
text). To do this, the deprecated--confdir
option has been removed. This
option was only used on windows before roaming profiles were supported. -
Change - Remove unused command line option --language: #11245
This option was used before the UI language could be chosen in the settings. The
option --list-languages is also removed, as it no longer serves a purpose. -
Change - Windows: always use fusion style: #11275
We already used the fusion style on Windows for years if the system used dpi
scaling. Since Qt6.5 the fusion style also support the dark theme on Windows.
Those two reasons convinced us that always using the fusion style on Windows
will result in the best experience for the users. -
Change - Deprecate suffix VFS: #11325
We decided to deprecate the suffix VFS implementations and thus prepare its
removal in 7.0. -
Enhancement - Include recent changes in scheduled syncs: #11347
When starting a new sync we now also include the recent change events in the
discovery.
v5.2.0
Downloads
ownCloud client
Windows:
64 bit | Windows MSI for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
64 bit | Windows for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-5.2.0.12726.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.2.0] (2023-11-28)
The following sections list the changes in ownCloud Desktop Client 5.2.0 relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix url resolution for app provider: #11296
- Bugfix - Fix crash on unhandled status code on rename check: #11379
Details
-
Bugfix - Fix url resolution for app provider: #11296
We fixed a bug in the url resolution for the app provider. If owncloud is installed to a non root
directory we computed a wrong url for the app provider urls. This could trigger a connection
validation in the client, which intern triggered a request to the app provider. Reulting in an
endless loop rendering the client unusable. -
Bugfix - Fix crash on unhandled status code on rename check: #11379
We fixed a bug that caused the application to crash instead of just aborting the current sync.
v5.2.0-rc.1
Downloads
ownCloud client
Windows:
64 bit | Windows MSI for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
Windows | Windows for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-5.2.0.12687-rc.1.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.2.0-rc.1] (2023-11-24)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix url resolution for app provider: #11296
- Bugfix - Fix crash on unhandled status code on rename check: #11379
Details
-
Bugfix - Fix url resolution for app provider: #11296
We fixed a bug in the url resolution for the app provider. If owncloud is installed to a non root
directory we computed a wrong url for the app provider urls. This could trigger a connection
validation in the client, which intern triggered a request to the app provider. Reulting in an
endless loop rendering the client unusable. -
Bugfix - Fix crash on unhandled status code on rename check: #11379
We fixed a bug that caused the application to crash instead of just aborting the current sync.
v5.1.2
Downloads
ownCloud client
Windows:
64 bit | Windows MSI for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
Windows | Windows for Group Policy |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-5.1.2.12600.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.1.2] (2023-11-14)
The following sections list the changes in ownCloud Desktop Client 5.1.2 relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix crash when keychain job takes longer than expected: #11361
Details
-
Bugfix - Fix crash when keychain job takes longer than expected: #11361
In 5.1.1, we introduced a timeout for keychain jobs that killed them when their execution time
exceeded 5 seconds and log this to allow debugging of problems related to secrets handling.Apparently, there are valid cases in which these jobs can take longer than the expected
timeout, e.g., when the user needs to unlock their keychain first or configure it otherwise.We now let the jobs run indefinitely and log every 5 seconds whether the job is still running.
v5.1.1-rc.1
Downloads
ownCloud client
Windows:
64 bit | 32 bit | Windows MSI for Group Policy | 32 bit GPO |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Testpilotcloud branded client
Windows
Windows | 32 bit | Windows for Group Policy | 32 bit GPO |
---|
macOS
Intel | M1 |
---|
Linux
AppImage | Package repository |
---|
Sources: ownCloud-5.1.1.12577-rc.1.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v5.1.1-rc.1] (2023-11-07)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Prevent permanent deletion of files when disabling VFS: #11331
Details
-
Bugfix - Prevent permanent deletion of files when disabling VFS: #11331
When a user disabled the virtual files feature on Windows, all currently dehydrated files were
deleted accidentally. On the server those files where still available in the trash bin. This
regression was introduced in the previous release 5.0.0.