github owncloud/ocis v1.19.0
1.19.0 Tech Preview

latest releases: v6.1.0-alpha.1, v6.0.0, v6.0.0-alpha.2...
2 years ago

Changes in 1.19.0

Summary

  • Bugfix - Network configuration in individiual_services example: #3238
  • Bugfix - Improve gif thumbnails: #3305
  • Bugfix - Fix error handling in GraphAPI GetUsers call: #3357
  • Bugfix - Fix request validation on GraphAPI User updates: #3167
  • Bugfix - Replace public mountpoint fileid with grant fileid: #3349
  • Change - Add remote item to mountpoint and fix spaceID: #3365
  • Change - Switch NATS backend: #3192
  • Change - Drop json config file support: #3366
  • Change - Settings service now stores its data via metadata service: #3232
  • Enhancement - Audit logger will now log file events: #3332
  • Enhancement - Add password reset link to login page: #3329
  • Enhancement - Log sharing events in audit service: #3301
  • Enhancement - Add space aliases: #3283
  • Enhancement - Include etags in drives listing: #3267
  • Enhancement - Improve thumbnails API: #3272
  • Enhancement - Update reva to v2.1.0: #3330
  • Enhancement - Update ownCloud Web to v5.3.0: #6561

Details

  • Bugfix - Network configuration in individiual_services example: #3238

    Tidy up the deployments/examples/ocis_individual_services example so that the
    instructions work.

    #3238

  • Bugfix - Improve gif thumbnails: #3305

    Improved the gif thumbnail generation for gifs with different disposal strategies.

    #3305

  • Bugfix - Fix error handling in GraphAPI GetUsers call: #3357

    A missing return statement caused GetUsers to return misleading results when the identity
    backend returned an error.

    #3357

  • Bugfix - Fix request validation on GraphAPI User updates: #3167

    Fix PATCH on graph/v1.0/users when no 'mail' attribute is present in the request body

    #3167

  • Bugfix - Replace public mountpoint fileid with grant fileid: #3349

    We now show the same resoucre id for resources when accessing them via a public links as when
    using a logged in user. This allows the web ui to start a WOPI session with the correct resource
    id.

    #3349

  • Change - Add remote item to mountpoint and fix spaceID: #3365

    A mountpoint represents the mounted share on the share receivers side. The original resource
    is located where the grant has been set. This item is now shown as libregraph remoteItem on the
    mountpoint. While adding this, we fixed the spaceID for mountpoints.

    #3365

  • Change - Switch NATS backend: #3192

    We've switched the NATS backend from Streaming to JetStream, since NATS Streaming is
    depreciated.

    #3192
    cs3org/reva#2574

  • Change - Drop json config file support: #3366

    We've remove the support to configure oCIS and it's service with a json file. From now on we only
    support yaml configuration files, since they have the possibility to add comments.

    #3366

  • Change - Settings service now stores its data via metadata service: #3232

    Instead of writing files to disk it will use metadata service to do so

    #3232

  • Enhancement - Audit logger will now log file events: #3332

    See full list of supported events in audit/pkg/types/types.go

    #3332

  • Enhancement - Add password reset link to login page: #3329

    Added a configurable passwort reset link to the login page. It can be set via
    IDP_PASSWORD_RESET_URI. If the option is not set the link will not be shown.

    #3329

  • Enhancement - Log sharing events in audit service: #3301

    Contains sharing related events. See full list in audit/pkg/types/events.go

    #3301

  • Enhancement - Add space aliases: #3283

    Space aliases can be used to resolve spaceIDs in a client.

    #3283

  • Enhancement - Include etags in drives listing: #3267

    Added etags in the response of list drives.

    #3267

  • Enhancement - Improve thumbnails API: #3272

    Changed the thumbnails API to no longer transfer images via GRPC. GRPC has a limited message
    size and isn't very efficient with large binary data. The new API transports the images over
    HTTP.

    #3272

  • Enhancement - Update reva to v2.1.0: #3330

    Updated reva to version 2.1.0. This update includes:

    #3330
    #3405
    #3416

  • Enhancement - Update ownCloud Web to v5.3.0: #6561

    Tags: web

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

    owncloud/web#6561
    #3291
    #3375
    https://github.com/owncloud/web/releases/tag/v5.3.0

Don't miss a new ocis release

NewReleases is sending notifications on new releases.