Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Be less verbose when using a paged search | Lyonel Vincent | 2014-12-24 | 1 | -1/+1 | |
| | | | | | | Lower the priority from INFO to DEBUG | |||||
* | | Be less verbose when disabling SSL cert validation | Lyonel Vincent | 2014-12-24 | 1 | -1/+1 | |
|/ | | | change log level from WARN to DEBUG | |||||
* | Split mapping from Access and Helper classes into it's own. Fully test them, ↵ | Arthur Schiwon | 2014-12-19 | 7 | -247/+324 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too. remove unused methods split mapping methods off from Access class fix DB query handling move 'clear mapping' methods from static helper to new mapping class add tests test directly with DB finishing tests and fix return value from setDNbyUUID add corresponding class for groups and make abstract test class neutral. helper tests is now obsolete as the tested functions were moved to the new mapper class. add missing info to PHPDoc add unmap method fix namespaces fix test inheritance PHPDoc and a small code restructure for scrutinizer, no effective changes PostgreSQL does not accept LIMIT in DELETE queries phpdoc fixes, no code changes | |||||
* | first step to drop \OCP\Config:: in favour of IConfig | Morris Jobke | 2014-12-17 | 1 | -1/+1 | |
| | ||||||
* | add doc | Arthur Schiwon | 2014-12-08 | 1 | -0/+1 | |
| | ||||||
* | preserve an asterisk at the start when escaping a search term | Arthur Schiwon | 2014-12-08 | 1 | -2/+7 | |
| | ||||||
* | Forward port of #12493 | Arthur Schiwon | 2014-12-04 | 1 | -1/+51 | |
| | | | | | | | | | | | | | | | | | | add ldap-search command to occ Conflicts: apps/user_ldap/appinfo/register_command.php LDAP search filter creation changes: 1. do not prepend * wildcard to search terms. Will result in faster search, but you don't find "foobar" when looking for "bar" 2. advanced behaviour when search string contains a space and multiple search attributes are present. The search string is split into single words. The resulting filter requires that each word at least appears once in any search attribute. This is supposed to return better results in big LDAPs. trim search string before passing it on | |||||
* | fix counting when ldapPagingSize is 0 | Arthur Schiwon | 2014-11-21 | 1 | -6/+5 | |
| | ||||||
* | phpdoc and mixed up letters | Arthur Schiwon | 2014-11-20 | 2 | -1/+3 | |
| | ||||||
* | a corrected email attribute needs to be saved, not only returned | Arthur Schiwon | 2014-11-20 | 1 | -1/+1 | |
| | ||||||
* | to reassure that selected attributes still work, do not count all matching ↵ | Arthur Schiwon | 2014-11-20 | 2 | -11/+16 | |
| | | | | entries but limit it to 1 in order to make it faster | |||||
* | detectors (email, displayname..) are now started in one place, triggered ↵ | Arthur Schiwon | 2014-11-20 | 1 | -1/+0 | |
| | | | | from only 2 places. more reliable structure and flow, saves requests | |||||
* | consolidate user count filter in wizard and user back end | Arthur Schiwon | 2014-11-20 | 2 | -4/+13 | |
| | ||||||
* | detect user display name attribute and return user count depending on its ↵ | Arthur Schiwon | 2014-11-20 | 1 | -2/+47 | |
| | | | | presence | |||||
* | Fix infinite loop if count and limit is 0 | Morris Jobke | 2014-11-11 | 1 | -1/+1 | |
| | | | | * otherwise it will always think it hits the limit and need another round to fetch additional results | |||||
* | Merge pull request #11362 from mark0n/rm_ldap_conf_cli | blizzz | 2014-11-04 | 1 | -3/+0 | |
|\ | | | | | Add a CLI command that deletes an LDAP config | |||||
| * | Add a CLI command that deletes an LDAP config | Martin Konrad | 2014-09-30 | 1 | -3/+0 | |
| | | | | | | | | | | With this change LDAP configurations can be managed completely from the command line. | |||||
* | | Merge pull request #11172 from owncloud/user-ldap-no-bcmath | blizzz | 2014-11-03 | 1 | -21/+27 | |
|\ \ | | | | | | | Fix ldap convertSID2Str() / Remove BCMath dependency | |||||
| * | | user_ldap: Reimplement convertSID2Str() without BCMath dependency. | Andreas Fischer | 2014-11-03 | 1 | -21/+27 | |
| | | | | | | | | | | | | | | | Also explicitly format sub-id integers as unsigned, which is required for 32-bit systems. | |||||
* | | | Use function outside of loop | Lukas Reschke | 2014-10-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | Otherwise the function is executed n times which is a lot of overhead | |||||
* | | | make performance less bad. Still far from good, but at least it works | Arthur Schiwon | 2014-10-17 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #11478 from owncloud/fix-11448 | blizzz | 2014-10-16 | 1 | -88/+91 | |
|\ \ | | | | | | | LDAP: add setting to wizard that disables auto-detection and enables raw mode | |||||
| * | | more beautiful white spaces | Arthur Schiwon | 2014-10-08 | 1 | -88/+88 | |
| | | | ||||||
| * | | add checkbox for experienced users to server tab | Arthur Schiwon | 2014-10-07 | 1 | -0/+3 | |
| |/ | ||||||
* | | make scrutinizer happy, very minor changes | Arthur Schiwon | 2014-10-01 | 2 | -2/+2 | |
| | | ||||||
* | | init a new paged search on read operations to satisfy OpenLDAP | Arthur Schiwon | 2014-09-30 | 1 | -0/+3 | |
| | | ||||||
* | | abandond paged search only if PHP supports them | Arthur Schiwon | 2014-09-30 | 1 | -1/+1 | |
| | | ||||||
* | | abandon ongoing paged search before starting a new one | Arthur Schiwon | 2014-09-30 | 1 | -4/+3 | |
| | | ||||||
* | | properly cancel a Paginated Results operation in order to avoid protocol ↵ | Arthur Schiwon | 2014-09-30 | 1 | -4/+25 | |
|/ | | | | errors, fixes #10526 | |||||
* | dn needs to be fetched to be able to detect memberOf support | Arthur Schiwon | 2014-09-26 | 1 | -2/+4 | |
| | ||||||
* | Merge pull request #10745 from owncloud/fix-10708-doctrine | Lukas Reschke | 2014-09-16 | 1 | -9/+4 | |
|\ | | | | | Use Doctrine Platform to generate SQL query for table truncation. | |||||
| * | adding unit test to truncate the table | Thomas Müller | 2014-09-16 | 1 | -1/+1 | |
| | | ||||||
| * | Use Doctrine Platform to generate SQL query for table truncation. | Andreas Fischer | 2014-08-29 | 1 | -8/+3 | |
| | | ||||||
* | | if only one attribute is requested, the returned array has 0 as key instead ↵ | Arthur Schiwon | 2014-09-05 | 1 | -1/+1 | |
| | | | | | | | | of attribute name. fixes #10888 | |||||
* | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 | |
|/ | ||||||
* | trigger email detection by Wizard upon any user filter filter change. before ↵ | Arthur Schiwon | 2014-08-29 | 1 | -3/+2 | |
| | | | | it happenend only upon user automatic list filter creation, but not on manual editing | |||||
* | write log message, if original value was changed | Arthur Schiwon | 2014-08-29 | 1 | -0/+8 | |
| | ||||||
* | add unit test for mail detection | Arthur Schiwon | 2014-08-29 | 1 | -1/+2 | |
| | ||||||
* | remove Access as hard dependency, inject it instead | Arthur Schiwon | 2014-08-29 | 1 | -32/+10 | |
| | ||||||
* | Wizad: email attribute detection | Arthur Schiwon | 2014-08-29 | 1 | -0/+64 | |
| | ||||||
* | Port of #8623 | Arthur Schiwon | 2014-08-28 | 1 | -1/+1 | |
| | | | | | | | | | set result entry identifier earlier, i.e. before a continue for the same level can happen. otherwise will always get the same value and we end up in an infinite loop add unit test to make sure the infinite loop never comes back Conflicts: apps/user_ldap/tests/wizard.php | |||||
* | Merge pull request #10340 from owncloud/fix-9887 | blizzz | 2014-08-18 | 3 | -2/+15 | |
|\ | | | | | better check whether string resembles a DN, fixes #9887 | |||||
| * | better check whether string resembles a DN, fixes #9887 | Arthur Schiwon | 2014-08-11 | 3 | -2/+15 | |
| | | ||||||
* | | Merge pull request #9848 from dupondje/master | blizzz | 2014-08-11 | 1 | -12/+18 | |
|\ \ | |/ |/| | Fix memberOf detection. Fixes: #9835 | |||||
| * | Fix initializing in #9848 | Jean-Louis Dupond | 2014-08-11 | 1 | -0/+1 | |
| | | ||||||
| * | Fix remarks in #9848 | Jean-Louis Dupond | 2014-08-11 | 1 | -11/+13 | |
| | | ||||||
| * | Fix memberOf detection. Fixes: #9835 | Jean-Louis Dupond | 2014-07-24 | 1 | -7/+10 | |
| | | ||||||
* | | ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a ↵ | Arthur Schiwon | 2014-08-07 | 1 | -1/+1 | |
| | | | | | | | | unexisting function, fixes #9829 | |||||
* | | Merge pull request #9576 from owncloud/bcmath-check | blizzz | 2014-07-18 | 1 | -0/+6 | |
|\ \ | |/ |/| | LDAP Active Directory Primary Groups support depends on bcmath module | |||||
| * | make tests deal with missing bcmath | Arthur Schiwon | 2014-07-11 | 1 | -1/+1 | |
| | |