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

0.13.0

Compare
Choose a tag to compare
@ownclouders ownclouders released this 27 Aug 07:36
· 87 commits to master since this release

Changes in 0.13.0

Summary

  • Enhancement - Separate user and auth providers, add config for rest user: #412
  • Enhancement - Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187: #447

Details

  • Enhancement - Separate user and auth providers, add config for rest user: #412

    Previously, the auth and user provider services used to have the same driver, which restricted
    using separate drivers and configs for both. This PR separates the two and adds the config for
    the rest user driver and the gatewaysvc parameter to EOS fs.

    #412
    cs3org/reva#995

  • Enhancement - Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187: #447

    #447