Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions developer_manual/release_notes/critical_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/nextcloud/server/issues/51803>`_ for details and mockups.
11 changes: 0 additions & 11 deletions developer_manual/release_notes/previous/upgrade_to_34.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/nextcloud/server/issues/51803>`_ for details and mockups.


Navigation styling revisions
----------------------------

Expand Down
Loading