From bc6eb6e3c60de5076a4697c4165e73b7c320c300 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 25 Nov 2024 15:04:44 +0100 Subject: [PATCH] feat(dev): Add OCP\Files\Mount\IShareOwnerlessMount API for 31 Signed-off-by: provokateurin --- .../app_upgrade_guide/upgrade_to_31.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst index 29376f983..e6fb514cb 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst @@ -105,6 +105,7 @@ Added APIs See the relevant :ref:`endpoint documentation`. - ``OCP\SetupCheck\CheckServerResponseTrait`` was added to ease implementing custom :ref:`setup checks` which need to check HTTP calls to the the server itself. +- Any implementation of ``OCP\Files\Mount\IMountPoint`` can additionally implement ``OCP\Files\Mount\IShareOwnerlessMount`` which allows everyone with share permission to edit and delete any share on the files and directories below the mountpoint. Changed APIs ^^^^^^^^^^^^