Commit Graph

65 Commits (bfe6334cd9d50ce99f0a6fd02c1aa0dc43b2b7e9)

Author SHA1 Message Date
Thomas Mueller 5731a1b01c introduce new virtual method hasUserListings() to determine if a user backend can list it's users. 12 years ago
Arthur Schiwon c6aa370604 code style 12 years ago
Arthur Schiwon 3cef8f1216 LDAP: do not store user home as it destroys configurability. always fetch it. use of cache is save however, it is cleared when settings are saved 12 years ago
Arthur Schiwon b3b0544e17 LDAP: make it possible to define attributes that should be considered on searches 12 years ago
Arthur Schiwon 8fd263ef63 LDAP: update quota on every uncached userExists, i.e. also on every isLoggedIn, fixes #1278 12 years ago
Arthur Schiwon f33b72677b LDAP: implement support for ownCloud Display Names 12 years ago
Lorenzo M. Catucci ca24f4767b Return an empty array on succesful existence check 13 years ago
Lorenzo M. Catucci 510191db68 Return true or false from readAttribute if $attr is empty 13 years ago
Arthur Schiwon a053da58ce LDAP: be careful which limit is send to possible paged LDAP search 13 years ago
Arthur Schiwon 977c4d1844 LDAP: use the correct attribute in filter 13 years ago
Arthur Schiwon 605281da9b LDAP: let result processing in Access::search slice the array for not-paginated search. getUsers e.g. does not need to take care of it anymore. adjustments in group_ldap to follow. 13 years ago
Arthur Schiwon 67cd268df9 LDAP: debug messaged 13 years ago
Arthur Schiwon 1313cad1b9 LDAP: let getUsers make use of paged search 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Arthur Schiwon 24ad6b5a62 LDAP: fix retrieval of Quota and Email 13 years ago
Arthur Schiwon 3fa4b34a69 LDAP: comparison, not assignment. Thanks to Manuel Delgado 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Arthur Schiwon 42a9969304 LDAP: implement getHome() function, use either username (default) or specify an LDAP attribute value to use 13 years ago
Arthur Schiwon 2b8a2e16ed LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts off the last item. 13 years ago
Arthur Schiwon 452f55e163 adjust LDAP to updated interface 13 years ago
Arthur Schiwon c10010e410 LDAP: check for always available attribute on userExists, fixes oc-1440 13 years ago
Arthur Schiwon b465fc84ae LDAP: don't die on unexpected collisions, handle empty display-name attributes properly 13 years ago
Arthur Schiwon b523366acd LDAP: don't die on unexpected collisions, handle empty display-name attributes properly 13 years ago
Arthur Schiwon 6c92a85d49 LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced. 13 years ago
Arthur Schiwon e0121ea75e LDAP: some cleanup 13 years ago
Arthur Schiwon 15f7d838fa code style 13 years ago
Arthur Schiwon 569e52b87c remove unnecessary debug output 13 years ago
Arthur Schiwon 25ad1d5c3e LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly. 13 years ago
Arthur Schiwon 42492338fc LDAP: put app under the OCA\user_ldap\ namespace 13 years ago
Arthur Schiwon 5888cb48b6 Support for OCA namespace 13 years ago
Arthur Schiwon afdc5bf264 LDAP: switch user backend from extending class OC_User_Backend to implementing OC_User_Interface for improved flexibility 13 years ago
Arthur Schiwon 0a6f7b33c3 LDAP: make it UTF-8 save 13 years ago
Arthur Schiwon 9bb409d881 fix syntax error after merge 13 years ago
Arthur Schiwon 3f6a7859c9 LDAP: cheaper userExists() implementation, fixes oc-1012 13 years ago
Arthur Schiwon e5171da300 remove unnecessary closing PHP tag 13 years ago
Arthur Schiwon 19931e2008 remove unnecessary closing PHP tag 13 years ago
Arthur Schiwon 0d9534eb4b LDAP: cheaper userExists() implementation 13 years ago
Arthur Schiwon bef9b671ee LDAP: cheaper userExists() implementation 13 years ago
Arthur Schiwon 0f68276921 LDAP: cache the results, reduce LDAP searches 13 years ago
Arthur Schiwon c2f557f1dd LDAP: cache the results, reduce LDAP searches 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 years ago
Arthur Schiwon c1490239e5 LDAP group: support for memberUid, fix for oc-594 13 years ago
Arthur Schiwon 716c5a3c8e LDAP: use the correct attribute for the display name 13 years ago
Arthur Schiwon 231eec7325 LDAP: also those functions were not meant to be static 13 years ago
Arthur Schiwon 333e8986f6 LDAP: copyright stuff 13 years ago
Arthur Schiwon def59755ad LDAP: cleanup 13 years ago
Arthur Schiwon adb32ad347 LDAP: checkPassword ain't static 13 years ago
Arthur Schiwon 594221a467 LDAP: make oc_user_ldap::checkPassword make use of central OC_LDAP 13 years ago
Arthur Schiwon 7aad40ca4d LDAP: make oc_user_ldap::userExists make use of central OC_LDAP 13 years ago
Arthur Schiwon 6f982d2e20 LDAP: make oc_user_ldap::getUsers make use of central OC_LDAP 13 years ago