v2.26.8
Changelog for reva 2.26.8 (2024-12-04)
The following sections list the changes in reva 2.26.8 relevant to
reva users. The changes are ordered by importance.
Summary
- Fix #4983: Delete stale shares in the jsoncs3 share manager
- Fix #4963: Fix name and displayName in an ocm
- Fix #4968: Jsoncs3 cache fixes
- Fix #4928: Propagate lock in PROPPATCH
- Fix #4971: Use manager to list shares
- Enh #4978: We added more trace spans in decomposedfs
- Enh #4921: Polish propagation related code
Details
- Bugfix #4983: Delete stale shares in the jsoncs3 share manager
The jsoncs3 share manager now properly deletes all references to removed shares and shares
that belong to a space that was deleted
- Bugfix #4963: Fix name and displayName in an ocm
Fixed name and displayName in an ocm PROPFIND response
- Bugfix #4968: 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.
- Bugfix #4928: Propagate lock in PROPPATCH
Clients using locking (ie. Windows) could not create/copy files over webdav as file seemed to
be locked.
- Bugfix #4971: Use manager to list shares
When updating a received share the usershareprovider now uses the share manager directly to
list received shares instead of going through the gateway again.
- Enhancement #4978: We added more trace spans in decomposedfs
- Enhancement #4921: Polish propagation related code
We polished some corner cases for propagation that reduce log messages in normal operation.