Releases: owncloud/client
v3.0.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-3.0.0-rc3.9202.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.0.0-rc3] (2022-11-29)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Don't unset implicit log flush: #9515
- Bugfix - We fixed a crash: #10017
- Bugfix - Sync status changes are now directly displayed: #10101
- Bugfix - Windows VFS fixed some failing downloads: #49
- Bugfix - Don't trigger ignore list when files are locked on the server: #5382
- Bugfix - Properly resume upload with a partial local discovery: #5382
- Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
- Bugfix - Don't display a conext menu on the root folder: #8595
- Bugfix - Fix copy url location for private links: #9048
- Bugfix - Fix status of files uploaded with TUS: #9472
- Bugfix - The condition for the read only files menu was inverted: #9574
- Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
- Bugfix - Fix never ending sync: #9725
- Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752
- Bugfix - Stop the activity spinner when the request failed: #9798
- Bugfix - Changes during upload of a file could still trigger the ignore list: #9924
- Change - Windows: Update the folder icon on every start: #10184
- Change - Don't guess remote folder in owncloudcmd: #10193
- Change - When connected to oCIS, open the browser instead of the sharing dialog: #10206
- Change - Owncloudcmd OCIS support: #10239
- 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 - Drop socket upload job: #9585
- 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
- Change - Add "open in web editor" feature: #9724
- Change - Don't display error state when server is unreachable: #9790
- Enhancement - Windows VFS download speed improvement: #10031
- Enhancement - Add a prefer: minimal header to PROPFINDs: #10104
- Enhancement - Allow creation of sync roots with long paths: #10135
- Enhancement - Windows add longPath awareness: #10136
- Enhancement - Estimate duration of network requests in httplogger: #10142
- Enhancement - Tweak logging format: #10310
- Enhancement - Display
Show ownCloud
instead ofSettings
in systray: #8234 - Enhancement - Built-in AppImage self-updater: #8923
- Enhancement - Don't query private links if disabled on the server: #8998
- Enhancement - Add CMakeOption WITH_AUTO_UPDATER: #9082
- 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
- Enhancement - Create continuous log files: #9731
- Enhancement - Display a correct error when the wrong user was authenticated: #9772
- Enhancement - We improved the performance for local filesystem actions: #9910
- Enhancement - We improved the performance of db access: #9918
- Enhancement - Reduce CPU load during discovery: #9919
- Enhancement - Remove app name from connection error message: #9923
- Enhancement - Allow HTTP/1.1 pipelining: #9930
- Enhancement - Improve look and feel of many dialogs on macOS: #9995
Details
-
Bugfix - Don't unset implicit log flush: #9515
Since #9515 we flush the the log if the output is
stdout. We fixed a bug which disabled it again. -
Bugfix - We fixed a crash: #10017
We fixed a crash that could occur after a folder reported a setup error
-
Bugfix - Sync status changes are now directly displayed: #10101
-
Bugfix - Windows VFS fixed some failing downloads: #49
We fixed an api issue where some downloads in the Explorer caused infite download restarts.
-
Bugfix - Don't trigger ignore list when files are locked on the server: #5382
-
Bugfix - Properly resume upload with a partial local discovery: #5382
-
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.
v3.0.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-3.0.0-rc2.9178.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.0.0-rc2] (2022-11-25)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Don't unset implicit log flush: #9515
- Bugfix - We fixed a crash: #10017
- Bugfix - Sync status changes are now directly displayed: #10101
- Bugfix - Windows VFS fixed some failing downloads: #49
- Bugfix - Don't trigger ignore list when files are locked on the server: #5382
- Bugfix - Properly resume upload with a partial local discovery: #5382
- Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
- Bugfix - Don't display a conext menu on the root folder: #8595
- Bugfix - Fix copy url location for private links: #9048
- Bugfix - Fix status of files uploaded with TUS: #9472
- Bugfix - The condition for the read only files menu was inverted: #9574
- Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
- Bugfix - Fix never ending sync: #9725
- Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752
- Bugfix - Stop the activity spinner when the request failed: #9798
- Bugfix - Changes during upload of a file could still trigger the ignore list: #9924
- Change - Windows: Update the folder icon on every start: #10184
- Change - Don't guess remote folder in owncloudcmd: #10193
- Change - When connected to oCIS, open the browser instead of the sharing dialog: #10206
- Change - Owncloudcmd OCIS support: #10239
- 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 - Drop socket upload job: #9585
- 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
- Change - Add "open in web editor" feature: #9724
- Change - Don't display error state when server is unreachable: #9790
- Enhancement - Windows VFS download speed improvement: #10031
- Enhancement - Add a prefer: minimal header to PROPFINDs: #10104
- Enhancement - Allow creation of sync roots with long paths: #10135
- Enhancement - Windows add longPath awareness: #10136
- Enhancement - Estimate duration of network requests in httplogger: #10142
- Enhancement - Tweak logging format: #10310
- Enhancement - Display
Show ownCloud
instead ofSettings
in systray: #8234 - Enhancement - Built-in AppImage self-updater: #8923
- Enhancement - Don't query private links if disabled on the server: #8998
- Enhancement - Add CMakeOption WITH_AUTO_UPDATER: #9082
- 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
- Enhancement - Create continuous log files: #9731
- Enhancement - Display a correct error when the wrong user was authenticated: #9772
- Enhancement - We improved the performance for local filesystem actions: #9910
- Enhancement - We improved the performance of db access: #9918
- Enhancement - Reduce CPU load during discovery: #9919
- Enhancement - Remove app name from connection error message: #9923
- Enhancement - Allow HTTP/1.1 pipelining: #9930
- Enhancement - Improve look and feel of many dialogs on macOS: #9995
Details
-
Bugfix - Don't unset implicit log flush: #9515
Since #9515 we flush the the log if the output is
stdout. We fixed a bug which disabled it again. -
Bugfix - We fixed a crash: #10017
We fixed a crash that could occur after a folder reported a setup error
-
Bugfix - Sync status changes are now directly displayed: #10101
-
Bugfix - Windows VFS fixed some failing downloads: #49
We fixed an api issue where some downloads in the Explorer caused infite download restarts.
-
Bugfix - Don't trigger ignore list when files are locked on the server: #5382
-
Bugfix - Properly resume upload with a partial local discovery: #5382
-
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.
v3.0.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-3.0.0-rc1.9115.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.0.0-rc1] (2022-11-16)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Don't unset implicit log flush: #9515
- Bugfix - We fixed a crash: #10017
- Bugfix - Sync status changes are now directly displayed: #10101
- Bugfix - Windows VFS fixed some failing downloads: #49
- Bugfix - Don't trigger ignore list when files are locked on the server: #5382
- Bugfix - Properly resume upload with a partial local discovery: #5382
- Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
- Bugfix - Don't display a conext menu on the root folder: #8595
- Bugfix - Fix copy url location for private links: #9048
- Bugfix - Fix status of files uploaded with TUS: #9472
- Bugfix - The condition for the read only files menu was inverted: #9574
- Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
- Bugfix - Fix never ending sync: #9725
- Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752
- Bugfix - Stop the activity spinner when the request failed: #9798
- Bugfix - Changes during upload of a file could still trigger the ignore list: #9924
- Change - Windows: Update the folder icon on every start: #10184
- Change - Don't guess remote folder in owncloudcmd: #10193
- Change - When connected to oCIS, open the browser instead of the sharing dialog: #10206
- Change - Owncloudcmd OCIS support: #10239
- 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 - Drop socket upload job: #9585
- 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
- Change - Add "open in web editor" feature: #9724
- Change - Don't display error state when server is unreachable: #9790
- Enhancement - Windows VFS download speed improvement: #10031
- Enhancement - Add a prefer: minimal header to PROPFINDs: #10104
- Enhancement - Allow creation of sync roots with long paths: #10135
- Enhancement - Windows add longPath awareness: #10136
- Enhancement - Estimate duration of network requests in httplogger: #10142
- Enhancement - Display
Show ownCloud
instead ofSettings
in systray: #8234 - Enhancement - Built-in AppImage self-updater: #8923
- Enhancement - Don't query private links if disabled on the server: #8998
- Enhancement - Add CMakeOption WITH_AUTO_UPDATER: #9082
- 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
- Enhancement - Create continuous log files: #9731
- Enhancement - Display a correct error when the wrong user was authenticated: #9772
- Enhancement - We improved the performance for local filesystem actions: #9910
- Enhancement - We improved the performance of db access: #9918
- Enhancement - Reduce CPU load during discovery: #9919
- Enhancement - Remove app name from connection error message: #9923
- Enhancement - Allow HTTP/1.1 pipelining: #9930
- Enhancement - Improve look and feel of many dialogs on macOS: #9995
Details
-
Bugfix - Don't unset implicit log flush: #9515
Since #9515 we flush the the log if the output is
stdout. We fixed a bug which disabled it again. -
Bugfix - We fixed a crash: #10017
We fixed a crash that could occur after a folder reported a setup error
-
Bugfix - Sync status changes are now directly displayed: #10101
-
Bugfix - Windows VFS fixed some failing downloads: #49
We fixed an api issue where some downloads in the Explorer caused infite download restarts.
-
Bugfix - Don't trigger ignore list when files are locked on the server: #5382
-
Bugfix - Properly resume upload with a partial local discovery: #5382
-
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 - Don't display a conext menu on the root folder: [#8595](https:...
v3.0.0-beta2
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-beta2.9068.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.0.0-beta2] (2022-11-11)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Don't unset implicit log flush: #9515
- Bugfix - We fixed a crash: #10017
- Bugfix - Sync status changes are now directly displayed: #10101
- Bugfix - Windows VFS fixed some failing downloads: #49
- Bugfix - Don't trigger ignore list when files are locked on the server: #5382
- Bugfix - Properly resume upload with a partial local discovery: #5382
- Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
- Bugfix - Don't display a conext menu on the root folder: #8595
- Bugfix - Fix copy url location for private links: #9048
- Bugfix - Fix status of files uploaded with TUS: #9472
- Bugfix - The condition for the read only files menu was inverted: #9574
- Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
- Bugfix - Fix never ending sync: #9725
- Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752
- Bugfix - Stop the activity spinner when the request failed: #9798
- Bugfix - Changes during upload of a file could still trigger the ignore list: #9924
- Change - Windows: Update the folder icon on every start: #10184
- Change - Don't guess remote folder in owncloudcmd: #10193
- Change - When connected to oCIS, open the browser instead of the sharing dialog: #10206
- Change - Owncloudcmd OCIS support: #10239
- 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 - Drop socket upload job: #9585
- 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
- Change - Add "open in web editor" feature: #9724
- Change - Don't display error state when server is unreachable: #9790
- Enhancement - Windows VFS download speed improvement: #10031
- Enhancement - Add a prefer: minimal header to PROPFINDs: #10104
- Enhancement - Allow creation of sync roots with long paths: #10135
- Enhancement - Windows add longPath awareness: #10136
- Enhancement - Estimate duration of network requests in httplogger: #10142
- Enhancement - Display
Show ownCloud
instead ofSettings
in systray: #8234 - Enhancement - Built-in AppImage self-updater: #8923
- Enhancement - Don't query private links if disabled on the server: #8998
- Enhancement - Add CMakeOption WITH_AUTO_UPDATER: #9082
- 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
- Enhancement - Create continuous log files: #9731
- Enhancement - Display a correct error when the wrong user was authenticated: #9772
- Enhancement - We improved the performance for local filesystem actions: #9910
- Enhancement - We improved the performance of db access: #9918
- Enhancement - Reduce CPU load during discovery: #9919
- Enhancement - Remove app name from connection error message: #9923
- Enhancement - Allow HTTP/1.1 pipelining: #9930
- Enhancement - Improve look and feel of many dialogs on macOS: #9995
Details
-
Bugfix - Don't unset implicit log flush: #9515
Since #9515 we flush the the log if the output is
stdout. We fixed a bug which disabled it again. -
Bugfix - We fixed a crash: #10017
We fixed a crash that could occur after a folder reported a setup error
-
Bugfix - Sync status changes are now directly displayed: #10101
-
Bugfix - Windows VFS fixed some failing downloads: #49
We fixed an api issue where some downloads in the Explorer caused infite download restarts.
-
Bugfix - Don't trigger ignore list when files are locked on the server: #5382
-
Bugfix - Properly resume upload with a partial local discovery: #5382
-
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 ...
v3.0.0-beta1
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-beta1.9005.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.0.0-beta1] (2022-11-04)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Don't unset implicit log flush: #9515
- Bugfix - We fixed a crash: #10017
- Bugfix - Sync status changes are now directly displayed: #10101
- Bugfix - Don't trigger ignore list when files are locked on the server: #5382
- Bugfix - Properly resume upload with a partial local discovery: #5382
- Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
- Bugfix - Don't display a conext menu on the root folder: #8595
- Bugfix - Fix copy url location for private links: #9048
- Bugfix - Fix status of files uploaded with TUS: #9472
- Bugfix - The condition for the read only files menu was inverted: #9574
- Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
- Bugfix - Fix never ending sync: #9725
- Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752
- Bugfix - Stop the activity spinner when the request failed: #9798
- Bugfix - Changes during upload of a file could still trigger the ignore list: #9924
- 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 - Drop socket upload job: #9585
- 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
- Change - Add "open in web editor" feature: #9724
- Change - Don't display error state when server is unreachable: #9790
- Enhancement - Windows VFS download speed improvement: #10031
- Enhancement - Add a prefer: minimal header to PROPFINDs: #10104
- Enhancement - Allow creation of sync roots with long paths: #10135
- Enhancement - Windows add longPath awareness: #10136
- Enhancement - Estimate duration of network requests in httplogger: #10142
- Enhancement - Display
Show ownCloud
instead ofSettings
in systray: #8234 - Enhancement - Built-in AppImage self-updater: #8923
- Enhancement - Don't query private links if disabled on the server: #8998
- Enhancement - Add CMakeOption WITH_AUTO_UPDATER: #9082
- 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
- Enhancement - Create continuous log files: #9731
- Enhancement - Display a correct error when the wrong user was authenticated: #9772
- Enhancement - We improved the performance for local filesystem actions: #9910
- Enhancement - We improved the performance of db access: #9918
- Enhancement - Reduce CPU load during discovery: #9919
- Enhancement - Remove app name from connection error message: #9923
- Enhancement - Allow HTTP/1.1 pipelining: #9930
- Enhancement - Improve look and feel of many dialogs on macOS: #9995
Details
-
Bugfix - Don't unset implicit log flush: #9515
Since #9515 we flush the the log if the output is
stdout. We fixed a bug which disabled it again. -
Bugfix - We fixed a crash: #10017
We fixed a crash that could occur after a folder reported a setup error
-
Bugfix - Sync status changes are now directly displayed: #10101
-
Bugfix - Don't trigger ignore list when files are locked on the server: #5382
-
Bugfix - Properly resume upload with a partial local discovery: #5382
-
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 - Don't display a conext menu on the root folder: #8595
-
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 - The condition for the read only files menu was inverted: #9574
We fixed a bug where we displayed solutions to fix issues with read on...
v3.0.0-alpha9
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-alpha9.8922.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.0.0-alpha9] (2022-10-26)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Don't unset implicit log flush: #9515
- Bugfix - We fixed a crash: #10017
- Bugfix - Sync status changes are now directly displayed: #10101
- Bugfix - Don't trigger ignore list when files are locked on the server: #5382
- Bugfix - Properly resume upload with a partial local discovery: #5382
- Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
- Bugfix - Don't display a conext menu on the root folder: #8595
- Bugfix - Fix copy url location for private links: #9048
- Bugfix - Fix status of files uploaded with TUS: #9472
- Bugfix - The condition for the read only files menu was inverted: #9574
- Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
- Bugfix - Fix never ending sync: #9725
- Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752
- Bugfix - Stop the activity spinner when the request failed: #9798
- Bugfix - Changes during upload of a file could still trigger the ignore list: #9924
- 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 - Drop socket upload job: #9585
- 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
- Change - Add "open in web editor" feature: #9724
- Change - Don't display error state when server is unreachable: #9790
- Enhancement - Windows VFS download speed improvement: #10031
- Enhancement - Add a prefer: minimal header to PROPFINDs: #10104
- Enhancement - Allow creation of sync roots with long paths: #10135
- Enhancement - Windows add longPath awareness: #10136
- Enhancement - Estimate duration of network requests in httplogger: #10142
- Enhancement - Display
Show ownCloud
instead ofSettings
in systray: #8234 - Enhancement - Built-in AppImage self-updater: #8923
- Enhancement - Don't query private links if disabled on the server: #8998
- Enhancement - Add CMakeOption WITH_AUTO_UPDATER: #9082
- 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
- Enhancement - Create continuous log files: #9731
- Enhancement - Display a correct error when the wrong user was authenticated: #9772
- Enhancement - We improved the performance for local filesystem actions: #9910
- Enhancement - We improved the performance of db access: #9918
- Enhancement - Reduce CPU load during discovery: #9919
- Enhancement - Remove app name from connection error message: #9923
- Enhancement - Allow HTTP/1.1 pipelining: #9930
- Enhancement - Improve look and feel of many dialogs on macOS: #9995
Details
-
Bugfix - Don't unset implicit log flush: #9515
Since #9515 we flush the the log if the output is
stdout. We fixed a bug which disabled it again. -
Bugfix - We fixed a crash: #10017
We fixed a crash that could occur after a folder reported a setup error
-
Bugfix - Sync status changes are now directly displayed: #10101
-
Bugfix - Don't trigger ignore list when files are locked on the server: #5382
-
Bugfix - Properly resume upload with a partial local discovery: #5382
-
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 - Don't display a conext menu on the root folder: #8595
-
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 - The condition for the read only files menu was inverted: #9574
We fixed a bug where we displayed solutions to fix issues with rea...
v3.0.0-alpha4
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-alpha4.8656.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.0.0-alpha4] (2022-09-29)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Don't unset implicit log flush: #9515
- Bugfix - We fixed a crash: #10017
- Bugfix - Sync status changes are now directly displayed: #10101
- Bugfix - Don't trigger ignore list when files are locked on the server: #5382
- Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
- Bugfix - Don't display a conext menu on the root folder: #8595
- Bugfix - Fix copy url location for private links: #9048
- Bugfix - Fix status of files uploaded with TUS: #9472
- Bugfix - The condition for the read only files menu was inverted: #9574
- Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
- Bugfix - Fix never ending sync: #9725
- Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752
- Bugfix - Stop the activity spinner when the request failed: #9798
- Bugfix - Changes during upload of a file could still trigger the ignore list: #9924
- 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 - Drop socket upload job: #9585
- 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
- Change - Add "open in web editor" feature: #9724
- Change - Don't display error state when server is unreachable: #9790
- Enhancement - Add a prefer: minimal header to PROPFINDs: #10104
- Enhancement - Display
Show ownCloud
instead ofSettings
in systray: #8234 - Enhancement - Built-in AppImage self-updater: #8923
- Enhancement - Don't query private links if disabled on the server: #8998
- Enhancement - Add CMakeOption WITH_AUTO_UPDATER: #9082
- 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
- Enhancement - Create continuous log files: #9731
- Enhancement - Display a correct error when the wrong user was authenticated: #9772
- Enhancement - We improved the performance for local filesystem actions: #9910
- Enhancement - We improved the performance of db access: #9918
- Enhancement - Reduce CPU load during discovery: #9919
- Enhancement - Remove app name from connection error message: #9923
- Enhancement - Allow HTTP/1.1 pipelining: #9930
- Enhancement - Improve look and feel of many dialogs on macOS: #9995
Details
-
Bugfix - Don't unset implicit log flush: #9515
Since #9515 we flush the the log if the output is
stdout. We fixed a bug which disabled it again. -
Bugfix - We fixed a crash: #10017
We fixed a crash that could occur after a folder reported a setup error
-
Bugfix - Sync status changes are now directly displayed: #10101
-
Bugfix - Don't trigger ignore list when files are locked on the server: #5382
-
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 - Don't display a conext menu on the root folder: #8595
-
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 - The condition for the read only files menu was inverted: #9574
We fixed a bug where we displayed solutions to fix issues with read only fils for readable files
and vise versa. -
Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
We fixed a deadlock when a user requested a context menu in a folder slection dialog on Windows.
-
Bugfix - Fix never ending sync: #9725
Under certain conditions an upload could enter a state were it would never finish. The client
would wait for that upload so only a restart of the client or a manual abort of the sync could
resolve the issue. -
Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: [#9752](...
v3.0.0-alpha3
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-alpha3.8533.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.0.0-alpha3] (2022-09-14)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Don't unset implicit log flush: #9515
- Bugfix - We fixed a crash: #10017
- Bugfix - Add request time and other missing data to .owncloudsync.log: #7348
- Bugfix - Don't display a conext menu on the root folder: #8595
- Bugfix - Fix copy url location for private links: #9048
- Bugfix - Fix status of files uploaded with TUS: #9472
- Bugfix - The condition for the read only files menu was inverted: #9574
- Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
- Bugfix - Fix never ending sync: #9725
- Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752
- Bugfix - Stop the activity spinner when the request failed: #9798
- Bugfix - Changes during upload of a file could still trigger the ignore list: #9924
- 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 - Drop socket upload job: #9585
- 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
- Change - Add "open in web editor" feature: #9724
- Change - Don't display error state when server is unreachable: #9790
- Enhancement - Display
Show ownCloud
instead ofSettings
in systray: #8234 - Enhancement - Built-in AppImage self-updater: #8923
- Enhancement - Don't query private links if disabled on the server: #8998
- Enhancement - Add CMakeOption WITH_AUTO_UPDATER: #9082
- 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
- Enhancement - Create continuous log files: #9731
- Enhancement - Display a correct error when the wrong user was authenticated: #9772
- Enhancement - We improved the performance for local filesystem actions: #9910
- Enhancement - We improved the performance of db access: #9918
- Enhancement - Reduce CPU load during discovery: #9919
- Enhancement - Remove app name from connection error message: #9923
- Enhancement - Allow HTTP/1.1 pipelining: #9930
- Enhancement - Improve look and feel of many dialogs on macOS: #9995
Details
-
Bugfix - Don't unset implicit log flush: #9515
Since #9515 we flush the the log if the output is
stdout. We fixed a bug which disabled it again. -
Bugfix - We fixed a crash: #10017
We fixed a crash that could occur after a folder reported a setup error
-
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 - Don't display a conext menu on the root folder: #8595
-
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 - The condition for the read only files menu was inverted: #9574
We fixed a bug where we displayed solutions to fix issues with read only fils for readable files
and vise versa. -
Bugfix - Deadlock in folder context menu in a folder selection dialog: #9681
We fixed a deadlock when a user requested a context menu in a folder slection dialog on Windows.
-
Bugfix - Fix never ending sync: #9725
Under certain conditions an upload could enter a state were it would never finish. The client
would wait for that upload so only a restart of the client or a manual abort of the sync could
resolve the issue. -
Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: #9752
We used to add those bookmarks in a Gtk+ 2 compatible way only. Now, bookmarks are added to the
file belonging to Gtk+ 3, dropping support for end-of-life Gtk+ 2. The bookmarks are now shown
again for all Gtk+ 3 compatible file browsers, including Thunar, Nautilus, Nemo, Caja, etc. -
Bugfix - Stop the activity spinner when the request failed: #9798
If the server did not provide the activity endpoint we always displayed a progress spinenr.
-
Bugfix - Changes during upload of a file could still trigger the igno...
v2.11.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.11.1.8438.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v2.11.1] (2022-09-01)
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-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