nextcloud/core/Command/User
Julius Härtl 0d6d088e4e feat: Add occ user:sync-account-data for updating oc_accounts information from user backends
This can be useful in cases where the state between user backend and
oc_accounts has become inconsistent.

Usually the account data is updated once the change on the user backend
is detected. Potential leftovers from older bugs
(https://github.com/nextcloud/user_saml/pull/582) might though never get
updated. This could lead to the contacts menu never showing the correct
display name. The contacts menu is read from the system address book,
which is only updated from oc_accounts.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-10-05 23:15:48 +02:00
..
Add.php Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00
AddAppPassword.php Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00
Delete.php Allow to autocomplete user and group ids in commands 2022-04-08 11:54:44 +02:00
Disable.php Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00
Enable.php Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00
Info.php Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00
LastSeen.php Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00
ListCommand.php Use the searchDisplayName recommended method in user:list 2023-04-27 15:25:13 +02:00
Report.php Update core to PHP 7.4 standard 2022-05-20 22:18:06 +02:00
ResetPassword.php Remove OCP\App and OCP\BackgroundJob 2022-08-01 09:46:40 +02:00
Setting.php normalize userid in user:setting 2023-01-12 17:33:03 +01:00
SyncAccountDataCommand.php feat: Add occ user:sync-account-data for updating oc_accounts information from user backends 2023-10-05 23:15:48 +02:00