| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix more config keys for save settings handling | Arthur Schiwon | 2013-01-20 | 1 | -2/+2 |
* | fix continue in switch, add another key to skip | Arthur Schiwon | 2013-01-20 | 1 | -1/+2 |
* | Ajaxifiy Settings Save | Arthur Schiwon | 2013-01-20 | 1 | -4/+47 |
* | fix mixed key and value | Arthur Schiwon | 2013-01-18 | 1 | -1/+9 |
* | LDAP: gather defaults in one place, simplify readConfiguration | Arthur Schiwon | 2013-01-18 | 1 | -28/+91 |
* | make sure port is used as backup port if not specified. documentation. determ... | Arthur Schiwon | 2013-01-17 | 1 | -1/+9 |
* | fix undeclared variable | Arthur Schiwon | 2013-01-17 | 1 | -0/+2 |
* | LDAP: add support for backup/replica servers | Arthur Schiwon | 2013-01-17 | 1 | -8/+32 |
* | LDAP: fix read configuration, remove unnecessary debug output | Arthur Schiwon | 2013-01-16 | 1 | -7/+6 |
* | documentation for the Connection constructor | Arthur Schiwon | 2013-01-10 | 1 | -0/+5 |
* | introduce configPrefix to allow settings for multiple LDAP servers | Arthur Schiwon | 2013-01-10 | 1 | -28/+30 |
* | Base DNs will be used as array, now, to support usage of multiple DNs | Arthur Schiwon | 2013-01-03 | 1 | -3/+3 |
* | Fix "Line indented incorrectly" | Bart Visscher | 2012-12-15 | 1 | -4/+4 |
* | LDAP: fix typo in config value handling. | Arthur Schiwon | 2012-11-06 | 1 | -1/+1 |
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -7/+7 |
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -2/+2 |
* | LDAP: know, wether server supports paged search | Arthur Schiwon | 2012-10-26 | 1 | -0/+3 |
* | LDAP: check for resource before unbinding | Arthur Schiwon | 2012-10-26 | 1 | -1/+3 |
* | LDAP: take out ldapUuidAttribute from on-the-fly check, cannot be set by the ... | Arthur Schiwon | 2012-09-19 | 1 | -2/+2 |
* | LDAP: implement getHome() function, use either username (default) or specify ... | Arthur Schiwon | 2012-08-28 | 1 | -1/+3 |
* | LDAP: identify (map) users with their directory UUID. Fixes the issue, that u... | Arthur Schiwon | 2012-08-23 | 1 | -0/+25 |
* | LDAP: fix potentially unavailable LDAP resource, which can prevent successful... | Arthur Schiwon | 2012-08-22 | 1 | -0/+3 |
* | LDAP: offer option to disable SSL certificate checks. Works around problems w... | Arthur Schiwon | 2012-08-05 | 1 | -0/+9 |
* | LDAP: add Test Configuration functionality in the settings | Arthur Schiwon | 2012-07-26 | 1 | -0/+9 |
* | LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Shou... | Arthur Schiwon | 2012-07-26 | 1 | -1/+58 |
* | 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 | 1 | -0/+10 |
* | LDAP: replace deprecated constant | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
* | LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec... | Arthur Schiwon | 2012-07-25 | 1 | -0/+245 |