fix: Make sure AI docs are up-to-date and do some cleanup

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2025-09-04 12:33:36 +02:00
parent fe484a4997
commit 25e894002e

View File

@@ -86,6 +86,8 @@ Added Events
^^^^^^^^^^^^
- New ``preloadCollection`` event emitted by the DAV server during PROPFIND requests. See :ref:`collection_preload` for details.
- New ``OCP\SystemTag\TagAssignedEvent`` emitted by the system tag object mapper
- New ``OCP\SystemTag\TagUnassignedEvent`` emitted by the system tag object mapper
Added APIs
^^^^^^^^^^
@@ -112,6 +114,8 @@ Added APIs
- New method ``\OCP\Files\Template\BeforeGetTemplatesEvent::shouldGetFields`` to get the event's ``withFields`` property, which should determine whether or not to perform template field extraction on the returned templates.
- New method ``\OCP\IUser::canChangeEmail`` allowing to check if the user backend allows the user to change their email address.
- New method ``\OCP\IDateTimeZone::getDefaultTimezone`` allowing to get the default timezone configured for Nextcloud.
- New ``OCP\SystemTag\TagAssignedEvent`` emitted by the system tag object mapper
- New ``OCP\SystemTag\TagUnassignedEvent`` emitted by the system tag object mapper
- Task processing API:
- New task processing task type ``OCP\TaskProcessing\TextToSpeech`` to convert text to speech.