nextcloud-server/core/Command/User
yemkareems 4e409ab489
fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php and declare strict_types for the new file as suggested
2024-04-18 17:57:49 +07:00
..
AuthTokens fix: replace `Account name` by `Login` 2024-02-13 21:08:10 +07:00
Keys feat(occ): Add user:keys:test command 2024-02-27 22:43:08 +07:00
Add.php add generate-password option and flow fixes 2024-02-24 04:56:52 +07:00
ClearGeneratedAvatarCacheCommand.php fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php and declare strict_types for the new file as suggested 2024-04-18 17:57:49 +07:00
Delete.php
Disable.php
Enable.php
Info.php
LastSeen.php fix: Use IUserManager::callForAllUsers() to save memory 2024-03-14 08:40:22 +07:00
ListCommand.php feat(occ): Add --disabled option to occ user:list 2024-04-09 15:47:40 +07:00
Report.php
ResetPassword.php fix: replace `Account name` by `Login` 2024-02-13 21:08:10 +07:00
Setting.php
SyncAccountDataCommand.php