github owncloud/ocis v7.0.0-rc.1
7.0.0-rc.1

pre-release17 hours ago

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.

    #10355
    https://github.com/owncloud/ocis/pull/104xx

  • 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.

    #1234

  • 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.

    #10391

  • 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.

    #10403

  • Bugfix - Make SSE keepalive interval configurable: #10411

    To prevent intermediate proxies from closing the SSE connection admins can now
    configure a SSE_KEEPALIVE_INTERVAL.

    #10411

  • Bugfix - Micro registry cache fixes: #10429

    We now invalidate cache entries when any of the nodes was not updated.

    #10429

  • Bugfix - Fix the memlimit loglevel: #10431

    We set the memlimit default loglevel to error.

    #10428
    #10431

  • Bugfix - Restart Postprocessing properly: #10439

    Properly differentiate between resume and restart postprocessing.

    #10439

  • 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.

    #10358
    #10440

  • 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.

    #10469

  • 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.

    #9498
    #10493

  • Bugfix - Wait for services to be ready before registering them: #10498

    #10498

  • Bugfix - Fix 0-byte file uploads: #10500

    We fixed an issue where 0-byte files upload did not return the Location header.

    #10469
    #10500

  • Bugfix - Fixed sharedWithMe response for OCM shares: #10501

    OCM shares returned in the sharedWithMe response did not have the mimeType
    property populated correctly.

    #10495
    #10501

  • 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.

    #10502

  • Enhancement - Create thumbnails for GGP MIME types: #10303

    Creates thumbnails for newly added ggp files

    #10303

  • 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.

    #10335
    #10490

  • 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

    #10399

  • Enhancement - Bump reva to 2.26.4: #10419

    Bump reva to 2.26.3

    Bump reva to 2.26.2

    #10419

  • Enhancement - Remove deprecated CLI commands: #10430

    We removed the following deprecated CLI commands: ocis storage-users uploads list ocis storage-users uploads clean

    #10428
    #10430

  • Enhancement - Bump cs3api: #10448

    #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.

    #10467
    #10503
    https://github.com/owncloud/web/releases/tag/v11.0.1
    https://github.com/owncloud/web/releases/tag/v11.0.2

  • Enhancement - Bump reva to latest: #10472

    #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 new USERLOG_MAX_CONCURRENCY environment
    variable.

    #10504

  • Enhancement - Concurrent autoaccept for shares: #10505

    Shares for groups are now concurrently accepted. Tha default of 25 goroutinges
    can be changed with the new FRONTEND_MAX_CONCURRENCY environment variable.

    #10505
    #10476

Don't miss a new ocis release

NewReleases is sending notifications on new releases.