summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/user_ldap.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* port oc_preferencesFrank Karlitschek2012-05-021-2/+2
* port appconfigFrank Karlitschek2012-05-021-13/+13
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-1/+1
* LDAP: don't keep possibly outdated passwordsArthur Schiwon2012-04-141-4/+0
* LDAP: set also quota, when there is no explicit default valueArthur Schiwon2012-03-011-2/+6
* LDAP fix: set user quota, if attribute is providedArthur Schiwon2012-03-011-3/+3
* typo in function callArthur Schiwon2012-02-281-1/+1
* make LDAP filter for user list configurableArthur Schiwon2012-02-281-7/+8
* Combing LDAP backend with LDAP extended backendArthur Schiwon2012-02-201-17/+61