| Commit message (Expand) | Author | Age | Files | Lines |
* | LDAP: don't die on unexpected collisions, handle empty display-name attribute... | Arthur Schiwon | 2012-07-30 | 2 | -13/+28 |
* | LDAP: add Test Configuration functionality in the settings | Arthur Schiwon | 2012-07-26 | 4 | -1/+71 |
* | LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Shou... | Arthur Schiwon | 2012-07-26 | 5 | -34/+109 |
* | LDAP: some cleanup | Arthur Schiwon | 2012-07-26 | 1 | -3/+0 |
* | code style | Arthur Schiwon | 2012-07-26 | 1 | -3/+3 |
* | LDAP: check if php-ldap is installed. If not, give an error output. FIX: blan... | Arthur Schiwon | 2012-07-25 | 2 | -0/+14 |
* | LDAP: replace deprecated constant | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
* | LDAP: remove debug output | Arthur Schiwon | 2012-07-25 | 1 | -4/+0 |
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -5/+5 |
* | LDAP: remove obsolete require_once | Arthur Schiwon | 2012-07-25 | 1 | -3/+0 |
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
* | remove unnecessary debug output | Arthur Schiwon | 2012-07-25 | 1 | -1/+0 |
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+0 |
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -2/+3 |
* | LDAP: adjust test after refactoring | Arthur Schiwon | 2012-07-25 | 1 | -2/+2 |
* | LDAP: silence warning, but handle the error | Arthur Schiwon | 2012-07-25 | 1 | -1/+6 |
* | LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec... | Arthur Schiwon | 2012-07-25 | 5 | -372/+479 |
* | 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 | 3 | -44/+46 |
* | Support for OCA namespace | Arthur Schiwon | 2012-07-25 | 2 | -1/+2 |
* | LDAP: switch user backend from extending class OC_User_Backend to implementin... | Arthur Schiwon | 2012-07-25 | 1 | -1/+24 |
* | LDAP: pass user backend as instance, not classname | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
* | LDAP: make it UTF-8 save | Arthur Schiwon | 2012-07-02 | 5 | -18/+36 |
* | LDAP: reset resource on failed bind | Arthur Schiwon | 2012-07-02 | 1 | -4/+4 |
* | LDAP: compare base trees case insensitively | Arthur Schiwon | 2012-06-25 | 1 | -2/+2 |
* | fix syntax error after merge | Arthur Schiwon | 2012-06-25 | 1 | -3/+0 |
* | LDAP: cheaper userExists() implementation, fixes oc-1012 | Arthur Schiwon | 2012-06-25 | 1 | -0/+3 |
* | LDAP: always sanitize DN and DN-containing attributes | Arthur Schiwon | 2012-06-25 | 1 | -3/+12 |
* | Spelling fixes | Bart Visscher | 2012-06-22 | 1 | -3/+2 |
* | Merge resource error-suppressing fix | Bart Visscher | 2012-06-22 | 1 | -5/+17 |
|\ |
|
| * | Check for valid LDAP-resource before querying. | Benjamin Diele | 2012-05-28 | 1 | -5/+17 |
* | | remove unnecessary closing PHP tag | Arthur Schiwon | 2012-06-22 | 1 | -3/+1 |
* | | LDAP: cheaper userExists() implementation | Arthur Schiwon | 2012-06-22 | 1 | -1/+13 |
* | | forgotten $, incorrect subtract | Arthur Schiwon | 2012-06-20 | 1 | -2/+2 |
* | | LDAP: only map users within the User Base Tree | Arthur Schiwon | 2012-06-20 | 2 | -3/+11 |
* | | Make some apps compatible | Lukas Reschke | 2012-06-11 | 3 | -3/+5 |
* | | First try of implementing assignHTML | Lukas Reschke | 2012-06-11 | 1 | -1/+1 |
* | | ldap: check array for emptiness, not nullness | Arthur Schiwon | 2012-06-11 | 1 | -1/+1 |
* | | Sanitzing user input | Lukas Reschke | 2012-06-10 | 1 | -1/+1 |
* | | Don't use substr to get first char of string | Bart Visscher | 2012-06-08 | 1 | -2/+2 |
* | | typo in var | Arthur Schiwon | 2012-06-08 | 1 | -1/+1 |
* | | LDAP: cache the results, reduce LDAP searches | Arthur Schiwon | 2012-06-07 | 2 | -14/+39 |
* | | ldap: enable the destructor | Arthur Schiwon | 2012-06-07 | 1 | -0/+5 |
* | | ldap: remove unused private functions | Arthur Schiwon | 2012-06-07 | 1 | -24/+0 |
* | | ldap: correct query condition and determining of success | Arthur Schiwon | 2012-06-07 | 1 | -2/+12 |
* | | ldap: check index carefully, can be 0 | Arthur Schiwon | 2012-06-07 | 1 | -1/+1 |
* | | LDPA: don't drop legal whitespaces when sanitizing DN. Fixes oc-914 | Arthur Schiwon | 2012-06-06 | 1 | -1/+1 |
* | | commited a bit too much before | Arthur Schiwon | 2012-06-04 | 1 | -1/+0 |