Merge pull request #7930 from owncloud/fix_7785_master
LDAP: put out fetching of user meta data into a fully tested class of it...
No related branches found
No related tags found
Showing
- apps/user_ldap/appinfo/app.php 7 additions, 1 deletionapps/user_ldap/appinfo/app.php
- apps/user_ldap/lib/access.php 23 additions, 8 deletionsapps/user_ldap/lib/access.php
- apps/user_ldap/lib/filesystemhelper.php 46 additions, 0 deletionsapps/user_ldap/lib/filesystemhelper.php
- apps/user_ldap/lib/logwrapper.php 39 additions, 0 deletionsapps/user_ldap/lib/logwrapper.php
- apps/user_ldap/lib/proxy.php 14 additions, 1 deletionapps/user_ldap/lib/proxy.php
- apps/user_ldap/lib/user/iusertools.php 40 additions, 0 deletionsapps/user_ldap/lib/user/iusertools.php
- apps/user_ldap/lib/user/manager.php 167 additions, 0 deletionsapps/user_ldap/lib/user/manager.php
- apps/user_ldap/lib/user/user.php 324 additions, 0 deletionsapps/user_ldap/lib/user/user.php
- apps/user_ldap/tests/access.php 16 additions, 7 deletionsapps/user_ldap/tests/access.php
- apps/user_ldap/tests/group_ldap.php 9 additions, 2 deletionsapps/user_ldap/tests/group_ldap.php
- apps/user_ldap/tests/user/user.php 680 additions, 0 deletionsapps/user_ldap/tests/user/user.php
- apps/user_ldap/tests/user_ldap.php 30 additions, 12 deletionsapps/user_ldap/tests/user_ldap.php
- apps/user_ldap/user_ldap.php 12 additions, 129 deletionsapps/user_ldap/user_ldap.php
Loading
Please register or sign in to comment