Changes in 1.6.0
Summary
- Bugfix - Fix STORAGE_METADATA_ROOT default value override: #1956
- Bugfix - Stop the supervisor if a service fails to start: #1963
- Change - Update ownCloud Web to v3.1.0: #2045
- Enhancement - Added dictionary files: #2003
- Enhancement - Introduce login form with h1 tag for screen readers only: #1991
- Enhancement - User Deprovisioning for the OCS API: #1962
- Enhancement - Support thumbnails for txt files: #1988
- Enhancement - Update reva to v1.7.1-0.20210430154404-69bd21f2cc97: #2010
- Enhancement - Update reva to v1.7.1-0.20210507160327-e2c3841d0dbc: #2044
- Enhancement - Use oc-select: #1979
- Enhancement - Set SameSite settings to Strict for Web: #2019
Details
-
Bugfix - Fix STORAGE_METADATA_ROOT default value override: #1956
The way the value was being set ensured that it was NOT being overridden where it should have
been. This patch ensures the correct loading order of values. -
Bugfix - Stop the supervisor if a service fails to start: #1963
Steps to make the supervisor fail:
PROXY_HTTP_ADDR=0.0.0.0:9144 bin/ocis server
-
Change - Update ownCloud Web to v3.1.0: #2045
Tags: web
We updated ownCloud Web to v3.1.0. Please refer to the changelog (linked) for details on the web
release. -
Enhancement - Added dictionary files: #2003
Added the dictionary.js file for package settings and accounts which contains strings that
should be synced to transifex but not exist in the UI directly. -
Enhancement - Introduce login form with h1 tag for screen readers only: #1991
-
Enhancement - User Deprovisioning for the OCS API: #1962
Use the CS3 API and Reva to deprovision users completely.
Two new environment variables introduced: ``` OCS_IDM_ADDRESS OCS_STORAGE_USERS_DRIVER
`OCS_IDM_ADDRESS` is also an alias for `OCIS_URL`; allows the OCS service to mint jwt tokens for the authenticated user that will be read by the reva authentication middleware. `OCS_STORAGE_USERS_DRIVER` determines how a user is deprovisioned. This kind of behavior is needed since every storage driver deals with deleting differently. https://github.com/owncloud/ocis/pull/1962
-
Enhancement - Support thumbnails for txt files: #1988
Implemented support for thumbnails for txt files in the thumbnails service.
-
Enhancement - Update reva to v1.7.1-0.20210430154404-69bd21f2cc97: #2010
- Fix recycle to different locations (cs3org/reva#1541)
- Fix user share as grantee in json backend (cs3org/reva#1650)
- Introduce named services (cs3org/reva#1509)
- Improve json marshalling of share protobuf messages (cs3org/reva#1655)
- Cache resources from share getter methods in OCS (cs3org/reva#1643)
- Fix public file shares (cs3org/reva#1666)
-
Enhancement - Update reva to v1.7.1-0.20210507160327-e2c3841d0dbc: #2044
- Add user profile picture to capabilities (cs3org/reva#1694)
- Mint scope-based access tokens for RBAC (cs3org/reva#1669)
- Add cache warmup strategy for OCS resource infos (cs3org/reva#1664)
- Filter shares based on type in OCS (cs3org/reva#1683)
-
Enhancement - Use oc-select: #1979
Replace oc-drop with oc select in settings
-
Enhancement - Set SameSite settings to Strict for Web: #2019
Changed SameSite settings to Strict for Web to prevent warnings in Firefox