update reva to include the password enforcement fixes

This commit is contained in:
David Christofas
2023-03-09 16:08:51 +01:00
parent 4c3df7277d
commit fcf958c8bf
4 changed files with 15 additions and 8 deletions
@@ -2,4 +2,9 @@ Enhancement: Add config option to enforce passwords on public links
Added a new config option to enforce passwords on public links with "Uploader, Editor, Contributor" roles.
The new options are:
`OCIS_SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD`, `SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD` and `FRONTEND_OCS_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD`.
Check the docs on how to properly set them.
https://github.com/owncloud/ocis/pull/5785
https://github.com/owncloud/ocis/pull/5720