]> source.dussan.org Git - nextcloud-server.git/commit
Move interface to PSR-4
authorJoas Schilling <nickvergessen@owncloud.com>
Thu, 12 May 2016 14:25:14 +0000 (16:25 +0200)
committerJoas Schilling <nickvergessen@owncloud.com>
Wed, 25 May 2016 14:04:58 +0000 (16:04 +0200)
commit391531851cb73d7f6e7f989f481772f09f9f00a6
tree6a7d77006907a5a0d423115cab5a7745d1ea8b2b
parent3690ce1b36cf771f1c36f0dc2576c75c4f513ce3
Move interface to PSR-4
17 files changed:
apps/user_ldap/lib/Group_Proxy.php
apps/user_ldap/lib/ILDAPWrapper.php [new file with mode: 0644]
apps/user_ldap/lib/LDAP.php
apps/user_ldap/lib/LDAPUtility.php
apps/user_ldap/lib/Proxy.php
apps/user_ldap/lib/User_Proxy.php
apps/user_ldap/lib/Wizard.php
apps/user_ldap/lib/access.php
apps/user_ldap/lib/connection.php
apps/user_ldap/lib/ildapwrapper.php [deleted file]
apps/user_ldap/tests/GroupLDAPTest.php
apps/user_ldap/tests/User/ManagerTest.php
apps/user_ldap/tests/User/UserTest.php
apps/user_ldap/tests/User_LDAPTest.php
apps/user_ldap/tests/WizardTest.php
apps/user_ldap/tests/access.php
apps/user_ldap/tests/connection.php