Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

v4.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 15:59
· 82 commits to master since this release

Changelog for reva 1.21.0 (2022-12-07)

The following sections list the changes in reva 1.21.0 relevant to
reva users. The changes are ordered by importance.

Summary

  • Fix cs3org#3492: Fixes the DefaultQuotaBytes in EOS
  • Fix cs3org#3420: EOS grpc fixes
  • Fix cs3org#3501: Fix errors of public share provider according to cs3apis
  • Fix cs3org#3504: Fix RefreshLock method for cephfs storage driver
  • Enh cs3org#3502: Appproviders: pass other query parameters as Opaque
  • Enh cs3org#3028: Access directly auth registry rules map when getting provider
  • Enh cs3org#3197: Bring back multi-stage build to save on image size
  • Enh cs3org#3506: Migrate the buildAndPublishDocker job from Drone to GitHub Actions
  • Enh cs3org#3500: Migrate the BuildOnly job from Drone to GitHub Actions
  • Enh cs3org#3513: Migrate the testIntegration job from Drone to GitHub Actions
  • Enh cs3org#3494: Implemented folderurl for WOPI apps
  • Enh cs3org#3507: Get user preferred language
  • Enh cs3org#3530: Improve error logging in ocmd flow
  • Enh cs3org#3491: Implement rclone third-party copy push option
  • Enh cs3org#3508: Allow an user to set a preferred language

Details

  • Bugfix cs3org#3492: Fixes the DefaultQuotaBytes in EOS

    We were setting the default logical quota to 1T, resulting on only 500GB available to the user.

    cs3org#3492

  • Bugfix cs3org#3420: EOS grpc fixes

    The shares and the applications were not working with the EOS grpc storage driver. This fixes
    both.

    cs3org#3420

  • Bugfix cs3org#3501: Fix errors of public share provider according to cs3apis

    All the errors returned by the public share provider where internal errors. Now this has been
    fixed and the returned errors are the one defined in the cs3apis.

    cs3org#3501

  • Bugfix cs3org#3504: Fix RefreshLock method for cephfs storage driver

    cs3org#3504

  • Enhancement cs3org#3502: Appproviders: pass other query parameters as Opaque

    This allows to send any other HTTP query parameter passed to /app/open to the underlying
    appprovider drivers via GRPC

    cs3org#3502

  • Enhancement cs3org#3028: Access directly auth registry rules map when getting provider

    cs3org#3028

  • Enhancement cs3org#3197: Bring back multi-stage build to save on image size

    • Use EOS 4.8.91 as base image - Bring back multi-stage build - Build revad on the eos 4.8.91 image
      due to missing dependency (ld-musl-x86_64.so.1, typical of alpine) - Copy the resulting
      revad from the builder container

    Resulting image size (unpacked on disk) is 2.59GB - eos-all:4.8.91 is 2.47GB - existing
    revad:latest-eos is 6.18GB

    cs3org#3197

  • Enhancement cs3org#3506: Migrate the buildAndPublishDocker job from Drone to GitHub Actions

    We've migrated the buildAndPublishDocker job from Drone to GitHub Actions workflow. We've
    updated the Golang version used to build the Docker images to go1.19. We've fixed the Cephfs
    storage module. We've improved the Makefile. We've refactored the build-docker workflow.

    cs3org#3506

  • Enhancement cs3org#3500: Migrate the BuildOnly job from Drone to GitHub Actions

    We've migrated the BuildOnly job from Drone to GitHub Actions workflow. The Workflow builds
    and Tests Reva, builds a Revad Docker Image and checks the license headers. The license header
    tools was removed since the goheader linter provides the same functionality.

    cs3org#3500

  • Enhancement cs3org#3513: Migrate the testIntegration job from Drone to GitHub Actions

    cs3org#3513

  • Enhancement cs3org#3494: Implemented folderurl for WOPI apps

    The folderurl is now populated for WOPI apps, such that for owners and named shares it points to
    the containing folder, and for public links it points to the appropriate public link URL.

    On the way, functions to manipulate the user's scope and extract the eventual public link
    token(s) have been added, coauthored with @gmgigi96.

    cs3org#3494

  • Enhancement cs3org#3507: Get user preferred language

    The only way for an OCIS web user to change language was to set it into the browser settings. In the
    ocs user info response, a field language is added, to change their language in the UI,
    regardless of the browser settings.

    cs3org#3507

  • Enhancement cs3org#3530: Improve error logging in ocmd flow

    cs3org#3365
    cs3org#3530
    cs3org#3526
    cs3org#3419
    cs3org#3369

  • Enhancement cs3org#3491: Implement rclone third-party copy push option

    This enhancement gives the option to use third-party copy push with rclone between two
    different user accounts.

    cs3org#3491

  • Enhancement cs3org#3508: Allow an user to set a preferred language

    cs3org#3508