Table of Contents
- Changelog for 7.0.0-rc.1
Changes in 7.0.0-rc.1
Summary
- Bugfix - Removed 'OCM_OCM_PROVIDER_AUTHORIZER_VERIFY_REQUEST_HOSTNAME' setting: #104
- Bugfix - Respect proxy url when validating proofkeys: #1234
- Bugfix - Generate short tokens to be used as access tokens for WOPI: #10391
- Bugfix - Fix put relative wopi operation for microsoft: #10403
- Bugfix - Make SSE keepalive interval configurable: #10411
- Bugfix - Micro registry cache fixes: #10429
- Bugfix - Fix the memlimit loglevel: #10431
- Bugfix - Restart Postprocessing properly: #10439
- Bugfix - Allow to configure data server URL for ocm: #10440
- Bugfix - Return wopi lock header in get lock response: #10469
- Bugfix - 'ocis backup consistency' fixed for file revisions: #10493
- Bugfix - Wait for services to be ready before registering them: #10498
- Bugfix - Fix 0-byte file uploads: #10500
- Bugfix - Fixed
sharedWithMe
response for OCM shares: #10501 - Bugfix - Fix gateway nats checks: #10502
- Enhancement - Create thumbnails for GGP MIME types: #10303
- Enhancement - Include a product name in the collaboration service: #10335
- Enhancement - Add web extensions to the ocis_full example: #10399
- Enhancement - Bump reva to 2.26.4: #10419
- Enhancement - Remove deprecated CLI commands: #10430
- Enhancement - Bump cs3api: #10448
- Enhancement - Update web to v11.0.2: #10467
- Enhancement - Bump reva to latest: #10472
- Enhancement - Concurrent userlog processing: #10504
- Enhancement - Concurrent autoaccept for shares: #10505
Details
-
Bugfix - Removed 'OCM_OCM_PROVIDER_AUTHORIZER_VERIFY_REQUEST_HOSTNAME' setting: #104
The config option 'OCM_OCM_PROVIDER_AUTHORIZER_VERIFY_REQUEST_HOSTNAME' was
removed from the OCM service. The additional security provided by this setting
is somewhat questionable and only provided in very specific setups.We are not going through the normal deprecation process for this setting, as it
was never really working anyway. If you have this setting in your configuration,
it will be ignored. You can safely remove it. -
Bugfix - Respect proxy url when validating proofkeys: #1234
We fixed a bug where the proxied wopi URL was not used when validating
proofkeys. This caused the validation to fail when the proxy was used. -
Bugfix - Generate short tokens to be used as access tokens for WOPI: #10391
Currently, the access tokens being used might be too long. In particular,
Microsoft Office Online complains about the URL (which contains the access
token) is too long and refuses to work. -
Bugfix - Fix put relative wopi operation for microsoft: #10403
We fixed a bug in the put relative wopi operation for microsoft. The response
now contains the correct properties. -
Bugfix - Make SSE keepalive interval configurable: #10411
To prevent intermediate proxies from closing the SSE connection admins can now
configure aSSE_KEEPALIVE_INTERVAL
. -
Bugfix - Micro registry cache fixes: #10429
We now invalidate cache entries when any of the nodes was not updated.
-
Bugfix - Fix the memlimit loglevel: #10431
We set the memlimit default loglevel to error.
-
Bugfix - Restart Postprocessing properly: #10439
Properly differentiate between resume and restart postprocessing.
-
Bugfix - Allow to configure data server URL for ocm: #10440
We introduced the
OCM_OCM_STORAGE_DATA_SERVER_URL
setting to fix a bug when
downloading files from an OCM share. Before the data server URL defaulted to the
listen address of the OCM server, which did not work when using 0.0.0.0 as the
listen address. -
Bugfix - Return wopi lock header in get lock response: #10469
We fixed a bug where the wopi lock header was not returned in the get lock
response. This is now fixed and the wopi validator tests are passing. -
Bugfix - 'ocis backup consistency' fixed for file revisions: #10493
A bug was fixed that caused the 'ocis backup consistency' command to incorrectly
report inconistencies when file revisions with a zero value for the nano-second
part of the timestamp were present. -
Bugfix - Wait for services to be ready before registering them: #10498
-
Bugfix - Fix 0-byte file uploads: #10500
We fixed an issue where 0-byte files upload did not return the Location header.
-
Bugfix - Fixed
sharedWithMe
response for OCM shares: #10501OCM shares returned in the
sharedWithMe
response did not have themimeType
property populated correctly. -
Bugfix - Fix gateway nats checks: #10502
We now only check if nats is available when the gateway actually uses it.
Furthermore, we added a backoff for checking the readys endpoint. -
Enhancement - Create thumbnails for GGP MIME types: #10303
Creates thumbnails for newly added ggp files
-
Enhancement - Include a product name in the collaboration service: #10335
The product name will allow using a different app name. For example, a "CoolBox"
app name might use a branded Collabora instance by using "Collabora" as product
name. -
Enhancement - Add web extensions to the ocis_full example: #10399
We added some of the web extensions from ownCloud to the ocis_full docker
compose example.- importer - draw-io - external-sites - json-viewer - unzip - progressbars
These can be enabled in the .env file one by one.
Read more about ocis extensions in
https://github.com/owncloud/web-extensions/blob/main/README.md -
Enhancement - Bump reva to 2.26.4: #10419
- Bugfix cs3org/reva#4917: Fix 0-byte file uploads
- Bugfix cs3org/reva#4918: Fix app templates
Bump reva to 2.26.3
- Bugfix cs3org/reva#4908: Add checksum to OCM storageprovider responses
- Enhancement cs3org/reva#4910: Bump cs3api
- Enhancement cs3org/reva#4909: Bump cs3api
- Enhancement cs3org/reva#4906: Bump cs3api
Bump reva to 2.26.2
- Enhancement cs3org/reva#4897: Fix remaining quota calculation
- Bugfix cs3org/reva#4902: Fix quota calculation
-
Enhancement - Remove deprecated CLI commands: #10430
We removed the following deprecated CLI commands:
ocis storage-users uploads list
ocis storage-users uploads clean
-
Enhancement - Bump cs3api: #10448
-
Enhancement - Update web to v11.0.2: #10467
Tags: web
We updated ownCloud Web to v11.0.2. Please refer to the changelog (linked) for
details on the web release.- Bugfix owncloud/web#11803:
Files appearing in file list - Bugfix
owncloud/web#11804: Add missing
translations - Bugfix
owncloud/web#11806: Folder size
mismatch - Bugfix
owncloud/web#11813: Preview image
retries - Bugfix
owncloud/web#11817: Respect post
logout url - Bugfix
owncloud/web#11830: Right side
bar cut off - Bugfix
owncloud/web#11831: Sidebar
showing wrong shares - Bugfix
owncloud/web#11853: Context menu
"Open app in new tab" broken - Bugfix
owncloud/web#11008: Show lock
information in file details
#10467
#10503
https://github.com/owncloud/web/releases/tag/v11.0.1
https://github.com/owncloud/web/releases/tag/v11.0.2 - Bugfix owncloud/web#11803:
-
Enhancement - Bump reva to latest: #10472
-
Enhancement - Concurrent userlog processing: #10504
We now start multiple go routines that process events. The default of 5
goroutines can be changed with the newUSERLOG_MAX_CONCURRENCY
environment
variable. -
Enhancement - Concurrent autoaccept for shares: #10505
Shares for groups are now concurrently accepted. Tha default of 25 goroutinges
can be changed with the newFRONTEND_MAX_CONCURRENCY
environment variable.