| Commit message (Expand) | Author | Age | Files | Lines |
* | Use !== and === in user_ldap app – Part 2 | kondou | 2013-04-20 | 1 | -2/+2 |
* | LDAP: user exists check on getHome, otherwise check will be performed with wr... | Arthur Schiwon | 2013-03-19 | 1 | -0/+5 |
* | LDAP: check whether user exists for before trying to determine displayname | Arthur Schiwon | 2013-03-19 | 1 | -0/+4 |
* | Merge pull request #1708 from owncloud/style-cleanup-user_ldap | Bernhard Posselt | 2013-02-17 | 1 | -6/+12 |
|\ |
|
| * | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 1 | -6/+12 |
* | | LDAP: announce that OC_USER_BACKEND_GET_DISPLAYNAME is implemented, fixes #1727 | Arthur Schiwon | 2013-02-16 | 1 | -2/+5 |
|/ |
|
* | introduce new virtual method hasUserListings() to determine if a user backend... | Thomas Mueller | 2013-02-11 | 1 | -0/+6 |
* | code style | Arthur Schiwon | 2013-02-06 | 1 | -1/+1 |
* | LDAP: do not store user home as it destroys configurability. always fetch it.... | Arthur Schiwon | 2013-02-06 | 1 | -25/+22 |
* | Merge pull request #1365 from owncloud/ldap_multiple_server | blizzz | 2013-01-31 | 1 | -2/+1 |
|\ |
|
| * | LDAP: make it possible to define attributes that should be considered on sear... | Arthur Schiwon | 2013-01-31 | 1 | -2/+1 |
* | | LDAP: update quota on every uncached userExists, i.e. also on every isLoggedI... | Arthur Schiwon | 2013-01-30 | 1 | -0/+1 |
* | | LDAP: implement support for ownCloud Display Names | Arthur Schiwon | 2013-01-29 | 1 | -0/+44 |
|/ |
|
* | Return an empty array on succesful existence check | Lorenzo M. Catucci | 2012-11-05 | 1 | -1/+1 |
* | Return true or false from readAttribute if $attr is empty | Lorenzo M. Catucci | 2012-11-05 | 1 | -3/+2 |
* | LDAP: be careful which limit is send to possible paged LDAP search | Arthur Schiwon | 2012-10-27 | 1 | -1/+4 |
* | LDAP: use the correct attribute in filter | Arthur Schiwon | 2012-10-27 | 1 | -1/+1 |
* | LDAP: let result processing in Access::search slice the array for not-paginat... | Arthur Schiwon | 2012-10-27 | 1 | -12/+2 |
* | LDAP: debug messaged | Arthur Schiwon | 2012-10-27 | 1 | -3/+4 |
* | LDAP: let getUsers make use of paged search | Arthur Schiwon | 2012-10-26 | 1 | -15/+29 |
* | LDAP: fix retrieval of Quota and Email | Arthur Schiwon | 2012-10-15 | 1 | -6/+9 |
* | LDAP: comparison, not assignment. Thanks to Manuel Delgado | Arthur Schiwon | 2012-09-27 | 1 | -1/+1 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -5/+5 |
* | LDAP: implement getHome() function, use either username (default) or specify ... | Arthur Schiwon | 2012-08-28 | 1 | -1/+39 |
* | LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts... | Arthur Schiwon | 2012-08-22 | 1 | -0/+3 |
* | adjust LDAP to updated interface | Arthur Schiwon | 2012-08-14 | 1 | -2/+10 |
* | LDAP: check for always available attribute on userExists, fixes oc-1440 | Arthur Schiwon | 2012-08-05 | 1 | -3/+3 |
* | LDAP: don't die on unexpected collisions, handle empty display-name attribute... | Arthur Schiwon | 2012-07-30 | 1 | -5/+12 |
* | LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Shou... | Arthur Schiwon | 2012-07-26 | 1 | -6/+12 |
* | LDAP: some cleanup | Arthur Schiwon | 2012-07-26 | 1 | -3/+0 |
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
* | remove unnecessary debug output | Arthur Schiwon | 2012-07-25 | 1 | -1/+0 |
* | LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec... | Arthur Schiwon | 2012-07-25 | 1 | -29/+17 |
* | LDAP: put app under the OCA\user_ldap\ namespace | Arthur Schiwon | 2012-07-25 | 1 | -17/+19 |
* | Support for OCA namespace | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
* | LDAP: switch user backend from extending class OC_User_Backend to implementin... | Arthur Schiwon | 2012-07-25 | 1 | -1/+24 |
* | LDAP: make it UTF-8 save | Arthur Schiwon | 2012-07-02 | 1 | -1/+1 |
* | 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 |
* | LDAP: cache the results, reduce LDAP searches | Arthur Schiwon | 2012-06-07 | 1 | -4/+9 |
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
* | LDAP group: support for memberUid, fix for oc-594 | Arthur Schiwon | 2012-05-08 | 1 | -3/+1 |
* | LDAP: use the correct attribute for the display name | Arthur Schiwon | 2012-05-04 | 1 | -1/+1 |
* | LDAP: also those functions were not meant to be static | Arthur Schiwon | 2012-05-04 | 1 | -2/+2 |
* | LDAP: copyright stuff | Arthur Schiwon | 2012-05-04 | 1 | -0/+2 |
* | LDAP: cleanup | Arthur Schiwon | 2012-05-04 | 1 | -93/+0 |
* | LDAP: checkPassword ain't static | Arthur Schiwon | 2012-05-04 | 1 | -2/+2 |
* | LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 1 | -49/+57 |
* | LDAP: make oc_user_ldap::userExists make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 1 | -8/+9 |
* | LDAP: make oc_user_ldap::getUsers make use of central OC_LDAP | Arthur Schiwon | 2012-05-04 | 1 | -28/+11 |