Skip to content

Commit 54e2106

Browse files
committed
docs(dev): Add new IStorage::setOwner method for 30
nextcloud/server#44294 Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent b2eb7c9 commit 54e2106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Added APIs
105105
- ``OCP\AppFramework\Http\Attribute\ExAppRequired`` attribute for restricting controller methods to be only accessible by ExApps.
106106
- ``OCP\Collaboration\Reference\IPublicReferenceProvider`` added for reference providers that support reference lookups from public shares.
107107
- ``OCP\Files\IFilenameValidator`` was added to allow storage independent filename validation.
108+
- ``OCP\Files\Storage\IStorage::setOwner()`` was added to allow setting the owner of a storage so it can be handled independently from the current session user. This is especially useful for storages that have a shared ownership like groupfolders, external storages where the storage owner needs to be set to the user that is initializing the storage through their personal mountpoint.
108109
- ``ShareAPIController::sendShareEmail()`` was added and is accessible via ocs ``/api/v1/shares/{shareId}/send-email``. See :ref:`send-email<Send email>` documentation.
109110

110111
Changed APIs

0 commit comments

Comments
 (0)