| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Port of LDAP Wizard: get correct total no of users, groups and complete list... | Arthur Schiwon | 2014-06-25 | 1 | -60/+99 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -22/+22 |
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -2/+2 |
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -4/+4 |
* | Use WizardResult|false instead of mixed | Lukas Reschke | 2014-05-11 | 1 | -2/+2 |
* | Use @return instead of @returns | Lukas Reschke | 2014-05-11 | 1 | -4/+4 |
* | Use proper PHPDoc and variable names in the LDAP lib | Lukas Reschke | 2014-05-11 | 1 | -40/+90 |
* | Merge pull request #6297 from leo-b/fix_ldap_errors | blizzz | 2014-04-23 | 1 | -0/+1 |
|\ |
|
| * | only check ldap_errno if an ldap_* function actually fails | root | 2014-03-06 | 1 | -0/+1 |
* | | Fix PHPdoc in user_ldap | Bart Visscher | 2014-04-15 | 1 | -2/+2 |
* | | add comment to clearify when a skip in the foreach happens | Arthur Schiwon | 2014-04-09 | 1 | -0/+1 |
* | | define var | Arthur Schiwon | 2014-03-21 | 1 | -0/+1 |
* | | fix potential infinite loop when the DN of the first entry was already read. | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 |
* | | Use the LDAP wrapper for checking resources, needs for proper testing | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 |
* | | Fix wildcard handling and check even less DNs per filter, enough will be look... | Arthur Schiwon | 2014-03-20 | 1 | -4/+7 |
* | | LDAP Wizard: when determining objectclasses, we realy do not need to look at ... | Arthur Schiwon | 2014-03-20 | 1 | -4/+19 |
|/ |
|
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -4/+4 |
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -0/+5 |
|\ |
|
| * | Wizard: disable LDAP referrals, fixes #6670 | Arthur Schiwon | 2014-02-10 | 1 | -0/+1 |
| * | throw an info message, when base dn test failed | Arthur Schiwon | 2014-02-10 | 1 | -0/+4 |
* | | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -1/+1 |
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -6/+11 |
|/ |
|
* | typo, grammar | Arthur Schiwon | 2014-01-14 | 1 | -1/+1 |