summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/user_ldap.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | an LDAP attribute value to use
* LDAP: don't pass -1 as length to array slice, when no limit is given. It ↵Arthur Schiwon2012-08-221-0/+3
| | | | cuts off the last item.
* 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 ↵Arthur Schiwon2012-07-301-5/+12
| | | | attributes properly
* LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. ↵Arthur Schiwon2012-07-261-6/+12
| | | | Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced.
* 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 ↵Arthur Schiwon2012-07-251-29/+17
| | | | Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly.
* 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 ↵Arthur Schiwon2012-07-251-1/+24
| | | | implementing OC_User_Interface for improved flexibility
* 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
|
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-9/+69
|
* Fix OC_USER_LDAP::checkPassword() to return the usernameCaio Marcelo de Oliveira Filho2011-09-011-1/+3
| | | | REVIEW: 102487
* apps/user_ldap/user_ldap.php: - Add support for ldapv3 and tlsSascha Schneider2011-08-281-0/+3
|
* Renaming classes :-)Jakob Sack2011-07-291-7/+7
|
* Delete requires in applications where possibleJakob Sack2011-07-271-2/+0
|
* fix some ldap errorsRobin Appelman2011-07-181-2/+2
|
* only use ldap user backend when it is configuredRobin Appelman2011-07-061-0/+6
|
* Hopefully fix errors if ldap plugin is not configuredDominik Schmidt2011-07-041-1/+16
|
* user_ldap: close ldap connection in dtorDominik Schmidt2011-06-231-0/+6
|
* user_ldap: implement userExistsDominik Schmidt2011-06-231-20/+48
|
* user_ldap: add port settingDominik Schmidt2011-06-231-1/+4
|
* Add user_ldap pluginDominik Schmidt2011-06-231-0/+62