Merge pull request #12987 from nextcloud/feat/document-eventsource-move-in-oc

feat: Document move of OC_EventSource class to private folder and namespace
This commit is contained in:
Ferdinand Thiessen 2025-04-03 14:44:05 +02:00 committed by GitHub
commit 5ccc4e1ba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -214,6 +214,7 @@ Changed APIs
- ``OCP\Share\IShare::getNoExpirationDate()`` retrieves the value of the ``noExpirationDate`` flag.
- ``OCP\IUserManager::getDisabledUsers`` now has a third parameter for a search string.
- ``OCP\User\Backend\IProvideEnabledStateBackend::getDisabledUserList`` now has a third parameter for a search string.
- Legacy class ``OC_EventSource`` was moved to ``OC`` namespace with the ``OC_`` prefix. It should not change anything if you already correctly use the ``OCP\IEventSourceFactory`` to create these objects.
Deprecated APIs
^^^^^^^^^^^^^^^