github.com/cs3org/reva/v2@v2.27.7/changelog/1.1.0_2020-08-11/shares-fix.md (about) 1 Bugfix: Disallow sharing the shares directory 2 3 Previously, it was possible to create public links for and share the shares 4 directory itself. However, when the recipient tried to accept the share, it 5 failed. This PR prevents the creation of such shares in the first place. 6 7 https://github.com/cs3org/reva/pull/1051