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

0.5.0

Compare
Choose a tag to compare
@ownclouders ownclouders released this 04 Jun 09:10
· 295 commits to master since this release

Changes in 0.5.0

Summary

  • Enhancement - Add TUS global capability: #177
  • Enhancement - Update reva to v0.1.1-0.20200603071553-e05a87521618: #244

Details

  • Enhancement - Add TUS global capability: #177

    The TUS global capabilities from Reva are now exposed.

    The advertised max chunk size can be configured using the "--upload-max-chunk-size" CLI
    switch or "REVA_FRONTEND_UPLOAD_MAX_CHUNK_SIZE" environment variable. The advertised
    http method override can be configured using the "--upload-http-method-override" CLI
    switch or "REVA_FRONTEND_UPLOAD_HTTP_METHOD_OVERRIDE" environment variable.

    #177
    #228

  • Enhancement - Update reva to v0.1.1-0.20200603071553-e05a87521618: #244

    • Updated reva to v0.1.1-0.20200603071553-e05a87521618 (#244) - Add option to disable TUS on
      OC layer (#177, reva/#791) - Dataprovider now supports method override (#177, reva/#792) -
      OCS fixes for create public link (reva/#798)

    #244
    #177
    cs3org/reva#791
    cs3org/reva#792
    cs3org/reva#798