v3.6.2
Changelog for reva 3.6.2 (2026-03-29)
The following sections list the changes in reva 3.6.2 relevant to
reva users. The changes are ordered by importance.
Summary
- Fix #5551: Hide orphaned shares
- Enh #5549: Add administrative function to list all projects
- Enh #5546: Ignore files not found in archiver
- Enh #5538: Cleanup config
- Enh #5557: Add quota cache
Details
-
Bugfix #5551: Hide orphaned shares
-
Enhancement #5549: Add administrative function to list all projects
Added ListAllProjects function to the SQL projects manager. The function supports optional
filtering by status and owner. -
Enhancement #5546: Ignore files not found in archiver
-
Enhancement #5538: Cleanup config
-
Enhancement #5557: Add quota cache
Since EOS at the moment takes a long time to respond to
GetQuotarequests, we have implemented
a cache for the quota results. The cache is warmed up on init, where the cache is populated from a
singleGetQuotacall that obtains all user quotas.