From 51154ad06d6e0f289aeb0c3f10bdff01cc562abd Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 4 Sep 2025 12:33:36 +0200 Subject: [PATCH] fix: Make sure AI docs are up-to-date and do some cleanup Signed-off-by: Marcel Klehr --- .../app_upgrade_guide/upgrade_to_32.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst index ed319d3ff..c7733216d 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst @@ -91,6 +91,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 ^^^^^^^^^^ @@ -117,6 +119,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.