| Commit message (Expand) | Author | Age | Files | Lines |
* | LDAP: fix possible recursion | Arthur Schiwon | 2013-05-25 | 1 | -0/+7 |
* | LDAP: fix handling when LDAP Host is offline | Arthur Schiwon | 2013-05-25 | 1 | -3/+2 |
* | Merge branch 'master' into ldap_configurable_username_n_uuid | Arthur Schiwon | 2013-05-13 | 1 | -7/+7 |
|\ |
|
| * | Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-app | Bart Visscher | 2013-05-07 | 1 | -7/+7 |
| |\ |
|
| | * | Use !== and === in user_ldap app – Part 2 | kondou | 2013-04-20 | 1 | -7/+7 |
* | | | LDAP: better variable name | Arthur Schiwon | 2013-05-08 | 1 | -5/+9 |
* | | | LDAP: implement r+w for new settings | Arthur Schiwon | 2013-05-08 | 1 | -2/+11 |
|/ / |
|
* / | LDAP: do not reset UUID attribute setting when guid is detected | Arthur Schiwon | 2013-05-06 | 1 | -1/+3 |
|/ |
|
* | LDAP: remove unnecessary func call, was a leftover from earlier refactor | Arthur Schiwon | 2013-03-19 | 1 | -1/+0 |
* | LDAP: simplify default for user home settings, fixes wrong display of default... | Arthur Schiwon | 2013-02-22 | 1 | -7/+4 |
* | Merge pull request #1708 from owncloud/style-cleanup-user_ldap | Bernhard Posselt | 2013-02-17 | 1 | -17/+69 |
|\ |
|
| * | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 1 | -18/+70 |
* | | LDAP: check array with isset first to avoid warnings about undefined index | Arthur Schiwon | 2013-02-16 | 1 | -1/+2 |
* | | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
* | | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #1493 from owncloud/fix_ldap_stored_homedir | Frank Karlitschek | 2013-02-11 | 1 | -1/+6 |
|\ |
|
| * | LDAP: fix settings handling of homeFolderNamingRule option | Arthur Schiwon | 2013-02-06 | 1 | -1/+6 |
* | | Typo | Arthur Schiwon | 2013-02-07 | 1 | -1/+1 |
* | | LDAP: better detect timeouts. do not try to reconnect. do not try to bind whe... | Arthur Schiwon | 2013-02-06 | 1 | -3/+10 |
* | | LDAP: when ldaps and tls are configured, disable the latter one - they do not... | Arthur Schiwon | 2013-02-06 | 1 | -0/+5 |
|/ |
|
* | string fragment was added by accident and does not belong here | Arthur Schiwon | 2013-01-31 | 1 | -1/+0 |
* | spell check | Thomas Mueller | 2013-01-31 | 1 | -3/+3 |
* | LDAP: avoid attempts to save null as configvalue | Arthur Schiwon | 2013-01-31 | 1 | -4/+3 |
* | LDAP: fix wrong index | Arthur Schiwon | 2013-01-31 | 1 | -1/+1 |
* | LDAP: make it possible to define attributes that should be considered on sear... | Arthur Schiwon | 2013-01-31 | 1 | -2/+21 |
* | LDAP: some inline documentation | Arthur Schiwon | 2013-01-30 | 1 | -0/+7 |
* | LDAP: make it possible to enable/disable server configurations | Arthur Schiwon | 2013-01-24 | 1 | -2/+23 |
* | LDAP: Clear cache on saving settings | Arthur Schiwon | 2013-01-24 | 1 | -0/+1 |
* | LDAP: fix default | Arthur Schiwon | 2013-01-23 | 1 | -1/+1 |
* | make sure that Configuration is read when getConfiguration is called. And giv... | Arthur Schiwon | 2013-01-23 | 1 | -4/+14 |
* | 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 |