summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/group_ldap.php
Commit message (Expand)AuthorAgeFilesLines
* Use !== and === in user_ldap app – Part 1kondou2013-04-201-6/+6
* Typo, fixes #2690Arthur Schiwon2013-04-031-1/+1
* LDAP: fix wrong return valueArthur Schiwon2013-03-251-2/+2
* LDAP: check first whether group exists in this backend before doing other ope...Arthur Schiwon2013-03-191-0/+9
* LDAP: implementation of displayNamesInGroupArthur Schiwon2013-03-051-3/+14
* Style cleanup user_ldapBart Visscher2013-02-141-6/+12
* LDAP: make it possible to define attributes that should be considered on sear...Arthur Schiwon2013-01-311-6/+4
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* LDAP: usersInGroup now also does LDAP serverside search.Arthur Schiwon2012-10-271-30/+41
* LDAP: getGroups to use paged searchesArthur Schiwon2012-10-271-12/+20
* LDAP: fix again proper check if groups are enabledArthur Schiwon2012-10-271-1/+3
* LDAP: properly check if Groups-feature is enabledArthur Schiwon2012-10-241-3/+2
* LDAP: fix cache save and check, fixes oc-2118Arthur Schiwon2012-10-221-4/+5
* LDAP: fix sharing doesn't work with ldap groups, oc-1819Arthur Schiwon2012-10-011-1/+1
* LDAP: comparison, not assignment. Thanks to Manuel DelgadoArthur Schiwon2012-09-271-2/+2
* adding space between) and {Thomas Mueller2012-09-071-1/+1
* LDAP: fix potential infinite loop introduced with 4c4aa92eef858a2a96bb5676304...Arthur Schiwon2012-08-291-1/+20
* LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts...Arthur Schiwon2012-08-221-0/+9
* LDAP: adjust usersInGroup to updated interfaceArthur Schiwon2012-08-141-3/+12
* LDAP: adjust getGroups to updated interfaceArthur Schiwon2012-08-141-6/+15
* LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Shou...Arthur Schiwon2012-07-261-24/+29
* code styleArthur Schiwon2012-07-251-1/+1
* code styleArthur Schiwon2012-07-251-1/+0
* code styleArthur Schiwon2012-07-251-2/+3
* LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec...Arthur Schiwon2012-07-251-39/+36
* LDAP: group backend now implements the interface, does not inherit backend classArthur Schiwon2012-07-251-1/+14
* LDAP: put app under the OCA\user_ldap\ namespaceArthur Schiwon2012-07-251-22/+24
* LDAP: make it UTF-8 saveArthur Schiwon2012-07-021-1/+1
* LDAP: only map users within the User Base TreeArthur Schiwon2012-06-201-1/+3
* ldap: check array for emptiness, not nullnessArthur Schiwon2012-06-111-1/+1
* typo in varArthur Schiwon2012-06-081-1/+1
* LDAP: cache the results, reduce LDAP searchesArthur Schiwon2012-06-071-10/+30
* LDAP group backend: Set configured true when it is... fixe oc-887Arthur Schiwon2012-06-011-2/+2
* LDAP group backend: If a group filter is not configured, do not do anything. ...Arthur Schiwon2012-06-011-0/+19
* LDAP: support for 'member' as group-member-associationArthur Schiwon2012-05-261-1/+2
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* LDAP: offer only ownCloud-enabled users for sharingArthur Schiwon2012-05-111-3/+7
* LDAP: wrong assumptions for case (in)sensitivity, implement far better solutionArthur Schiwon2012-05-111-12/+4
* LDAP: don't fall over case insensitive LDAP attribute nameArthur Schiwon2012-05-101-2/+19
* LDAP group: support for memberUid, fix for oc-594Arthur Schiwon2012-05-081-4/+42
* LDAP: more cleanupArthur Schiwon2012-05-041-26/+2
* port appconfigFrank Karlitschek2012-05-021-1/+1
* LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as well...Arthur Schiwon2012-04-251-32/+37
* use uniquemember instead of deprecated memberuid to identify LDAP group membe...Arthur Schiwon2012-04-251-3/+11
* LDAP: optimize LDAP requests for users and groups. Settings are still to do, ...Arthur Schiwon2012-04-231-15/+12
* don't forget to declare class propertiesArthur Schiwon2012-04-231-0/+1
* group LDAP: implement groupExists function, needed for SharingArthur Schiwon2012-04-161-0/+9
* use the right attribute for member retrievalArthur Schiwon2012-04-161-1/+2
* group LDAP: usersInGroup not getUsersInGroupArthur Schiwon2012-04-151-2/+2
* group LDAP: implemented getUsersInGroup()Arthur Schiwon2012-04-151-8/+18