Commit Graph

302 Commits (70db496b58d9819c56e944b762fa7633cea1e971)

Author SHA1 Message Date
Arthur Schiwon fc6793f2ae better check whether string resembles a DN, fixes #9887 12 years ago
Jean-Louis Dupond e46fc7a18a Fix initializing in #9848 12 years ago
Jean-Louis Dupond fc662917e7 Fix remarks in #9848 12 years ago
Arthur Schiwon 2676e681e9 ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexisting function, fixes #9829 12 years ago
Jean-Louis Dupond 71f3326035 Fix memberOf detection. Fixes: #9835 12 years ago
Arthur Schiwon 537468f4c4 make tests deal with missing bcmath 12 years ago
Arthur Schiwon ebee3543ce warn and continue gracefully if bcmath is not installed 12 years ago
Philippe Jung 79a108c116 [Issue #9559] identifiers uid=xxx must be considered as user DN and not as owncloud users 12 years ago
Arthur Schiwon da490bdbbe support for AD primary groups 12 years ago
Arthur Schiwon ef7ab856f6 fix instantiation of Access class 12 years ago
Arthur Schiwon 89f2691515 adjust access constructor to master 12 years ago
Arthur Schiwon 452efa5fab Port of LDAP Wizard: get correct total no of users, groups and complete list of groups on big setups #9002 12 years ago
Arthur Schiwon 93edacb357 Backport subset of #4179, re-established Oracle compatibility for LDAP 12 years ago
Arthur Schiwon 928945ec7e fix typo in var name 12 years ago
Arthur Schiwon e962999896 get rid of @read in PHP doc after rebase 12 years ago
Arthur Schiwon f9a9085faf class descriptions 12 years ago
Arthur Schiwon 5336e9a156 newlines 12 years ago
Arthur Schiwon 342e1fd3bf port of PR #8038 12 years ago
Arthur Schiwon 11f7823e1b precaution: lowercase string for comparison 12 years ago
Arthur Schiwon 6d64d7ec3f LDAP: put out fetching of user meta data into a fully tested class of its own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master 12 years ago
Arthur Schiwon 4bfb162558 command line tools to see, modify and test existing LDAP configurations 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell e7aebc5c32 Fix whitespace issues 12 years ago
Robin McCorkell a17f9111a0 PHPDoc fixes for user_ldap 12 years ago
Robin McCorkell c4f1de63a8 Fix PHPDoc in /apps 12 years ago
Lukas Reschke cd7fc5cb80 Use array as type 12 years ago
Thomas Müller 33987eea83 remove legacy aka deprecated code: OC_Cache 12 years ago
Lukas Reschke 2ae1be762c That's bool and not always true 12 years ago
Lukas Reschke 57640742af Use WizardResult|false instead of mixed 12 years ago
Lukas Reschke 416f8b186d Use @return instead of @returns 12 years ago
Lukas Reschke fc8be5abc3 Use proper PHPDoc and variable names in the LDAP lib 12 years ago
Arthur Schiwon c1c2f2c49e add additional comments, PHPdoc and check whether it's really applicable 12 years ago
Arthur Schiwon 1c71d5c444 LDAP: cache display names immediately on retrieval, saves tens of unecessary queries to LDAP server in the share dialog for example 12 years ago
Bart Visscher 81751cb616 Add missing param hint 13 years ago
Bart Visscher bad41c05b8 Fix PHPdoc in user_ldap 13 years ago
Arthur Schiwon dbebf6bb5e add comment to clearify when a skip in the foreach happens 13 years ago
Arthur Schiwon ee3368d2ad replace hardcoded limit of 400 with user controlled ldapPagingSize value 13 years ago
Arthur Schiwon 2e5adadad7 Put inner loop into own method, let's see whether it makes scrutinizer happier 13 years ago
Arthur Schiwon bdc418d1f9 var count is assigned in the inner loop so it must be checked inside there to be properly used as part of the exit condition of the outer loop 13 years ago
Arthur Schiwon 43402c56dd initialize variable 13 years ago
Arthur Schiwon 40f9875f11 LDAP: fix user report i.e. count for LDAP servers with really many users 13 years ago
Arthur Schiwon 8bb27551bd LDAP: make sure cache key for paged result cookie matches when limit or offset is null or 0 13 years ago
Alexander Bergolth 0d9d70b51c change default ldap paging size to 500 13 years ago
Arthur Schiwon 86d479cb28 Use array_key_exists instead of isset, because the latter returns false if the assigned value is null 13 years ago
Arthur Schiwon 055a09e487 On clone create a new instance of the Configuration 13 years ago
Arthur Schiwon 4230983e69 define var 13 years ago
Arthur Schiwon a085d7715f fix potential infinite loop when the DN of the first entry was already read. 13 years ago
Arthur Schiwon 561d699ca6 Use the LDAP wrapper for checking resources, needs for proper testing 13 years ago
Arthur Schiwon bd881348e8 Fix wildcard handling and check even less DNs per filter, enough will be looked at anyway 13 years ago
Robin McCorkell 7c3da27bf6 Fix duplicate ipauniqueid 13 years ago