mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user