Skip to content

Releases: cs3org/reva

v2.19.2

13 Mar 11:31
v2.19.2
Compare
Choose a tag to compare

Changelog for reva 2.19.2 (2024-03-13)

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

Summary

  • Fix #4557: Fix ceph build
  • Fix #4570: Fix sharing invite on virtual drive
  • Fix #4559: Fix graph drive invite
  • Fix #4518: Fix an error when lock/unlock a file
  • Fix #4566: Fix public link previews
  • Fix #4561: Fix Stat() by Path on re-created resource
  • Enh #4556: Allow tracing requests by giving util functions a context
  • Enh #4545: Extend service account permissions
  • Enh #4564: Send file locked/unlocked events

Details

  • Bugfix #4557: Fix ceph build

#4557

  • Bugfix #4570: Fix sharing invite on virtual drive

We fixed the issue when sharing of virtual drive with other users was allowed

owncloud/ocis#8495
#4570

  • Bugfix #4559: Fix graph drive invite

We fixed the issue when sharing of personal drive is allowed via graph

owncloud/ocis#8494
#4559

  • Bugfix #4518: Fix an error when lock/unlock a file

We fixed a bug when anonymous user with viewer role in public link of a folder can lock/unlock a
file inside it

owncloud/ocis#7785
#4518

  • Bugfix #4566: Fix public link previews

Fixes previews for public links

#4566

  • Bugfix #4561: Fix Stat() by Path on re-created resource

We fixed bug that caused Stat Requests using a Path reference to a mount point in the sharejail to
not resolve correctly, when a share using the same mount point to an already deleted resource
was still existing.

owncloud/ocis#7895
#4561

  • Enhancement #4556: Allow tracing requests by giving util functions a context

We deprecated GetServiceUserContext with GetServiceUserContextWithContext and GetUser
with GetUserWithContext to allow passing in a trace context.

#4556

  • Enhancement #4545: Extend service account permissions

Adds CreateContainer permisson and improves cs3 storage pkg

#4545

  • Enhancement #4564: Send file locked/unlocked events

Emit an event when a file is locked or unlocked

#4564

v2.19.1

29 Feb 10:31
v2.19.1
8f0bcdd
Compare
Choose a tag to compare

Changelog for reva 2.19.1 (2024-02-29)

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

Summary

  • Fix #4534: Fix remove/update share permissions
  • Fix #4539: Fix a typo

Details

  • Bugfix #4534: Fix remove/update share permissions

This is a workaround that should prevent removing or changing the share permissions when the
file is locked. These limitations have to be removed after the wopi server will be able to unlock
the file properly. These limitations are not spread on the files inside the shared folder.

owncloud/ocis#8273
#4534

  • Bugfix #4539: Fix a typo

We fixed a typo

#4539

v1.28.0

27 Feb 16:33
Compare
Choose a tag to compare

Changelog for reva 1.28.0 (2024-02-27)

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

Summary

  • Fix #4369: Carefully use root credentials to perform system level ops
  • Fix #4306: Correctly treat EOS urls containing # chars
  • Fix #4510: Propagates traceID to EOS
  • Fix #4321: Reworked List() to support version folder tricks
  • Fix #4400: Fix group-based capabilities
  • Fix #4319: Fixed registration of custom extensions in the mime registry
  • Fix #4287: Fixes registration and naming of services
  • Fix #4310: Restore changes to ceph driver
  • Fix #4294: Sciencemesh fixes
  • Fix #4307: Dynamic storage registry storage_id aliases
  • Fix #4497: Removed stat to all storage providers on Depth:0 PROPFIND to "/"
  • Enh #4280: Implementation of Locks for the CephFS driver
  • Enh #4282: Support multiple templates in config entries
  • Enh #4304: Disable open in app for given paths
  • Enh #4455: Limit max number of entries returned by ListRecycle in eos
  • Enh #4309: Get the logger in the grpcMDResponseToFileInfo func, log the stat
  • Enh #4311: Init time logger for eosgrpc storage driver
  • Enh #4301: Added listversions command
  • Enh #4493: Removed notification capability
  • Enh #4288: Print plugins' version
  • Enh #4508: Add pprof http service
  • Enh #4376: Removed cback from upstream codebase
  • Enh #4391: CERNBox setup for ScienceMesh tests
  • Enh #4246: Revamp ScienceMesh integration tests
  • Enh #4240: Reworked protocol with ScienceMesh NC/OC apps
  • Enh #4370: Storage registry: fail at init if config is missing any providers

Details

  • Bugfix #4369: Carefully use root credentials to perform system level ops

    This PR ensures that system level ops like setlock, setattr, stat... work when invoked from a
    gateway This is relevant for eosgrpc, as eosbinary exploited the permissivity of the eos
    cmdline

    #4369

  • Bugfix #4306: Correctly treat EOS urls containing # chars

    #4306

  • Bugfix #4510: Propagates traceID to EOS

    This PR fixes the cases where the EOS trace ID was always a bunch of zeroes.

    #4510

  • Bugfix #4321: Reworked List() to support version folder tricks

    #4321

  • Bugfix #4400: Fix group-based capabilities

    The group-based capabilities require an authenticated endpoint, as we must query the
    logged-in user's groups to get those. This PR moves them to the getSelf endpoint in the user
    handler.

    #4400

  • Bugfix #4319: Fixed registration of custom extensions in the mime registry

    This PR ensures custom extensions/mime-types are registered by trimming any eventual
    leading '.' from the extension.

    #4319

  • Bugfix #4287: Fixes registration and naming of services

    #4287

  • Bugfix #4310: Restore changes to ceph driver

    PR 4166 accidentally reverted the ceph
    driver changes. This PR recovers them.

    #4310

  • Bugfix #4294: Sciencemesh fixes

    Fixes different issues introduced with the recent changes, in ocm/sciencemesh, in
    particular the GetAccepetdUser and /sciencemesh/find-accepted-users endpoints.

    #4294

  • Bugfix #4307: Dynamic storage registry storage_id aliases

    Fixes the bug where the dynamic storage registry would not be able to resolve storage ids like
    eoshome-a, as those are aliased and need to be resolved into the proper storage-id
    (eoshome-i01).

    #4307

  • Bugfix #4497: Removed stat to all storage providers on Depth:0 PROPFIND to "/"

    This PR removes an unnecessary and potentially problematic call, which would fail if any of the
    configured storage providers has an issue.

    #4497

  • Enhancement #4280: Implementation of Locks for the CephFS driver

    This PR brings CS3APIs Locks for CephFS

    #4280

  • Enhancement #4282: Support multiple templates in config entries

    This PR introduces support for config entries with multiple templates, such as parameter = "{{ vars.v1 }} foo {{ vars.v2 }}". Previously, only one {{ template }} was allowed in a given
    configuration entry.

    #4282

  • Enhancement #4304: Disable open in app for given paths

    #4304

  • Enhancement #4455: Limit max number of entries returned by ListRecycle in eos

    The idea is to query first how many entries we'd have from eos recycle ls and bail out if "too
    many".

    #4455

  • Enhancement #4309: Get the logger in the grpcMDResponseToFileInfo func, log the stat

    #4309

  • Enhancement #4311: Init time logger for eosgrpc storage driver

    Before the eosgrpc driver was using a custom logger. Now that the reva logger is available at
    init time, the driver will use this.

    #4311

  • Enhancement #4301: Added listversions command

    #4301

  • Enhancement #4493: Removed notification capability

    This is not needed any longer, the code was simplified to enable notifications if they are
    configured

    #4493

  • Enhancement #4288: Print plugins' version

    #4288

  • Enhancement #4508: Add pprof http service

    This service is useful to trigger diagnostics on running processes

    #4508

  • Enhancement #4376: Removed cback from upstream codebase

    The code has been moved to as a CERNBox plugin.

    #4376

  • Enhancement #4391: CERNBox setup for ScienceMesh tests

    This PR includes a bundled CERNBox-like web UI and backend to test the ScienceMesh workflows
    with OC10 and NC

    #4391

  • Enhancement #4246: Revamp ScienceMesh integration tests

    This extends the ScienceMesh tests by running a wopiserver next to each EFSS/IOP, and by
    including a CERNBox-like minimal configuration. The latter is based on local storage and
    in-memory shares (no db dependency).

    #4246

  • Enhancement #4240: Reworked protocol with ScienceMesh NC/OC apps

    This ensures full OCM 1.1 coverage

    #4240

  • Enhancement #4370: Storage registry: fail at init if config is missing any providers

    This change makes the dynamic storage registry fail at startup if there are missing rules in the
    config file. That is, any mount_id in the routing table must have a corresponding
    storage_id/address pair in the config, otherwise the registry will fail to start.

    #4370

v2.19.0

22 Feb 15:51
v2.19.0
Compare
Choose a tag to compare

Changelog for reva 2.19.0 (2024-02-22)

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

Summary

  • Fix #4464: Do not lose revisions when restoring the first revision
  • Fix #4516: The sharemanager can now reject grants with resharing permissions
  • Fix #4512: Bump dependencies
  • Fix #4481: Distinguish failure and node metadata reversal
  • Fix #4456: Do not lose revisions when restoring the first revision
  • Fix #4472: Fix concurrent access to a map
  • Fix #4457: Fix concurrent map access in sharecache
  • Fix #4498: Fix Content-Disposition header in dav
  • Fix #4461: CORS handling for WebDAV requests fixed
  • Fix #4462: Prevent setting container specific permissions on files
  • Fix #4479: Fix creating documents in the approvider
  • Fix #4474: Make /dav/meta consistent
  • Fix #4446: Disallow to delete a file during the processing
  • Fix #4517: Fix duplicated items in the sharejail root
  • Fix #4473: Decomposedfs now correctly lists sessions
  • Fix #4528: Respect IfNotExist option when uploading in cs3 metadata storage
  • Fix #4503: Fix an error when move
  • Fix #4466: Fix natsjskv store
  • Fix #4533: Fix recursive trashcan purge
  • Fix #4492: Fix the resource name
  • Fix #4463: Fix the resource name
  • Fix #4448: Fix truncating existing files
  • Fix #4434: Fix the upload postprocessing
  • Fix #4469: Handle interrupted uploads
  • Fix #4532: Jsoncs3 cache fixes
  • Fix #4449: Keep failed processing status
  • Fix #4529: We aligned some OCS return codes with oc10
  • Fix #4507: Make tusd CORS headers configurable
  • Fix #4452: More efficient share jail
  • Fix #4476: No need to unmark postprocessing when it was not started
  • Fix #4454: Skip unnecessary share retrieval
  • Fix #4527: Unify datagateway method handling
  • Fix #4530: Drop unnecessary grant exists check
  • Fix #4475: Upload session specific processing flag
  • Enh #4501: Allow sending multiple user ids in one sse event
  • Enh #4485: Modify the concurrency default
  • Enh #4526: Configurable s3 put options
  • Enh #4453: Disable the password policy
  • Enh #4477: Extend ResumePostprocessing event
  • Enh #4491: Add filename incrementor for secret filedrops
  • Enh #4490: Lazy initialize public share manager
  • Enh #4494: Start implementation of a plain posix storage driver
  • Enh #4502: Add spaceindex.AddAll()

Details

  • Bugfix #4464: Do not lose revisions when restoring the first revision

We no longer prevent modifying grants on locked resources.

#4464

  • Bugfix #4516: The sharemanager can now reject grants with resharing permissions

When disabling resharing we also need to prevent grants from allowing any grant permissions.

#4516

  • Bugfix #4512: Bump dependencies

We updated the dependencies to at least match the ones used in ocis.

#4512

  • Bugfix #4481: Distinguish failure and node metadata reversal

When the final blob move fails we must not remove the node metadata to be able to restart the
postprocessing process.

#4481

  • Bugfix #4456: Do not lose revisions when restoring the first revision

We fixed a problem where restoring the very first version of a file could delete the current
version.

#4456

  • Bugfix #4472: Fix concurrent access to a map

We fixed the race condition that led to concurrent map access in a publicshare manager.

owncloud/ocis#8255
#4472

  • Bugfix #4457: Fix concurrent map access in sharecache

We fixed a problem where the sharecache map would sometimes cause a panic when being accessed
concurrently.

#4457

  • Bugfix #4498: Fix Content-Disposition header in dav

We have added missing quotes to the Content-Disposition header in the dav service. This fixes
an issue with files containing special characters in their names.

owncloud/ocis#8361
#4498

  • Bugfix #4461: CORS handling for WebDAV requests fixed

We now correctly handle CORS headers for WebDAV requests.

owncloud/ocis#8231
#4461

  • Bugfix #4462: Prevent setting container specific permissions on files

It was possible to set the 'CreateContainer', 'Move' or 'Delete' permissions on file
resources with a CreateShare request. These permissions are meant to be only set on container
resources. The UpdateShare request already has a similar check.

owncloud/ocis#8131
#4462

  • Bugfix #4479: Fix creating documents in the approvider

We fixed a problem with the approvider where an error was reported to the user even though the
file was created properly.

#4479

  • Bugfix #4474: Make /dav/meta consistent

We now also return absolute paths for shares in the share jail in the /dav/meta endpoint.

#4474

  • Bugfix #4446: Disallow to delete a file during the processing

We want to disallow deleting a file during the processing to prevent collecting the orphan
uploads.

#4446

  • Bugfix #4517: Fix duplicated items in the sharejail root

We fixed a bug, that caused duplicate items to listed in the sharejail, when a user received
multiple shares for the same resource.

owncloud/ocis#8080
#4517

  • Bugfix #4473: Decomposedfs now correctly lists sessions

#4473

  • Bugfix #4528: Respect IfNotExist option when uploading in cs3 metadata storage

#4528

  • Bugfix #4503: Fix an error when move

We fixed a bug that caused Internal Server Error when move using destination id

owncloud/ocis#6739
#4503

  • Bugfix #4466: Fix natsjskv store

Small mistake in last iteration made authorization not working.

#4466

  • Bugfix #4533: Fix recursive trashcan purge

We have fixed a bug in the trashcan purge process that did not delete folder structures
recursively.

owncloud/ocis#8473
#4533

  • Bugfix #4492: Fix the resource name

We fixed a problem where after renaming resource as sharer the receiver see a new name for dav and
wedav endpoints.

owncloud/ocis#8242
#4492

  • Bugfix #4463: Fix the resource name

We fixed a problem where after renaming resource as sharer the receiver see a new name.

owncloud/ocis#8242
#4463

  • Bugfix #4448: Fix truncating existing files

We fixed a problem where existing files kept their content when being overwritten by a 0-byte
file.

#4448

  • Bugfix #4434: Fix the upload postprocessing

We fixed the upload postprocessing when the destination file does not exist anymore.

#4434

  • Bugfix #4469: Handle interrupted uploads

We fixed a bug where interrupted uploads were not discarded properly.

#4469

  • Bugfix #4532: Jsoncs3 cache fixes

The jsoncs3 share manager now retries persisting if the file already existed and picks up the
etag of the upload response in all cases.

#4532

  • Bugfix #4449: Keep failed processing status

We now keep tho postprocessing status when a blob could not be copied to the blobstore.

#4449

  • Bugfix #4529: We aligned some OCS return codes with oc10

owncloud/ocis#1233
#4529

  • Bugfix #4507: Make tusd CORS headers configurable

We bumped tusd to 1.13.0 and made CORS headers configurable via mapstructure.

#4507

  • Bugfix #4452: More efficient share jail

The share jail was stating every shared recource twice when listing the share jail root. For no
good reason. And it was not sending filters when it could.

#4452

  • Bugfix #4476: No need to unmark postprocessing when it was not started

#4476

  • Bugfix #4454: Skip unnecessary share retrieval

#4454

  • Bugfix #4527: Unify datagateway method handling

The datagateway now unpacks and forwards all HTTP methods

#4527

  • Bugfix #4530: Drop unnecessary grant exists check

At least the jsoncs3 share manager properly returns an ALREADY_EXISTS response when trying to
add a share to a resource that has already been shared with the grantee.

#4530

  • Bugfix #4475: Upload session specific processing flag

To make every upload session have a dedicated processing status, upload sessions are now
treated as in processing when all bytes have been received instead of checking the node
metadata.

#4475

  • Enhancement #4501: Allow sending multiple user ids in one sse event

Sending multiple user ids in one sse event is now possible which reduces the number of sent
events.

#4501

  • Enhancement #4485: Modify the concurrency default

We have changed the default...

Read more

v2.18.0

22 Dec 11:34
v2.18.0
Compare
Choose a tag to compare

Changelog for reva 2.18.0 (2023-12-22)

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

Summary

  • Fix #4424: Fixed panic in receivedsharecache pkg
  • Fix #4425: Fix overwriting files with empty files
  • Fix #4432: Fix /dav/meta endpoint for shares
  • Fix #4422: Fix disconnected traces
  • Fix #4429: Internal link creation
  • Fix #4407: Make ocdav return correct oc:spaceid
  • Fix #4410: Improve OCM support
  • Fix #4402: Refactor upload session
  • Enh #4421: Check permissions before adding, deleting or updating shares
  • Enh #4403: Add validation to update public share
  • Enh #4409: Disable the password policy
  • Enh #4412: Allow authentication for nats connections
  • Enh #4411: Add option to configure streams non durable
  • Enh #4406: Rework cache configuration
  • Enh #4414: Track more upload session metrics

Details

  • Bugfix #4424: Fixed panic in receivedsharecache pkg

The receivedsharecache pkg would sometime run into concurrent map writes. This is fixed by
using maptimesyncedcache pkg instead of a plain map.

#4424

  • Bugfix #4425: Fix overwriting files with empty files

We fixed a bug where files could not be overwritten with empty files using the desktop client.

#4425

  • Bugfix #4432: Fix /dav/meta endpoint for shares

We fixed a bug in the /dav/meta endpoint leading to internal server errors when used with
shares.

#4432

  • Bugfix #4422: Fix disconnected traces

We fixed a problem where the appctx logger was using a new traceid instead of picking up the one
from the trace parent.

#4422

  • Bugfix #4429: Internal link creation

We fix the permission checks for creating and updating public share so that it is possible again
to create internal links for received shares.

owncloud/ocis#8039
#4429

  • Bugfix #4407: Make ocdav return correct oc:spaceid

Propfinds now return oc:spaceid in the form of {providerid}${spaceid}

#4407

  • Bugfix #4410: Improve OCM support

We fixed several bugs with OCM support.

#4410
#4333

  • Bugfix #4402: Refactor upload session

We refactored the upload session code to make it reusable, kill a lot of code and save some stat
requests

#4402

  • Enhancement #4421: Check permissions before adding, deleting or updating shares

The user share provider now checks if the user has sufficient permissions to add, delete or
update a share.

#4421
#4405

  • Enhancement #4403: Add validation to update public share

We added validation to update public share provider to move the logic from the handlers to the
implementing server.

#4403

  • Enhancement #4409: Disable the password policy

We add the environment variable that allow to disable the password policy.

#4409

  • Enhancement #4412: Allow authentication for nats connections

Allows configuring username/password for nats connections

#4412

  • Enhancement #4411: Add option to configure streams non durable

Adds an option to disable persistence of event streams

#4411

  • Enhancement #4406: Rework cache configuration

Reworks configuration of the cache package allowing easier configuration. Also adds a new
config value allow to not persist cache entries (nats only)

#4406

  • Enhancement #4414: Track more upload session metrics

We added a gauge for the number of uploads currently in postprocessing as well as counters for
different postprocessing outcomes.

#4414

v2.17.0

12 Dec 17:51
v2.17.0
148fff4
Compare
Choose a tag to compare

Changelog for reva 2.17.0 (2023-12-12)

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

Summary

  • Fix #4278: Disable DEPTH infinity in PROPFIND
  • Fix #4318: Do not allow moves between shares
  • Fix #4290: Prevent panic when trying to move a non-existent file
  • Fix #4241: Allow an empty credentials chain in the auth middleware
  • Fix #4216: Fix an error message
  • Fix #4324: Fix capabilities decoding
  • Fix #4267: Fix concurrency issue
  • Fix #4362: Fix concurrent lookup
  • Fix #4336: Fix definition of "file-editor" role
  • Fix #4302: Fix checking of filename length
  • Fix #4366: Fix CS3 status code when looking up non existing share
  • Fix #4299: Fix HTTP verb of the generate-invite endpoint
  • Fix #4249: GetUserByClaim not working with MSAD for claim "userid"
  • Fix #4217: Fix missing case for "hide" in UpdateShares
  • Fix #4140: Fix missing etag in shares jail
  • Fix #4229: Fix destroying the Personal and Project spaces data
  • Fix #4193: Fix overwrite a file with an empty file
  • Fix #4365: Fix create public share
  • Fix #4380: Fix the public link update
  • Fix #4250: Fix race condition
  • Fix #4345: Fix conversion of custom ocs permissions to roles
  • Fix #4134: Fix share jail
  • Fix #4335: Fix public shares cleanup config
  • Fix #4338: Fix unlock via space API
  • Fix #4341: Fix spaceID in meta endpoint response
  • Fix #4351: Fix 500 when open public link
  • Fix #4352: Fix the tgz mime type
  • Fix #4388: Allow UpdateUserShare() to update just the expiration date
  • Fix #4214: Always pass adjusted default nats options
  • Fix #4291: Release lock when expired
  • Fix #4386: Remove dead enable_home config
  • Fix #4292: Return 403 when user is not permitted to log
  • Enh #4389: Add audio and location props
  • Enh #4337: Check permissions before creating shares
  • Enh #4326: Add search mediatype filter
  • Enh #4367: Add GGS mime type
  • Enh #4295: Add hide flag to shares
  • Enh #4358: Add default permissions capability for links
  • Enh #4133: Add more metadata to locks
  • Enh #4353: Add support for .docxf files
  • Enh #4363: Add nats-js-kv store
  • Enh #4197: Add the Banned-Passwords List
  • Enh #4190: Add the password policies
  • Enh #4384: Add a retry postprocessing outcome and event
  • Enh #4271: Add search capability
  • Enh #4119: Add sse event
  • Enh #4392: Add additional permissions to service accounts
  • Enh #4344: Add url extension to mime type list
  • Enh #4372: Add validation to the public share provider
  • Enh #4244: Allow listing reveived shares by service accounts
  • Enh #4129: Auto-Accept Shares through ServiceAccounts
  • Enh #4374: Handle trashbin file listings concurrently
  • Enh #4325: Enforce Permissions
  • Enh #4368: Extract log initialization
  • Enh #4375: Introduce UploadSessionLister interface
  • Enh #4268: Implement sharing roles
  • Enh #4160: Improve utils pkg
  • Enh #4335: Add sufficient permissions check function
  • Enh #4281: Port OCM changes from master
  • Enh #4270: Opt out of public link password enforcement
  • Enh #4181: The password policies change request
  • Enh #4256: Rename hidden share variable name
  • Enh #3315: Accept reva token as a bearer authentication
  • Enh #3926: Service Accounts
  • Enh #4359: Update go-ldap to v3.4.6
  • Enh #4170: Update password policies
  • Enh #4232: Improve error handling in utils package

Details

  • Bugfix #4278: Disable DEPTH infinity in PROPFIND

Disabled DEPTH infinity in PROPFIND for Personal /remote.php/dav/files/admin Public link
share /remote.php/dav/public-files/ Trashbin
/remote.php/dav/spaces/trash-bin/

owncloud/ocis#7359
#4278

  • Bugfix #4318: Do not allow moves between shares

We no longer allow moves between shares, even if they resolve to the same space.

#4318

  • Bugfix #4290: Prevent panic when trying to move a non-existent file

We fixed a panic when the user tried to move a file which does not exist.

#4290
#4283

  • Bugfix #4241: Allow an empty credentials chain in the auth middleware

When running with ocis, all external http-authentication is handled by the proxy service. So
the reva auth middleware should not try to do any basic or bearer auth.

owncloud/ocis#6692
#4241

  • Bugfix #4216: Fix an error message

Capitalize an error message for Banned-Passwords List OCIS-3809

#4216

  • Bugfix #4324: Fix capabilities decoding

We have fixed a bug when the mapstructure is ignored the embedded structure when decode

#4324

  • Bugfix #4267: Fix concurrency issue

We fixed a concurrency issue when listing received shares.

#4267

  • Bugfix #4362: Fix concurrent lookup

We have fixed a bug that overwrites existing variables, leading to flaky lookup of spaces

#4362

  • Bugfix #4336: Fix definition of "file-editor" role

The "file-editor" role was missing the AddGrant resource permission, which caused a broken
mapping from ResourcePermissions to roles in certain cases.

#4336

  • Bugfix #4302: Fix checking of filename length

Instead of checking for length of the filename the ocdav handler would sometimes check for
complete file path.

#4302

  • Bugfix #4366: Fix CS3 status code when looking up non existing share

When trying to lookup a share that does not exist we now return a proper "not found" error instead
of just an "internal error.

#4366

  • Bugfix #4299: Fix HTTP verb of the generate-invite endpoint

We changed the HTTP verb of the /generate-invite endpoint of the sciencemesh service to POST as
it clearly has side effects for the system, it's not just a read-only call.

#4299

  • Bugfix #4249: GetUserByClaim not working with MSAD for claim "userid"

We fixed GetUserByClaim to correctly deal with binary encoded userid as e.g. used for Active
Directory.

owncloud/ocis#7469
#4249

  • Bugfix #4217: Fix missing case for "hide" in UpdateShares

We fixed a bug that caused ocs to throw a 996 on update of permissions.

#4217

  • Bugfix #4140: Fix missing etag in shares jail

The shares jail can miss the etag if the first receivedShare is not accepted.

#4140

  • Bugfix #4229: Fix destroying the Personal and Project spaces data

We fixed a bug that caused destroying the Personal and Project spaces data when providing as a
destination while move/copy file. Disallow use the Personal and Project spaces root as a
source while move/copy file.

owncloud/ocis#6739
#4229

  • Bugfix #4193: Fix overwrite a file with an empty file

Fix the error when the user trying to overwrite a file with an empty file

#4193

  • Bugfix #4365: Fix create public share

If public link creation failed, it now returns a status error instead of sending ok.

#4365

  • Bugfix #4380: Fix the public link update

We fixed a bug when normal users can update the public link to delete its password if permission
is not sent in data.

owncloud/ocis#7821
#4380

  • Bugfix #4250: Fix race condition

We have fixed a race condition when setting the default tracing provider.

owncloud/ocis#4088
#4250

  • Bugfix #4345: Fix conversion of custom ocs permissions to roles

When creating shares with custom permissions they were under certain conditions converted
into the wrong corrensponding sharing role

https://github.com/owncloud/enterprise/issues/6209
#4345
#4343
#4342

  • Bugfix #4134: Fix share jail

Make matching mountpoints deterministic by comparing whole path segments of mountpoints

#4134

  • Bugfix #4335: Fix public shares cleanup config

The public shares cleanup for expired shares was not configurable via ocis.

#4335

  • Bugfix #4338: Fix unlock via space API

We fixed a bug that caused Error 500 when user try to unlock file using fileid The
handleSpaceUnlock has been added

owncloud/ocis#7708
#4338

  • Bugfix #4341: Fix spaceID in meta endpoint response

When doing a PROPFIND on the meta endpoint the spaceID would not be rendered correctly. That
is fixed now

#4341

  • Bugfix #4351: Fix 500 when open public link

We fixed a bug that caused nil pointer and Error 500 when open a public link from a deleted user

owncloud/ocis#7740
#4351

  • Bugfix #4352: Fix the tgz mime type

We have fixed a bug when the tgz mime type was not "application/gzip"

#4352

  • Bugfix #4388: Allow UpdateUserShare() to update just the expiration date

The UpdateUserShare Request now works if it just contains an update of the expiration date.

https://github.com/cs3...

Read more

v2.16.3

30 Nov 14:53
v2.16.3
4eec7d9
Compare
Choose a tag to compare

Changelog for reva 2.16.3 (2023-11-30)

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

Summary

  • Enh #4377: Handle trashbin file listings concurrently

Details

  • Enhancement #4377: Handle trashbin file listings concurrently

We now use a concurrent walker to list files in the trashbin. This improves performance when
listing files in the trashbin.

owncloud/ocis#7844
#4377
#4374

v1.27.0

19 Oct 13:56
Compare
Choose a tag to compare

Changelog for reva 1.27.0 (2023-10-19)

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

Summary

  • Fix #4196: Access public links to projects as owner
  • Enh #4266: Improve authentication routing logic
  • Enh #4212: CERNBox cleanup
  • Enh #4199: Dynamic storage provider
  • Enh #4264: Implement eos-compliant app locks
  • Enh #4200: Multiple fixes for Ceph driver
  • Enh #4185: Refurbish the grpc and https plugins for eos
  • Enh #4166: Add better observability with metrics and traces
  • Enh #4195: Support incoming OCM 1.0 shares
  • Enh #4189: Support full URL endpoints in ocm-provider
  • Enh #4186: Fixes in the reference configuration for ScienceMesh
  • Enh #4191: Add metrics service to ScienceMesh example config

Details

  • Bugfix #4196: Access public links to projects as owner

    #4196

  • Enhancement #4266: Improve authentication routing logic

    Provides a safer approach to route requests, both in HTTP and gRPC land when authentication is
    needed.

    #4266

  • Enhancement #4212: CERNBox cleanup

    Remove from the codebase all the cernbox specific code

    #4212

  • Enhancement #4199: Dynamic storage provider

    Add a new storage provider that can globally route to other providers. This provider uses a
    routing table in the database containing path - mountid pairs, and a mapping mountid -
    address in the config. It also support rewriting paths for resolution (to enable more
    complex cases).

    #4199

  • Enhancement #4264: Implement eos-compliant app locks

    The eosfs package now uses the app locks provided by eos

    #4264

  • Enhancement #4200: Multiple fixes for Ceph driver

    • Avoid usage/creation of user homes when they are disabled in the config * Simplify the regular
      uploads (not chunked) * Avoid creation of shadow folders at the root if they are already there *
      Clean up the chunked upload * Fix panic on shutdown

    #4200

  • Enhancement #4185: Refurbish the grpc and https plugins for eos

    This enhancement refurbishes the grpc and https plugins for eos

    #4185

  • Enhancement #4166: Add better observability with metrics and traces

    Adds prometheus collectors that can be registered dynamically and also refactors the http and
    grpc clients and servers to propage trace info.

    #4166

  • Enhancement #4195: Support incoming OCM 1.0 shares

    OCM 1.0 payloads are now supported as incoming shares, and converted to the OCM 1.1 format for
    persistency and further processing. Outgoing shares are still only OCM 1.1.

    #4195

  • Enhancement #4189: Support full URL endpoints in ocm-provider

    This patch enables a reva server to properly show any configured endpoint route in all relevant
    properties exposed by /ocm-provider. This allows reverse proxy configurations of the form
    https://server/route to be supported for the OCM discovery mechanism.

    #4189

  • Enhancement #4186: Fixes in the reference configuration for ScienceMesh

    Following the successful onboarding of CESNET, this PR brings some improvements and fixes to
    the reference configuration, as well as some adaptation to the itegration tests.

    #4186
    #4184
    #4183

  • Enhancement #4191: Add metrics service to ScienceMesh example config

    Adds the metrics http service configuration to the example config file of a ScienceMesh site.
    Having this service configured is a prerequisite for successfull Prometheus-based
    ScienceMesh sites metrics scraping.

    #4191

v2.16.2

17 Oct 09:19
v2.16.2
d63df48
Compare
Choose a tag to compare

Changelog for reva 2.16.2 (2023-10-17)

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

Summary

  • Fix #4251: GetUserByClaim not working with MSAD for claim "userid"

Details

  • Bugfix #4251: GetUserByClaim not working with MSAD for claim "userid"

We fixed GetUserByClaim to correctly deal with binary encoded userid as e.g. used for Active
Directory.

owncloud/ocis#7469
#4251
#4249

v2.16.1

25 Sep 15:11
v2.16.1
a1fc35c
Compare
Choose a tag to compare

Changelog for reva 2.16.1 (2023-09-25)

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

Summary

  • Fix #4214: Make appctx package compatible with go v1.21
  • Fix #4214: Always pass adjusted default nats options

Details

  • Bugfix #4214: Make appctx package compatible with go v1.21

Backported fix from edge. See https://tip.golang.org/doc/go1.21#reflect

#4214

  • Bugfix #4214: Always pass adjusted default nats options

The nats-js store will now automatically reconnect.

#4214