]> source.dussan.org Git - nextcloud-server.git/commit
LDAP simplify User_Proxy and Group_Proxy signatures 23620/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 22 Oct 2020 09:25:33 +0000 (11:25 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 23 Oct 2020 10:25:31 +0000 (12:25 +0200)
commit86e5e7d9274241b0373bfa494896534b251e1978
tree93bf7a5cee299889b8143304537265b1a5553b33
parent872f03209cccd376c0be908581164f245e558070
LDAP simplify User_Proxy and Group_Proxy signatures

- make User_Proxy and Group_Proxy easy to instantiate
- simplify dependent code
- move commands to info.xml
- make UpdateGroups job class non-static

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
18 files changed:
apps/user_ldap/appinfo/info.xml
apps/user_ldap/appinfo/register_command.php [deleted file]
apps/user_ldap/lib/AppInfo/Application.php
apps/user_ldap/lib/Command/Search.php
apps/user_ldap/lib/Group_Proxy.php
apps/user_ldap/lib/Helper.php
apps/user_ldap/lib/Jobs/CleanUp.php
apps/user_ldap/lib/Jobs/UpdateGroups.php
apps/user_ldap/lib/Migration/UUIDFix.php
apps/user_ldap/lib/Migration/UUIDFixGroup.php
apps/user_ldap/lib/Migration/UUIDFixUser.php
apps/user_ldap/lib/User_Proxy.php
apps/user_ldap/tests/Jobs/CleanUpTest.php
apps/user_ldap/tests/Migration/AbstractUUIDFixTest.php
apps/user_ldap/tests/Migration/UUIDFixGroupTest.php
apps/user_ldap/tests/Migration/UUIDFixUserTest.php
apps/user_ldap/tests/User_ProxyTest.php
psalm.xml