The following sections list the changes in reva 1.22.0 relevant to reva users. The changes are ordered by importance.
On an expired authenticated public link, the error returned was 401 unauthorized, behaving differently from a not-authenticated one, that returns 404 not found. This has been fixed, returning 404 not found.
https://github.com/cs3org/reva/pull/3528
The Mentix OCM Provider authorizer lacked provider domain normalization. This led to incorrect provider domain matching when authorizing OCM providers.
https://github.com/cs3org/reva/pull/3121
We’ve migrated the litmusOcisOldWebdav and the litmusOcisNewWebdav tests from Drone to GitHub Actions.
https://github.com/cs3org/reva/pull/3565