diff --git a/changelog/2.20.0_2024-06-19/fix-public-share-update.md b/changelog/2.20.0_2024-06-19/fix-public-share-update.md index acf5a1283e..0d00de2eab 100644 --- a/changelog/2.20.0_2024-06-19/fix-public-share-update.md +++ b/changelog/2.20.0_2024-06-19/fix-public-share-update.md @@ -2,5 +2,4 @@ Bugfix: Fix public share update We fixed the permission check for updating public shares. When updating the permissions of a public share while not providing a password, the check must be against the new permissions to take into account that users can opt out only for view permissions. -https://github.com/cs3org/reva/pull/4633 -https://github.com/cs3org/reva/pull/4622 \ No newline at end of file +https://github.com/cs3org/reva/pull/4622 diff --git a/changelog/unreleased/fix-create-internal-links.md b/changelog/unreleased/fix-create-internal-links.md new file mode 100644 index 0000000000..33e68c0ed6 --- /dev/null +++ b/changelog/unreleased/fix-create-internal-links.md @@ -0,0 +1,6 @@ +Bugfix: Allow all users to create internal links + +Due to a bug, not all space members were allowed to create internal links. This has been fixed. + +https://github.com/cs3org/reva/pull/4633 +https://github.com/owncloud/ocis/issues/8960