Merge pull request #13111 from nextcloud/feat/dev/get-all-shares-in-folder

This commit is contained in:
Kate
2025-05-10 14:35:24 +02:00
committed by GitHub

View File

@ -38,6 +38,7 @@ Added APIs
- New task processing task type ``OCP\TaskProcessing\TextToSpeech`` to convert text to speech.
- New method ``\OCP\IUser::canChangeEmail`` allowing to check if the user backend allows the user to change their email address.
- New interface ``\OCP\Share\IShareProviderSupportsAllSharesInFolder`` extending ``\OCP\Share\IShareProvider`` to add the method ``\OCP\Share\IShareProviderSupportsAllSharesInFolder::getAllSharesInFolder`` used for querying all shares in a folder without filtering by user.
Changed APIs
^^^^^^^^^^^^