| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts... | Arthur Schiwon | 2012-08-22 | 1 | -0/+9 |
* | 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. Shou... | Arthur Schiwon | 2012-07-26 | 1 | -24/+29 |
* | 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 Connec... | Arthur Schiwon | 2012-07-25 | 1 | -39/+36 |
* | 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 |
* | LDAP: support for 'member' as group-member-association | Arthur Schiwon | 2012-05-26 | 1 | -1/+2 |
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
* | LDAP: offer only ownCloud-enabled users for sharing | Arthur Schiwon | 2012-05-11 | 1 | -3/+7 |
* | LDAP: wrong assumptions for case (in)sensitivity, implement far better solution | Arthur Schiwon | 2012-05-11 | 1 | -12/+4 |
* | LDAP: don't fall over case insensitive LDAP attribute name | Arthur Schiwon | 2012-05-10 | 1 | -2/+19 |
* | LDAP group: support for memberUid, fix for oc-594 | Arthur Schiwon | 2012-05-08 | 1 | -4/+42 |
* | LDAP: more cleanup | Arthur Schiwon | 2012-05-04 | 1 | -26/+2 |
* | port appconfig | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
* | LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as well... | Arthur Schiwon | 2012-04-25 | 1 | -32/+37 |
* | use uniquemember instead of deprecated memberuid to identify LDAP group membe... | Arthur Schiwon | 2012-04-25 | 1 | -3/+11 |
* | LDAP: optimize LDAP requests for users and groups. Settings are still to do, ... | Arthur Schiwon | 2012-04-23 | 1 | -15/+12 |
* | don't forget to declare class properties | Arthur Schiwon | 2012-04-23 | 1 | -0/+1 |
* | group LDAP: implement groupExists function, needed for Sharing | Arthur Schiwon | 2012-04-16 | 1 | -0/+9 |
* | use the right attribute for member retrieval | Arthur Schiwon | 2012-04-16 | 1 | -1/+2 |
* | group LDAP: usersInGroup not getUsersInGroup | Arthur Schiwon | 2012-04-15 | 1 | -2/+2 |
* | group LDAP: implemented getUsersInGroup() | Arthur Schiwon | 2012-04-15 | 1 | -8/+18 |
* | group LDAP: implemented getUserGroups() | Arthur Schiwon | 2012-04-15 | 1 | -0/+11 |
* | typo | Arthur Schiwon | 2012-04-15 | 1 | -1/+1 |
* | group LDAP: implemented inGroup() | Arthur Schiwon | 2012-04-15 | 1 | -3/+16 |
* | give back expected result types as long as logic is not there yet | Arthur Schiwon | 2012-04-14 | 1 | -0/+3 |
* | starting to create the ldap group backend (with some inspiration from Yoann G... | Arthur Schiwon | 2012-04-14 | 1 | -0/+79 |