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. -
Bugfix - Improve gif thumbnails: #3305
Improved the gif thumbnail generation for gifs with different disposal strategies.
-
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. -
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
-
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. -
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. -
Change - Switch NATS backend: #3192
We've switched the NATS backend from Streaming to JetStream, since NATS Streaming is
depreciated. -
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. -
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
-
Enhancement - Audit logger will now log file events: #3332
See full list of supported events in
audit/pkg/types/types.go
-
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. -
Enhancement - Log sharing events in audit service: #3301
Contains sharing related events. See full list in audit/pkg/types/events.go
-
Enhancement - Add space aliases: #3283
Space aliases can be used to resolve spaceIDs in a client.
-
Enhancement - Include etags in drives listing: #3267
Added etags in the response of list drives.
-
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. -
Enhancement - Update reva to v2.1.0: #3330
Updated reva to version 2.1.0. This update includes:
- Fix cs3org/reva#2636: Delay reconnect log for events
- Fix cs3org/reva#2645: Avoid warning about missing .flock files
- Fix cs3org/reva#2625: Fix locking on publik links and the decomposed filesystem
- Fix cs3org/reva#2643: Emit linkaccessfailed event when share is nil
- Fix cs3org/reva#2646: Replace public mountpoint fileid with grant fileid in ocdav
- Fix cs3org/reva#2612: Adjust the scope handling to support the spaces architecture
- Fix cs3org/reva#2621: Send events only if response code is
OK
- Chg cs3org/reva#2574: Switch NATS backend
- Chg cs3org/reva#2667: Allow LDAP groups to have no gidNumber
- Chg cs3org/reva#3233: Improve quota handling
- Chg cs3org/reva#2600: Use the cs3 share api to manage spaces
- Enh cs3org/reva#2644: Add new public share manager
- Enh cs3org/reva#2626: Add new share manager
- Enh cs3org/reva#2624: Add etags to virtual spaces
- Enh cs3org/reva#2639: File Events
- Enh cs3org/reva#2627: Add events for sharing action
- Enh cs3org/reva#2664: Add grantID to mountpoint
- Enh cs3org/reva#2622: Allow listing shares in spaces via the OCS API
- Enh cs3org/reva#2623: Add space aliases
- Enh cs3org/reva#2647: Add space specific events
- Enh cs3org/reva#3345: Add the spaceid to propfind responses
- Enh cs3org/reva#2616: Add etag to spaces response
- Enh cs3org/reva#2628: Add spaces aware trash-bin API
-
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