github.com/cs3org/reva/v2@v2.27.7/changelog/2.7.0_2022-07-15/fix-publiclink-resharing.md (about)

     1  Bugfix: Forbid resharing with higher permissions
     2  
     3  When creating a public link from a viewer share a user was able to set editor permissions on that link.
     4  This was because of a missing check that is added now
     5  
     6  https://github.com/owncloud/ocis/issues/4061
     7  https://github.com/owncloud/ocis/issues/3881
     8  https://github.com/owncloud/ocis/pull/4077