1.12.0
Changes in 1.12.0
Summary
- Bugfix - Remove non working proxy route and fix cs3 users example: #2474
- Bugfix - Set English as default language in the dropdown in the settings page: #2465
- Change - Remove OnlyOffice extension: #2433
- Change - Remove OnlyOffice extension: #2433
- Change - Update ownCloud Web to v4.2.0: #2501
- Enhancement - Add app provider and app provider registry: #2204
- Enhancement - Add the create space permission: #2461
- Enhancement - Add set space quota permission: #2459
- Enhancement - Create a Space using the Graph API: #2471
- Enhancement - Update go-chi/chi to version 5.0.3: #2429
- Enhancement - Upgrade go micro to v3.6.0: #2451
- Enhancement - Update reva to v1.13.0: #2477
Details
-
Bugfix - Remove non working proxy route and fix cs3 users example: #2474
We removed a non working route from the proxy default configuration and fixed the cs3 users
deployment example since it still used the accounts service. It now only uses the configured
LDAP. -
Bugfix - Set English as default language in the dropdown in the settings page: #2465
The language dropdown didn't have a default language selected, and it was showing an empty
value. Now it shows English instead. -
Change - Remove OnlyOffice extension: #2433
Tags: OnlyOffice
We've removed the OnlyOffice extension in oCIS. OnlyOffice has their own web extension for
OC10 backend now with a dedicated
guide. In
oCIS, we will follow up with a guide on how to start a WOPI server providing OnlyOffice soon. -
Change - Remove OnlyOffice extension: #2433
Tags: OnlyOffice
We've removed the OnlyOffice extension in oCIS. OnlyOffice has their own web extension for
OC10 backend now with a dedicated
guide. In
oCIS, we will follow up with a guide on how to start a WOPI server providing OnlyOffice soon. -
Change - Update ownCloud Web to v4.2.0: #2501
Tags: web
We updated ownCloud Web to v4.2.0. Please refer to the changelog (linked) for details on the web
release.#2501
https://github.com/owncloud/web/releases/tag/v4.2.0 -
Enhancement - Add app provider and app provider registry: #2204
We added the app provider and app provider registry. Now the CS3org WOPI server can be
registered and OpenInApp requests can be done. -
Enhancement - Add the create space permission: #2461
In preparation for the upcoming spaces features a
Create Space
permission was added. -
Enhancement - Add set space quota permission: #2459
In preparation for the upcoming spaces features a
SetSpaceQuota
permission was added. -
Enhancement - Create a Space using the Graph API: #2471
Spaces can now be created on
POST /drives/{drive-name}
. Only users with thecreate-space
permissions can perform this operation.Allowed body form values are:
quota
(bytes) maximum amount of bytes stored in the space. -maxQuotaFiles
(integer)
maximum amount of files supported by the space.
-
Enhancement - Update go-chi/chi to version 5.0.3: #2429
Updated go-chi/chi to the lastest release
-
Enhancement - Upgrade go micro to v3.6.0: #2451
Go micro and all go micro plugins are now on v3.6.0
-
Enhancement - Update reva to v1.13.0: #2477
This update includes:
- Bugfix cs3org/reva#2054: Fix the response after deleting a share
- Bugfix cs3org/reva#2026: Fix moving of a shared file
- Bugfix cs3org/reva#1605: Allow to expose full paths in OCS API
- Bugfix cs3org/reva#2033: Fix the storage id of shares
- Bugfix cs3org/reva#1991: Remove share references when declining shares
- Enhancement cs3org/reva#1994: Add owncloudsql driver for the userprovider
- Enhancement cs3org/reva#2065: New sharing role Manager
- Enhancement cs3org/reva#2015: Add spaces to the list of capabilities
- Enhancement cs3org/reva#2041: Create operations for Spaces
- Enhancement cs3org/reva#2029: Tracing agent configuration