aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/User/Backend/IProvideEnabledStateBackend.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat: Add back searching in disabled user listCôme Chilliet2024-05-231-1/+2
| | | | | | | | When disabled users where moved to their own endpoint we overlooked search, so adding it back. The search is done case-insensitive in uid and display name. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Invert parameter order in getDisabledUserList to be consistentCôme Chilliet2023-11-301-1/+1
| | | | | | | This matches what was done in the calls and so fixes getting disabled user list when there are several backends returning disabled users. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-291-0/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-201-4/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add user enabled state backend featureCôme Chilliet2023-05-231-0/+47
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>