Skip to content

Commit d81407d

Browse files
authored
Merge pull request #12989 from nextcloud/backport/12986/stable31
[stable31] feat: Document changes in user backends API in 30
2 parents d8a262d + 9d6a53e commit d81407d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_30.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ Changed APIs
212212
- ``OCP\DB\Exception`` uses the reason code ``REASON_LOCK_WAIT_TIMEOUT`` now, instead of ``REASON_SERVER`` for a LockWaitTimeoutException.
213213
- ``OCP\Share\IShare::setNoExpirationDate()`` now sets an overwrite flag for falsy expiry date values, this flag is used to determine whether the system should overwrite falsy expiry date values before creating a share.
214214
- ``OCP\Share\IShare::getNoExpirationDate()`` retrieves the value of the ``noExpirationDate`` flag.
215+
- ``OCP\IUserManager::getDisabledUsers`` now has a third parameter for a search string.
216+
- ``OCP\User\Backend\IProvideEnabledStateBackend::getDisabledUserList`` now has a third parameter for a search string.
215217

216218
Deprecated APIs
217219
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)