You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,8 @@ Added Events
91
91
^^^^^^^^^^^^
92
92
93
93
- New ``preloadCollection`` event emitted by the DAV server during PROPFIND requests. See :ref:`collection_preload` for details.
94
+
- New ``OCP\SystemTag\TagAssignedEvent`` emitted by the system tag object mapper
95
+
- New ``OCP\SystemTag\TagUnassignedEvent`` emitted by the system tag object mapper
94
96
95
97
Added APIs
96
98
^^^^^^^^^^
@@ -117,6 +119,8 @@ Added APIs
117
119
- 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.
118
120
- New method ``\OCP\IUser::canChangeEmail`` allowing to check if the user backend allows the user to change their email address.
119
121
- New method ``\OCP\IDateTimeZone::getDefaultTimezone`` allowing to get the default timezone configured for Nextcloud.
122
+
- New ``OCP\SystemTag\TagAssignedEvent`` emitted by the system tag object mapper
123
+
- New ``OCP\SystemTag\TagUnassignedEvent`` emitted by the system tag object mapper
120
124
- Task processing API:
121
125
122
126
- New task processing task type ``OCP\TaskProcessing\TextToSpeech`` to convert text to speech.
0 commit comments