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.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