Skip to content

6.1.0

Compare
Choose a tag to compare
@ownclouders ownclouders released this 08 Jul 14:26
· 348 commits to master since this release
v6.1.0

Table of Contents

Changes in 6.1.0

Summary

  • Bugfix - Fix sharing-ng permission listings for personal and virtual drive items: #9438
  • Bugfix - Add inotify-tools and bash packages to docker files: #9440
  • Bugfix - Allow all uploads to restart: #9465
  • Bugfix - Fix the email notification service: #9467
  • Bugfix - Fix Password Reset: #9479
  • Bugfix - Fixed the email template: #9484
  • Bugfix - Polish secure view: #9532
  • Enhancement - Rudimentary OCM support in graph: #8909
  • Enhancement - Activitylog API: #9361
  • Enhancement - Add the backchannel logout event: #9447
  • Enhancement - Add fail flag to consistency check: #9447
  • Enhancement - Configurable OCM timeouts: #9450
  • Enhancement - Deprecate gateway environment variables: #9451
  • Enhancement - Allow reindexing all spaces: #9456
  • Enhancement - Autoprovision group memberships: #9458
  • Enhancement - Allow disable versioning: #9473
  • Enhancement - Empty trash directories: #9483
  • Enhancement - Various fixes for the activitylog service: #9485
  • Enhancement - Add cli to purge revisions: #9497
  • Enhancement - Update web to v9.1.0: #9547
  • Enhancement - Bump reva to v2.21.0: #9556

Details

  • Bugfix - Fix sharing-ng permission listings for personal and virtual drive items: #9438

    Fixes an issue where the sharing-ng service was not able to list permissions for
    personal and virtual drive items.

    #8922
    #9438

  • Bugfix - Add inotify-tools and bash packages to docker files: #9440

    We need both packages to make posixfs work. Later, once the golang package is
    fixed to not depend on bash any more, bash can be removed again.

    #9440

  • Bugfix - Allow all uploads to restart: #9465

    On postprocessing-restart, allow all uploads to restart even if one fails.

    #9465

  • Bugfix - Fix the email notification service: #9467

    We fixed an error in the notification service that caused the email notification
    to fail when the user's display name contained special characters.

    #9402
    #9467

  • Bugfix - Fix Password Reset: #9479

    The ocis idm resetpassword always used the hardcoded admin name for the
    user. Now user name can be specified via the --user-name (-u) flag.

    #9479

  • Bugfix - Fixed the email template: #9484

    Fixed the email template when the description was marked as a link.

    #8424
    #9484

  • Bugfix - Polish secure view: #9532

    We fixed a bug where viewing pdf files in secure view mode was not possible.
    Secure view access on space roots was dropped because of unwanted side effects.

    #9532

  • Enhancement - Rudimentary OCM support in graph: #8909

    We now allow creating and accepting OCM shares.

    #8909

  • Enhancement - Activitylog API: #9361

    Adds an api to the activitylog service which allows retrieving data by clients
    to show item activities

    #9361

  • Enhancement - Add the backchannel logout event: #9447

    We've added the backchannel logout event

    #9355
    #9447

  • Enhancement - Add fail flag to consistency check: #9447

    We added a --fail flag to the ocis backup consistency command. If set to
    true, the command will return a non-zero exit code if any inconsistencies are
    found. This allows you to use the command in scripts and CI/CD pipelines to
    ensure that backups are consistent.

    #9447

  • Enhancement - Configurable OCM timeouts: #9450

    We added OCM_OCM_INVITE_MANAGER_TOKEN_EXPIRATION and
    OCM_OCM_INVITE_MANAGER_TIMEOUT to allow changing the default invite token
    duration as well as the request timeout for requests made to other instances.

    #9450

  • Enhancement - Deprecate gateway environment variables: #9451

    Deprecate service specific _GATEWAY_NAME env vars. It makes no sense to point
    one specific service to a different gateway.

    #9451

  • Enhancement - Allow reindexing all spaces: #9456

    Adds a --all-spaces flag to the ocis search index command to allow
    reindexing all spaces at once.

    #9456

  • Enhancement - Autoprovision group memberships: #9458

    When PROXY_AUTOPROVISION_ACCOUNTS is enabled it is now possible to automatically
    maintain the group memberships of users via a configurable OIDC claim.

    #5538
    #9458

  • Enhancement - Allow disable versioning: #9473

    Adds new configuration options to disable versioning for the storage providers

    #9473

  • Enhancement - Empty trash directories: #9483

    We have added a cli-command that allows cleaning up empty directories in the
    trashbins folder structure in decomposedFS.

    #9393
    #9271
    #9483

  • Enhancement - Various fixes for the activitylog service: #9485

    First round of fixes to make the activitylog service more robust and reliable.

    #9485
    #9467

  • Enhancement - Add cli to purge revisions: #9497

    Adds a cli that allows removing all revisions for a storage-provider.

    #9497

  • Enhancement - Update web to v9.1.0: #9547

    Tags: web

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

    #9547
    https://github.com/owncloud/web/releases/tag/v9.1.0

  • Enhancement - Bump reva to v2.21.0: #9556

    #9556
    #9473