You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/release_notes/critical_changes.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,3 +176,12 @@ Apps with a custom ``\OCP\Federation\ICloudFederationProvider`` that receives no
176
176
``\OCP\Federation\ISignedCloudFederationProvider``. The implementation must resolve the remote federation ID from the
177
177
notification's shared secret and trusted data stored when the share was accepted. Return an empty string when the
178
178
secret does not identify exactly one remote origin.
179
+
180
+
Unified sharing
181
+
---------------
182
+
183
+
.. todo::
184
+
185
+
This is work in progress and needs an update when the changes have been finalized.
186
+
187
+
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 <https://github.com/nextcloud/server/issues/51803>`_ for details and mockups.
Copy file name to clipboardExpand all lines: developer_manual/release_notes/previous/upgrade_to_34.rst
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,17 +57,6 @@ Removed back-end APIs
57
57
- Instead of ``\OC_Util::redirectToDefaultPage`` and ``\OC_Util::getDefaultPageUrl`` use ``\OCP\IUrlGenerator::linkToDefaultPageUrl``
58
58
- Instead of ``\OC_Util::checkAdminUser`` use ``IGroupManager::class::isAdmin``
59
59
60
-
61
-
Unified sharing
62
-
---------------
63
-
64
-
.. todo::
65
-
66
-
This is work in progress and needs an update when the changes have been finalized.
67
-
68
-
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 <https://github.com/nextcloud/server/issues/51803>`_ for details and mockups.
0 commit comments