Backend¶
reva-cernbox is is the CERNBox backend that joins Reva with CERN specific plugins. This page contains the most relevant changes for CERN users.
reva-cernbox¶
2.4.0 January 12, 2026¶
- Full Reva Changelog: https://github.com/cs3org/reva/compare/v3.4.0...v3.5.0
- Full Reva-plugins Changelog: no changes
- #5449 Fix : Fix database sharedconfig parsing
- #5464 Fix : Make MOVE work in public link
- #5446 Fix : Make notify_uploads_extra_recipients work in libregraph
- #5463 Fix : Fix permission editing for public links
- #5404 Fix : Fix localhome virtual namespace path handling for spaces
- #5429 Enh : Cephmount: supports setting posix acls
- #5433 Enh : Make chunking_parallel_upload_disabled configurable
- #5447 Enh : Make notification trigger always use items
- #5445 Enh : Support funcs in templates
- #5402 Enh : Refactoring of the GORM model for shares
- #5428 Enh : Refactor permissions
2.3.1 December 14, 2025¶
- Full Reva Changelog: https://github.com/cs3org/reva/compare/v3.3.3...v3.4.0
- Full Reva-plugins Changelog: https://github.com/cernbox/reva-plugins/compare/v0.0.30...v0.0.31
- reva-plugins#57 Limit add / update / remove grant to project admins in project spaces
- #5425 Fix : Make public file PROPFIND response proper again
- #5421 Fix : Eosfs: SetLock now checks existing locks
- #5424 Fix : Make href properly formed on PROPFIND requests to /v endpoints
- #5412 Fix : Nilpointer in logline when addGrant fails
- #5422 Fix : Do not give delete permission to root of public links
- #5409 #5430 #5423 Fix : Bring back proper DAV support (works for both spaces and old api)
- #5427 Fix : Fix upload notifications
- #5323 Enh : Add database config to sharedconf
- #5432 Enh : Add support for embedded view mode in apps
- #5401 Enh : Adapt gateway and corresponding driver to CS3API changes
- #5285 Enh : Remove EOS EnableHome parameter
- #5405 #5403 Enh : Add support for signed URLs
2.2.3 November 9, 2025¶
- Full Reva Changelog: https://github.com/cs3org/reva/compare/v3.3.1...v3.3.3
- Full Reva-plugins Changelog: https://github.com/cernbox/reva-plugins/compare/v0.0.29...v0.0.30
- reva-plugins#55 fix: make thumbnails processor to work with spaces
- #5393 Correct content-length when downloading versions
- #5392 Fixed permissions for upload-only links
2.2.1 October 20, 2025¶
- Full Reva Changelog: https://github.com/cs3org/reva/compare/v3.2.1...v3.3.1
- Full Reva-plugins Changelog: https://github.com/cernbox/reva-plugins/compare/v0.0.28...v0.0.29
- #5366 fix: bring back support for 'Deny access'
- #5367 Proper implementation of Range requests
- #5365 spaces: skip spaces not available
- #5364 Remove trashbin and version-related permissions from conversion to OCS role (fixes missing permissions in public spaces)
- #5362 use url.JoinPath instead of fmt.Sprintf and path.Join
2.1.3 October 13, 2025¶
- Full Reva Changelog: https://github.com/cs3org/reva/compare/v3.2.0...v3.2.1
- Full Reva-plugins Changelog: no changes
- #5348 Fix nilpointers seen in production
- #5349 Rewrite handling of listing spaces with an ID filter
- #5361 remove filepath.Join for constructing URLs
2.1.1 October 7, 2025¶
- Full Reva Changelog: https://github.com/cs3org/reva/compare/v3.1.0...v3.2.0
- Full Reva-plugins Changelog: https://github.com/cernbox/reva-plugins/compare/v0.0.26...v0.0.28