]> source.dussan.org Git - nextcloud-server.git/commit
LDAP: put out fetching of user meta data into a fully tested class of its own and...
authorArthur Schiwon <blizzz@owncloud.com>
Thu, 27 Mar 2014 17:01:14 +0000 (18:01 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Tue, 3 Jun 2014 10:59:09 +0000 (12:59 +0200)
commit6d64d7ec3fb64d6b2f196d4008f59b64e5a50446
tree830c0d7dc3c9b4feb10f261d2e41df8061296062
parentd3e830e938fe85da2fd6d9912c26677034d952f7
LDAP: put out fetching of user meta data into a fully tested class of its own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master
apps/user_ldap/appinfo/app.php
apps/user_ldap/lib/access.php
apps/user_ldap/lib/filesystemhelper.php [new file with mode: 0644]
apps/user_ldap/lib/logwrapper.php [new file with mode: 0644]
apps/user_ldap/lib/proxy.php
apps/user_ldap/lib/user/iusertools.php [new file with mode: 0644]
apps/user_ldap/lib/user/manager.php [new file with mode: 0644]
apps/user_ldap/lib/user/user.php [new file with mode: 0644]
apps/user_ldap/tests/user/user.php [new file with mode: 0644]
apps/user_ldap/user_ldap.php