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

0.10.0

Compare
Choose a tag to compare
@ownclouders ownclouders released this 10 Jul 13:28
· 200 commits to master since this release

Changes in 0.10.0

Summary

  • Enhancement - Make frontend prefixes configurable: #363
  • Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: #341
  • Enhancement - Update reva to v0.1.1-0.20200709064551-91eed007038f: #362

Details

  • Enhancement - Make frontend prefixes configurable: #363

    We introduce three new environment variables and preconfigure them the following way:

    REVA_FRONTEND_OCS_PREFIX="ocs" ```
    
    This restores the reva defaults that were changed upstream.
    
    https://github.com/owncloud/ocis-reva/pull/363
    https://github.com/cs3org/reva/pull/936/files#diff-51bf4fb310f7362f5c4306581132fc3bR63
    
    
    
  • Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: #341

    • Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66 (#341) - Added country information
      to Mentix (reva/#924) - Refactor metrics package to implement reader interface (reva/#934) -
      Fix OCS public link share update values logic (#252, #288, reva/#930)

    #252
    #288
    #341
    cs3org/reva#924
    cs3org/reva#934
    cs3org/reva#930

  • Enhancement - Update reva to v0.1.1-0.20200709064551-91eed007038f: #362

    • Update reva to v0.1.1-0.20200709064551-91eed007038f (#362) - Fix config for uploads when
      data server is not exposed (reva/#936) - Update OCM partners endpoints (reva/#937) - Update
      Ailleron endpoint (reva/#938) - OCS: Fix initialization of shares json file (reva/#940) -
      OCS: Fix returned public link URL (#336, reva/#945) - OCS: Share wrap resource id correctly
      (#344, reva/#951) - OCS: Implement share handling for accepting and listing shares (#11,
      reva/#929) - ocm: dynamically lookup IPs for provider check (reva/#946) - ocm: add
      functionality to mail OCM invite tokens (reva/#944) - Change percentagused to
      percentageused (reva/#903) - Fix file-descriptor leak (reva/#954)

    #344
    #336
    #11
    #362
    cs3org/reva#936
    cs3org/reva#937
    cs3org/reva#938
    cs3org/reva#940
    cs3org/reva#951
    cs3org/reva#945
    cs3org/reva#929
    cs3org/reva#946
    cs3org/reva#944
    cs3org/reva#903
    cs3org/reva#954