github owncloud/ocis v6.6.0
6.6.0

20 hours ago

Table of Contents

  • Changelog for 6.6.0

Changes in 6.6.0

Summary

  • Bugfix - Fix health and ready endpoints: #10163
  • Bugfix - Always treat LDAP attribute names case-insensitively: #10204
  • Bugfix - Fix delete share panic: #10219
  • Bugfix - Continue listing shares on error: #10243
  • Bugfix - Avoid re-creating thumbnails: #10251
  • Bugfix - Kept historical resource naming in activity: #10266
  • Bugfix - Fix panic when sharing with groups: #10279
  • Bugfix - Thumbnail request limit: #10280
  • Bugfix - Forbid the ocm space sharing: #10287
  • Bugfix - Use secure config defaults for OCM: #10307
  • Enhancement - Add OCM wellknown configuration: #9815
  • Enhancement - Load IDP logo from theme: #10274
  • Enhancement - WebOffice Templates: #10276
  • Enhancement - Remove Deprecations: #10305
  • Enhancement - Allow to use libvips for generating thumbnails: #10310
  • Enhancement - Bump various dependencies: #10352
  • Enhancement - Update web to v11.0.0: #10357
  • Enhancement - Bump reva to 2.26.0: #10364

Details

  • Bugfix - Fix health and ready endpoints: #10163

    We added new checks to the /readyz and /healthz endpoints to ensure that the
    services are ready and healthy. This change ensures that the endpoints return
    the correct status codes, which is needed to stabilize the k8s deployments.

    #10316
    #10281
    #10163
    #10301
    #10302
    #10303
    #10308
    #10323
    #10163
    #10333

  • Bugfix - Always treat LDAP attribute names case-insensitively: #10204

    We fixes a bug where some LDAP attributes (e.g. owncloudUUID) were not treated
    case-insensitively.

    #10200
    #10204

  • Bugfix - Fix delete share panic: #10219

    Fixes a panic when deleting an ocm share

    #10219

  • Bugfix - Continue listing shares on error: #10243

    We now continue listing received shares when one of the shares cannot be statted
    or converted to a driveItem.

    #10243

  • Bugfix - Avoid re-creating thumbnails: #10251

    We fixed a bug that caused the system to re-create thumbnails for images, even
    if a thumbnail already existed in the cache.

    #10251

  • Bugfix - Kept historical resource naming in activity: #10266

    Kept historical resource naming after renaming in activity for shares and public
    links.

    #10210
    #10266

  • Bugfix - Fix panic when sharing with groups: #10279

    We fixed a bug which caused a panic when sharing with groups, this only happened
    under a heavy load. Besides the bugfix, we also reduced the number of share auto
    accept log messages to avoid flooding the logs.

    #10258
    #10279

  • Bugfix - Thumbnail request limit: #10280

    The THUMBNAILS_MAX_CONCURRENT_REQUESTS setting was not working correctly.
    Previously it was just limiting the number of concurrent thumbnail downloads.
    Now the limit is applied to the number thumbnail generations requests.
    Additionally the webdav service is now returning a "Retry-After" header when it
    is hitting the ratelimit of the thumbnail service.

    #10280
    #10225

  • Bugfix - Forbid the ocm space sharing: #10287

    We forbid adding the federated users as members of the space via items invite.

    #10051
    #10287

  • Bugfix - Use secure config defaults for OCM: #10307

    #10307

  • Enhancement - Add OCM wellknown configuration: #9815

    We now configure the wellknown service for OCM.

    #9815

  • Enhancement - Load IDP logo from theme: #10274

    We now load the IDP logo from the theme file.

    owncloud/web#11603
    #10274

  • Enhancement - WebOffice Templates: #10276

    We are now able to use templates for WebOffice and use them as a starting point
    for new documents.

    We are supporting the following mime types:

    OnlyOffice

    • MimeType: application/vnd.ms-word.template.macroenabled.12
      TargetExtension: docx

    • MimeType: application/vnd.oasis.opendocument.text-template
      TargetExtension: docx

    • MimeType:
      application/vnd.openxmlformats-officedocument.wordprocessingml.template
      TargetExtension: docx

    • MimeType: application/vnd.oasis.opendocument.spreadsheet-template
      TargetExtension: xlsx

    • MimeType: application/vnd.ms-excel.template.macroenabled.12
      TargetExtension: xlsx

    • MimeType:
      application/vnd.openxmlformats-officedocument.spreadsheetml.template
      TargetExtension: xlsx

    • MimeType: application/vnd.oasis.opendocument.presentation-template
      TargetExtension: pptx

    • MimeType: application/vnd.ms-powerpoint.template.macroenabled.12
      TargetExtension: pptx

    • MimeType:
      application/vnd.openxmlformats-officedocument.presentationml.template
      TargetExtension: pptx

    Collabora

    • MimeType: application/vnd.oasis.opendocument.spreadsheet-template
      TargetExtension: ods

    • MimeType: application/vnd.oasis.opendocument.text-template
      TargetExtension: odt

    • MimeType: application/vnd.oasis.opendocument.presentation-template
      TargetExtension: odp

    #9785
    #10276

  • Enhancement - Remove Deprecations: #10305

    Remove deprecated stores/caches/registries and envvars from the codebase.

    #10305

  • Enhancement - Allow to use libvips for generating thumbnails: #10310

    To improve performance (and to be able to support a wider range of images
    formats in the future) the thumbnails service is now able to utilize libvips
    (https://www.libvips.org/) for generating thumbnails. Enabling the use of
    libvips is implemented as a build-time option which is currently disabled for
    the "bare-metal" build of the ocis binary and enabled for the docker image
    builds.

    #10310

  • Enhancement - Bump various dependencies: #10352

    #10352

  • Enhancement - Update web to v11.0.0: #10357

    Tags: web

    We updated ownCloud Web to v11.0.0. Please refer to the changelog (linked) for
    details on the web release.

    #10357
    https://github.com/owncloud/web/releases/tag/v11.0.0

  • Enhancement - Bump reva to 2.26.0: #10364

    #10364
    #10347
    #10321
    #10236
    #10216
    #10315

Don't miss a new ocis release

NewReleases is sending notifications on new releases.