github owncloud/ocis v1.6.0
1.6.0

latest releases: v5.0.4-rc.1, v5.0.3, v5.0.2...
3 years ago

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.

    #1956

  • 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

    #1963

  • 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.

    #2045
    https://github.com/owncloud/web/releases/tag/v3.1.0

  • 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.

    #2003

  • Enhancement - Introduce login form with h1 tag for screen readers only: #1991

    #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.

    #1988

  • Enhancement - Update reva to v1.7.1-0.20210430154404-69bd21f2cc97: #2010

    #2010

  • Enhancement - Update reva to v1.7.1-0.20210507160327-e2c3841d0dbc: #2044

    #2044

  • Enhancement - Use oc-select: #1979

    Replace oc-drop with oc select in settings

    #1979

  • Enhancement - Set SameSite settings to Strict for Web: #2019

    Changed SameSite settings to Strict for Web to prevent warnings in Firefox

    #2019

Don't miss a new ocis release

NewReleases is sending notifications on new releases.