mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
docs(dev): Add new IStorage::setOwner method for 30
https://github.com/nextcloud/server/pull/44294 Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -105,6 +105,7 @@ Added APIs
|
||||
- ``OCP\AppFramework\Http\Attribute\ExAppRequired`` attribute for restricting controller methods to be only accessible by ExApps.
|
||||
- ``OCP\Collaboration\Reference\IPublicReferenceProvider`` added for reference providers that support reference lookups from public shares.
|
||||
- ``OCP\Files\IFilenameValidator`` was added to allow storage independent filename validation.
|
||||
- ``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.
|
||||
- ``ShareAPIController::sendShareEmail()`` was added and is accessible via ocs ``/api/v1/shares/{shareId}/send-email``. See :ref:`send-email<Send email>` documentation.
|
||||
|
||||
Changed APIs
|
||||
|
||||
Reference in New Issue
Block a user