Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make getGroupsChunk() protected instead of private | Alexander Bergolth | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | adapt coding style | Alexander Bergolth | 2014-03-13 | 1 | -15/+15 |
| | |||||
* | fix another oversight... sigh.. | root | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | getGroups(): fix overall max search limit for paged searches | root | 2014-03-04 | 1 | -3/+3 |
| | |||||
* | getGroups() $limit was not handled correctly | root | 2014-03-04 | 1 | -2/+7 |
| | |||||
* | merge functionality of getAllGroups into getGroups | root | 2014-03-04 | 1 | -15/+18 |
| | |||||
* | add getAllGroups() that uses a paged search if available | root | 2014-03-04 | 1 | -0/+34 |
| | | | | | this circumvents server side search limits (active directory has a limit of 1000 by default) | ||||
* | replace spaces with tabs | root | 2014-02-21 | 1 | -5/+5 |
| | | | | use true instead of 1 | ||||
* | fix coding style to blizzz happy.. ;-) | root | 2014-02-12 | 1 | -8/+10 |
| | |||||
* | fix indentation | root | 2013-12-11 | 1 | -42/+42 |
| | | | | | | use identity test where appropriate use camelcase variable names _getGroupsByMember is a private function | ||||
* | remove debug output | root | 2013-12-10 | 1 | -3/+0 |
| | |||||
* | combineFilterWithAnd recently moved to Access | root | 2013-12-08 | 1 | -3/+3 |
| | |||||
* | add support for nested groups | root | 2013-12-06 | 1 | -10/+69 |
| | |||||
* | LDAP: coding style | Arthur Schiwon | 2013-09-27 | 1 | -6/+12 |
| | |||||
* | LDAP: make Access be a dependency to the user and group backend instead of ↵ | Arthur Schiwon | 2013-09-27 | 1 | -63/+66 |
| | | | | inheriting it. | ||||
* | Use !== and === in user_ldap app – Part 1 | kondou | 2013-04-20 | 1 | -6/+6 |
| | |||||
* | Typo, fixes #2690 | Arthur Schiwon | 2013-04-03 | 1 | -1/+1 |
| | |||||
* | LDAP: fix wrong return value | Arthur Schiwon | 2013-03-25 | 1 | -2/+2 |
| | |||||
* | LDAP: check first whether group exists in this backend before doing other ↵ | Arthur Schiwon | 2013-03-19 | 1 | -0/+9 |
| | | | | operations | ||||
* | LDAP: implementation of displayNamesInGroup | Arthur Schiwon | 2013-03-05 | 1 | -3/+14 |
| | |||||
* | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 1 | -6/+12 |
| | |||||
* | LDAP: make it possible to define attributes that should be considered on ↵ | Arthur Schiwon | 2013-01-31 | 1 | -6/+4 |
| | | | | searches | ||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | LDAP: usersInGroup now also does LDAP serverside search. | Arthur Schiwon | 2012-10-27 | 1 | -30/+41 |
| | |||||
* | LDAP: getGroups to use paged searches | Arthur Schiwon | 2012-10-27 | 1 | -12/+20 |
| | |||||
* | LDAP: fix again proper check if groups are enabled | Arthur Schiwon | 2012-10-27 | 1 | -1/+3 |
| | |||||
* | LDAP: properly check if Groups-feature is enabled | Arthur Schiwon | 2012-10-24 | 1 | -3/+2 |
| | |||||
* | LDAP: fix cache save and check, fixes oc-2118 | Arthur Schiwon | 2012-10-22 | 1 | -4/+5 |
| | |||||
* | LDAP: fix sharing doesn't work with ldap groups, oc-1819 | Arthur Schiwon | 2012-10-01 | 1 | -1/+1 |
| | |||||
* | LDAP: comparison, not assignment. Thanks to Manuel Delgado | Arthur Schiwon | 2012-09-27 | 1 | -2/+2 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | LDAP: fix potential infinite loop introduced with ↵ | Arthur Schiwon | 2012-08-29 | 1 | -1/+20 |
| | | | | 4c4aa92eef858a2a96bb5676304acbcaafaa56f2, as side effect optimize groupExists-method. | ||||
* | LDAP: don't pass -1 as length to array slice, when no limit is given. It ↵ | Arthur Schiwon | 2012-08-22 | 1 | -0/+9 |
| | | | | cuts off the last item. | ||||
* | LDAP: adjust usersInGroup to updated interface | Arthur Schiwon | 2012-08-14 | 1 | -3/+12 |
| | |||||
* | LDAP: adjust getGroups to updated interface | Arthur Schiwon | 2012-08-14 | 1 | -6/+15 |
| | |||||
* | LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. ↵ | Arthur Schiwon | 2012-07-26 | 1 | -24/+29 |
| | | | | Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced. | ||||
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+0 |
| | |||||
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -2/+3 |
| | |||||
* | LDAP: split up LIB_LDAP into Access for LDAP interaction functions and ↵ | Arthur Schiwon | 2012-07-25 | 1 | -39/+36 |
| | | | | Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly. | ||||
* | LDAP: group backend now implements the interface, does not inherit backend class | Arthur Schiwon | 2012-07-25 | 1 | -1/+14 |
| | |||||
* | LDAP: put app under the OCA\user_ldap\ namespace | Arthur Schiwon | 2012-07-25 | 1 | -22/+24 |
| | |||||
* | LDAP: make it UTF-8 save | Arthur Schiwon | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | LDAP: only map users within the User Base Tree | Arthur Schiwon | 2012-06-20 | 1 | -1/+3 |
| | |||||
* | ldap: check array for emptiness, not nullness | Arthur Schiwon | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | typo in var | Arthur Schiwon | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | LDAP: cache the results, reduce LDAP searches | Arthur Schiwon | 2012-06-07 | 1 | -10/+30 |
| | |||||
* | LDAP group backend: Set configured true when it is... fixe oc-887 | Arthur Schiwon | 2012-06-01 | 1 | -2/+2 |
| | |||||
* | LDAP group backend: If a group filter is not configured, do not do anything. ↵ | Arthur Schiwon | 2012-06-01 | 1 | -0/+19 |
| | | | | Fixes oc-867 | ||||
* | LDAP: support for 'member' as group-member-association | Arthur Schiwon | 2012-05-26 | 1 | -1/+2 |
| |