nextcloud/apps/user_ldap/lib/Command
Côme Chilliet 9c7b769cb2
Fix ldap:update-uuid
Generators cannot be iterated with while or returned by an other
 generator, using foreach instead.
And a few other problems.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-15 13:23:25 +01:00
..
CheckUser.php Also always return in app commands 2020-06-26 15:12:11 +02:00
CreateEmptyConfig.php Also always return in app commands 2020-06-26 15:12:11 +02:00
DeleteConfig.php Also always return in app commands 2020-06-26 15:12:11 +02:00
ResetUser.php adds ldap user:reset command 2021-03-25 13:36:16 +01:00
Search.php Do not use custom DI object names for user_ldap 2020-07-13 17:22:19 +02:00
SetConfig.php Also always return in app commands 2020-06-26 15:12:11 +02:00
ShowConfig.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
ShowRemnants.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
TestConfig.php Also always return in app commands 2020-06-26 15:12:11 +02:00
UpdateUUID.php Fix ldap:update-uuid 2022-02-15 13:23:25 +01:00