Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

0.14.0

Latest
Compare
Choose a tag to compare
@kulmann kulmann released this 12 Sep 06:02
· 6 commits to master since this release

Changes in 0.14.0

Summary

  • Bugfix - Fix default configuration for accessing shares: #205
  • Enhancement - Allow configuring arbitrary storage registry rules: #193
  • Enhancement - Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea: #454
  • Enhancement - Update reva to v1.2.1-0.20200911111727-51649e37df2d: #466

Details

  • Bugfix - Fix default configuration for accessing shares: #205

    The storage provider mounted at /home should always have EnableHome set to true. The other
    storage providers should have it set to false.

    owncloud/product#205
    #461

  • Enhancement - Allow configuring arbitrary storage registry rules: #193

    We added a new config flag storage-registry-rule that can be given multiple times for the
    gateway to specify arbitrary storage registry rules. You can also use a comma separated list of
    rules in the REVA_STORAGE_REGISTRY_RULES environment variable.

    owncloud/product#193
    #461

  • Enhancement - Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea: #454

    #454

  • Enhancement - Update reva to v1.2.1-0.20200911111727-51649e37df2d: #466

    • Update reva to v1.2.1-0.20200911111727-51649e37df2d - Added new OCIS storage driver ocis
      (reva/#1155) - App provider: fallback to
      env. variable if 'iopsecret' unset
      (reva/#1146) - Add switch to database
      (reva/#1135) - Add the ocdav HTTP svc to the
      standalone config (reva/#1128)

    #466