Changes in 1.11.0
Summary
- Bugfix - Specify primary user type for all accounts: #2364
- Bugfix - Fix naming of the user- and groupprovider services: #2388
- Change - Update ownCloud Web to v4.1.0: #2426
- Enhancement - Use non root user for the owncloud/ocis docker image: #2380
- Enhancement - Replace unmaintained jwt library: #2386
- Enhancement - Update bleve to version 2.1.0: #2391
- Enhancement - Update github.com/coreos/go-oidc to v3.0.0: #2393
- Enhancement - Update reva to v1.12: #2423
Details
-
Bugfix - Specify primary user type for all accounts: #2364
-
Bugfix - Fix naming of the user- and groupprovider services: #2388
The services are called "storage-userprovider" and "storage-groupprovider". The 'ocis
help' output was misleading. -
Change - Update ownCloud Web to v4.1.0: #2426
Tags: web
We updated ownCloud Web to v4.1.0. Please refer to the changelog (linked) for details on the web
release. -
Enhancement - Use non root user for the owncloud/ocis docker image: #2380
The owncloud/ocis docker image now uses a non root user and enables you to set a different user
with the docker--user
parameter. The default user has the UID 1000 is part of a group with the
GID 1000.This is a breaking change for existing docker deployments. The permission on the files and
folders in persistent volumes need to be changed to the UID and GID used for oCIS (default
1000:1000 if not changed by the user). -
Enhancement - Replace unmaintained jwt library: #2386
The old library github.com/dgrijalva/jwt-go
is unmaintained and was replaced by the community maintained fork
github.com/golang-jwt/jwt. -
Enhancement - Update bleve to version 2.1.0: #2391
Updated bleve to the current version.
-
Enhancement - Update github.com/coreos/go-oidc to v3.0.0: #2393
Updated the github.com/coreos/go-oidc library to the version 3.0.0.
-
Enhancement - Update reva to v1.12: #2423
- Enhancement cs3org/reva#1803: Introduce new webdav spaces endpoint
- Bugfix cs3org/reva#1819: Disable notifications
- Enhancement cs3org/reva#1861: Add support for runtime plugins
- Bugfix cs3org/reva#1913: Logic to restore files to readonly nodes
- Enhancement cs3org/reva#1946: Add share manager that connects to oc10 databases
- Bugfix cs3org/reva#1954: Fix response format of the sharees API
- Bugfix cs3org/reva#1956: Fix trashbin listing with depth 0
- Bugfix cs3org/reva#1957: Fix etag propagation on deletes
- Bugfix cs3org/reva#1960: Return the updated share after updating
- Bugfix cs3org/reva#1965 cs3org/reva#1967: Fix the file target of user and group shares
- Bugfix cs3org/reva#1980: Propagate the etag after restoring a file version
- Enhancement cs3org/reva#1984: Replace OpenCensus with OpenTelemetry
- Bugfix cs3org/reva#1985: Add quota stubs
- Bugfix cs3org/reva#1987: Fix windows build
- Bugfix cs3org/reva#1990: Increase oc10 compatibility of owncloudsql
- Bugfix cs3org/reva#1992: Check if symlink exists instead of spamming the console
- Bugfix cs3org/reva#1993: fix owncloudsql GetMD