| Commit message (Expand) | Author | Age | Files | Lines |
* | Move wizard | Joas Schilling | 2016-05-25 | 1 | -1354/+0 |
* | apps: Fix typos (found by codespell) (#23862) | Stefan Weil | 2016-04-12 | 1 | -1/+1 |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
* | always use an LDAP URL when connecting to LDAP | Arthur Schiwon | 2015-12-05 | 1 | -13/+4 |
* | add port to host only, if an URL is used instead of a plain hostname | Arthur Schiwon | 2015-11-04 | 1 | -3/+7 |
* | add method to count users by loginname and use it for diagnose test, fixes #2... | Arthur Schiwon | 2015-10-30 | 1 | -2/+2 |
* | Merge pull request #19635 from owncloud/fix-ldap-value-limitation | Thomas Müller | 2015-10-13 | 1 | -1/+5 |
|\ |
|
| * | adjust handling changed return array structure from search() and fetchList() | Arthur Schiwon | 2015-10-08 | 1 | -0/+4 |
| * | allow an attribute to return more than one value | Arthur Schiwon | 2015-10-07 | 1 | -1/+1 |
* | | Merge pull request #19489 from owncloud/fix-18297 | Thomas Müller | 2015-10-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fix possible infinite loop when reading groups in the wizard | Arthur Schiwon | 2015-10-05 | 1 | -1/+1 |
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
|/ |
|
* | LDAP Wizard: do not be picky about credentials when only looking for the port | Arthur Schiwon | 2015-10-03 | 1 | -4/+5 |
* | Do not use OC*::mb_*_replace(), they are useless | Nicolas Grekas | 2015-07-16 | 1 | -2/+1 |
* | Merge pull request #16736 from owncloud/utilize-member-of | Thomas Müller | 2015-06-10 | 1 | -33/+14 |
|\ |
|
| * | Implement a faster way for checking availability of memberOf. Users tab in th... | Arthur Schiwon | 2015-06-03 | 1 | -33/+14 |
* | | port detection needs to take care of now thrown exceptions when LDAP server i... | Arthur Schiwon | 2015-06-04 | 1 | -13/+21 |
|/ |
|
* | handle unallowed auth exception on port detection | Arthur Schiwon | 2015-05-18 | 1 | -5/+19 |
* | cleanup | Arthur Schiwon | 2015-05-05 | 1 | -1/+0 |
* | change default value of ldap_tls to 0. It will be detected anyway, but starti... | Arthur Schiwon | 2015-04-09 | 1 | -0/+3 |
* | cleanup | Arthur Schiwon | 2015-04-09 | 1 | -2/+0 |
* | LDAP Wizard Overhaul | Arthur Schiwon | 2015-04-09 | 1 | -55/+88 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+21 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -21/+14 |
* | Merge pull request #13740 from owncloud/fix-12190-2 | Lukas Reschke | 2015-02-24 | 1 | -2/+12 |
|\ |
|
| * | inlcude AD primary group in user filter, if a group is selected. fixes #12190 | Arthur Schiwon | 2015-01-28 | 1 | -2/+12 |
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -14/+21 |
* | | Cleanup of PHPDoc return types | Robin McCorkell | 2015-01-16 | 1 | -10/+10 |
|/ |
|
* | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 1 | -1/+2 |
* | phpdoc and mixed up letters | Arthur Schiwon | 2014-11-20 | 1 | -1/+2 |
* | 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 en... | Arthur Schiwon | 2014-11-20 | 1 | -5/+8 |
* | detectors (email, displayname..) are now started in one place, triggered from... | Arthur Schiwon | 2014-11-20 | 1 | -1/+0 |
* | consolidate user count filter in wizard and user back end | Arthur Schiwon | 2014-11-20 | 1 | -4/+1 |
* | detect user display name attribute and return user count depending on its pre... | Arthur Schiwon | 2014-11-20 | 1 | -2/+47 |
* | Use function outside of loop | Lukas Reschke | 2014-10-24 | 1 | -1/+2 |
* | dn needs to be fetched to be able to detect memberOf support | Arthur Schiwon | 2014-09-26 | 1 | -2/+4 |
* | if only one attribute is requested, the returned array has 0 as key instead o... | Arthur Schiwon | 2014-09-05 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | adjust access constructor to master | Arthur Schiwon | 2014-06-25 | 1 | -1/+9 |