summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/user_ldap.php
Commit message (Expand)AuthorAgeFilesLines
* Use !== and === in user_ldap app – Part 2kondou2013-04-201-2/+2
* LDAP: user exists check on getHome, otherwise check will be performed with wr...Arthur Schiwon2013-03-191-0/+5
* LDAP: check whether user exists for before trying to determine displaynameArthur Schiwon2013-03-191-0/+4
* Merge pull request #1708 from owncloud/style-cleanup-user_ldapBernhard Posselt2013-02-171-6/+12
|\
| * Style cleanup user_ldapBart Visscher2013-02-141-6/+12
* | LDAP: announce that OC_USER_BACKEND_GET_DISPLAYNAME is implemented, fixes #1727Arthur Schiwon2013-02-161-2/+5
|/
* introduce new virtual method hasUserListings() to determine if a user backend...Thomas Mueller2013-02-111-0/+6
* code styleArthur Schiwon2013-02-061-1/+1
* LDAP: do not store user home as it destroys configurability. always fetch it....Arthur Schiwon2013-02-061-25/+22
* Merge pull request #1365 from owncloud/ldap_multiple_serverblizzz2013-01-311-2/+1
|\
| * LDAP: make it possible to define attributes that should be considered on sear...Arthur Schiwon2013-01-311-2/+1
* | LDAP: update quota on every uncached userExists, i.e. also on every isLoggedI...Arthur Schiwon2013-01-301-0/+1
* | LDAP: implement support for ownCloud Display NamesArthur Schiwon2013-01-291-0/+44
|/
* Return an empty array on succesful existence checkLorenzo M. Catucci2012-11-051-1/+1
* Return true or false from readAttribute if $attr is emptyLorenzo M. Catucci2012-11-051-3/+2
* LDAP: be careful which limit is send to possible paged LDAP searchArthur Schiwon2012-10-271-1/+4
* LDAP: use the correct attribute in filterArthur Schiwon2012-10-271-1/+1
* LDAP: let result processing in Access::search slice the array for not-paginat...Arthur Schiwon2012-10-271-12/+2
* LDAP: debug messagedArthur Schiwon2012-10-271-3/+4
* LDAP: let getUsers make use of paged searchArthur Schiwon2012-10-261-15/+29
* LDAP: fix retrieval of Quota and EmailArthur Schiwon2012-10-151-6/+9
* LDAP: comparison, not assignment. Thanks to Manuel DelgadoArthur Schiwon2012-09-271-1/+1
* adding space between) and {Thomas Mueller2012-09-071-5/+5
* LDAP: implement getHome() function, use either username (default) or specify ...Arthur Schiwon2012-08-281-1/+39
* LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts...Arthur Schiwon2012-08-221-0/+3
* adjust LDAP to updated interfaceArthur Schiwon2012-08-141-2/+10
* LDAP: check for always available attribute on userExists, fixes oc-1440Arthur Schiwon2012-08-051-3/+3
* LDAP: don't die on unexpected collisions, handle empty display-name attribute...Arthur Schiwon2012-07-301-5/+12
* LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Shou...Arthur Schiwon2012-07-261-6/+12
* LDAP: some cleanupArthur Schiwon2012-07-261-3/+0
* code styleArthur Schiwon2012-07-251-1/+1
* remove unnecessary debug outputArthur Schiwon2012-07-251-1/+0
* LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec...Arthur Schiwon2012-07-251-29/+17
* LDAP: put app under the OCA\user_ldap\ namespaceArthur Schiwon2012-07-251-17/+19
* Support for OCA namespaceArthur Schiwon2012-07-251-1/+1
* LDAP: switch user backend from extending class OC_User_Backend to implementin...Arthur Schiwon2012-07-251-1/+24
* LDAP: make it UTF-8 saveArthur Schiwon2012-07-021-1/+1
* remove unnecessary closing PHP tagArthur Schiwon2012-06-221-3/+1
* LDAP: cheaper userExists() implementationArthur Schiwon2012-06-221-1/+13
* LDAP: cache the results, reduce LDAP searchesArthur Schiwon2012-06-071-4/+9
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* LDAP group: support for memberUid, fix for oc-594Arthur Schiwon2012-05-081-3/+1
* LDAP: use the correct attribute for the display nameArthur Schiwon2012-05-041-1/+1
* LDAP: also those functions were not meant to be staticArthur Schiwon2012-05-041-2/+2
* LDAP: copyright stuffArthur Schiwon2012-05-041-0/+2
* LDAP: cleanupArthur Schiwon2012-05-041-93/+0
* LDAP: checkPassword ain't staticArthur Schiwon2012-05-041-2/+2
* LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAPArthur Schiwon2012-05-041-49/+57
* LDAP: make oc_user_ldap::userExists make use of central OC_LDAPArthur Schiwon2012-05-041-8/+9
* LDAP: make oc_user_ldap::getUsers make use of central OC_LDAPArthur Schiwon2012-05-041-28/+11