Commit Graph

357 Commits (166c4e266ff9817ca125d8376d4bb0ce0d6ef68d)

Author SHA1 Message Date
Morris Jobke 166c4e266f Reduce log level of bind failed to WARN - fixes #11624 12 years ago
Arthur Schiwon 9cb1ef5675 this must be larger then (>), since buggy behaviour occurs when the parameter is a small number 12 years ago
Arthur Schiwon f28235a7ef fix retrieval of user groups 12 years ago
Arthur Schiwon c1a79d24c5 fix order of initalizing instance properties, and paremeter order in a method call 12 years ago
Arthur Schiwon c7f273040e fix table name for getList 12 years ago
Arthur Schiwon 9668405ec7 doc fixes and removal of unnecessary use statements 12 years ago
Arthur Schiwon b9235e2a24 inject DB Connection to user manager 12 years ago
Arthur Schiwon 40ecd30fba inject oc config to User_LDAP 12 years ago
Arthur Schiwon e724b78694 smaller fixes: coding style, PHPdoc, typos and few for DI 12 years ago
Lyonel Vincent f94b300602 Be less verbose when using a paged search 12 years ago
Lyonel Vincent 5a00b33a90 Be less verbose when disabling SSL cert validation 12 years ago
Arthur Schiwon 61ed363f82 planned refactorings for OC 8 12 years ago
Arthur Schiwon 3ca70d647a move from \OC\Preferences to \OCP\IConfig 12 years ago
Arthur Schiwon 144d95de7d basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass. 12 years ago
Arthur Schiwon 4fa39250e7 LDAP User Cleanup: Port from stable7 without further adjustements 12 years ago
Arthur Schiwon ec0f80fee9 Split mapping from Access and Helper classes into it's own. Fully test them, too. 12 years ago
Morris Jobke d41082f4d6 first step to drop \OCP\Config:: in favour of IConfig 12 years ago
Arthur Schiwon 0577bb569a add doc 12 years ago
Arthur Schiwon 45443ee28c preserve an asterisk at the start when escaping a search term 12 years ago
Arthur Schiwon ee168a121d Forward port of #12493 12 years ago
Arthur Schiwon c07c338c90 fix counting when ldapPagingSize is 0 12 years ago
Arthur Schiwon 6b6147dafd phpdoc and mixed up letters 12 years ago
Arthur Schiwon 4a3fe42b16 a corrected email attribute needs to be saved, not only returned 12 years ago
Arthur Schiwon f9b4f5f4e5 to reassure that selected attributes still work, do not count all matching entries but limit it to 1 in order to make it faster 12 years ago
Arthur Schiwon 71944a59a5 detectors (email, displayname..) are now started in one place, triggered from only 2 places. more reliable structure and flow, saves requests 12 years ago
Arthur Schiwon f725cc66a3 consolidate user count filter in wizard and user back end 12 years ago
Arthur Schiwon cb3af1dce2 detect user display name attribute and return user count depending on its presence 12 years ago
Morris Jobke 081787d6ae Fix infinite loop if count and limit is 0 12 years ago
Andreas Fischer d1410b46a9 user_ldap: Reimplement convertSID2Str() without BCMath dependency. 12 years ago
Lukas Reschke d060180140 Use function outside of loop 12 years ago
Arthur Schiwon 4e8c7570d4 make performance less bad. Still far from good, but at least it works 12 years ago
Arthur Schiwon ab3535855f more beautiful white spaces 12 years ago
Arthur Schiwon 67292a5345 add checkbox for experienced users to server tab 12 years ago
Arthur Schiwon 6c502e11f8 make scrutinizer happy, very minor changes 12 years ago
Arthur Schiwon f9e085b020 init a new paged search on read operations to satisfy OpenLDAP 12 years ago
Arthur Schiwon 2b9696efae abandond paged search only if PHP supports them 12 years ago
Arthur Schiwon 53ec32807a abandon ongoing paged search before starting a new one 12 years ago
Arthur Schiwon 9a63693227 properly cancel a Paginated Results operation in order to avoid protocol errors, fixes #10526 12 years ago
Martin Konrad fd9b79b218 Add a CLI command that deletes an LDAP config 12 years ago
Arthur Schiwon 6041ae6224 dn needs to be fetched to be able to detect memberOf support 12 years ago
Thomas Müller 7e2bff8545 adding unit test to truncate the table 12 years ago
Arthur Schiwon 3c9668f605 if only one attribute is requested, the returned array has 0 as key instead of attribute name. fixes #10888 12 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 12 years ago
Andreas Fischer 7458e21f2c Use Doctrine Platform to generate SQL query for table truncation. 12 years ago
Arthur Schiwon 371cab367d trigger email detection by Wizard upon any user filter filter change. before it happenend only upon user automatic list filter creation, but not on manual editing 12 years ago
Arthur Schiwon 34761dabb1 write log message, if original value was changed 12 years ago
Arthur Schiwon f47a4a8c15 add unit test for mail detection 12 years ago
Arthur Schiwon 441c600c90 remove Access as hard dependency, inject it instead 12 years ago
Arthur Schiwon baa49cd58a Wizad: email attribute detection 12 years ago
Arthur Schiwon dbd51d15e1 Port of #8623 12 years ago