diff --git a/developer_manual/release_notes/critical_changes.rst b/developer_manual/release_notes/critical_changes.rst index be8351a0e14..ea25e701561 100644 --- a/developer_manual/release_notes/critical_changes.rst +++ b/developer_manual/release_notes/critical_changes.rst @@ -176,3 +176,12 @@ Apps with a custom ``\OCP\Federation\ICloudFederationProvider`` that receives no ``\OCP\Federation\ISignedCloudFederationProvider``. The implementation must resolve the remote federation ID from the notification's shared secret and trusted data stored when the share was accepted. Return an empty string when the secret does not identify exactly one remote origin. + +Unified sharing +--------------- + +.. todo:: + + This is work in progress and needs an update when the changes have been finalized. + +Changes to sharing APIs and user interface are planned. This includes both a new general API for sharing of entities and updates to the sharing user interface. See `nextcloud/server#51803 `_ for details and mockups. diff --git a/developer_manual/release_notes/previous/upgrade_to_34.rst b/developer_manual/release_notes/previous/upgrade_to_34.rst index 38492c3b410..2001cbf2ab8 100644 --- a/developer_manual/release_notes/previous/upgrade_to_34.rst +++ b/developer_manual/release_notes/previous/upgrade_to_34.rst @@ -57,17 +57,6 @@ Removed back-end APIs - Instead of ``\OC_Util::redirectToDefaultPage`` and ``\OC_Util::getDefaultPageUrl`` use ``\OCP\IUrlGenerator::linkToDefaultPageUrl`` - Instead of ``\OC_Util::checkAdminUser`` use ``IGroupManager::class::isAdmin`` - -Unified sharing ---------------- - -.. todo:: - - This is work in progress and needs an update when the changes have been finalized. - -Changes to sharing APIs and user interface are planned. This includes both a new general API for sharing of entities and updates to the sharing user interface. See `nextcloud/server#51803 `_ for details and mockups. - - Navigation styling revisions ----------------------------