summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/wizard.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-13/+21
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+14
* Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke2015-02-241-2/+12
|\
| * inlcude AD primary group in user filter, if a group is selected. fixes #12190Arthur Schiwon2015-01-281-2/+12
* | Updating license headersJenkins for ownCloud2015-02-231-14/+21
* | Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-10/+10
|/
* LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-1/+2
* phpdoc and mixed up lettersArthur Schiwon2014-11-201-1/+2
* a corrected email attribute needs to be saved, not only returnedArthur Schiwon2014-11-201-1/+1
* to reassure that selected attributes still work, do not count all matching en...Arthur Schiwon2014-11-201-5/+8
* detectors (email, displayname..) are now started in one place, triggered from...Arthur Schiwon2014-11-201-1/+0
* consolidate user count filter in wizard and user back endArthur Schiwon2014-11-201-4/+1
* detect user display name attribute and return user count depending on its pre...Arthur Schiwon2014-11-201-2/+47
* Use function outside of loopLukas Reschke2014-10-241-1/+2
* dn needs to be fetched to be able to detect memberOf supportArthur Schiwon2014-09-261-2/+4
* if only one attribute is requested, the returned array has 0 as key instead o...Arthur Schiwon2014-09-051-1/+1
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
* trigger email detection by Wizard upon any user filter filter change. before ...Arthur Schiwon2014-08-291-3/+2
* write log message, if original value was changedArthur Schiwon2014-08-291-0/+8
* add unit test for mail detectionArthur Schiwon2014-08-291-1/+2
* remove Access as hard dependency, inject it insteadArthur Schiwon2014-08-291-32/+10
* Wizad: email attribute detectionArthur Schiwon2014-08-291-0/+64
* Port of #8623Arthur Schiwon2014-08-281-1/+1
* Fix initializing in #9848Jean-Louis Dupond2014-08-111-0/+1
* Fix remarks in #9848Jean-Louis Dupond2014-08-111-11/+13
* Fix memberOf detection. Fixes: #9835Jean-Louis Dupond2014-07-241-7/+10
* adjust access constructor to masterArthur Schiwon2014-06-251-1/+9
* Port of LDAP Wizard: get correct total no of users, groups and complete list...Arthur Schiwon2014-06-251-60/+99
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-22/+22
* Fix whitespace issuesRobin McCorkell2014-05-161-2/+2
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-4/+4
* Use WizardResult|false instead of mixedLukas Reschke2014-05-111-2/+2
* Use @return instead of @returnsLukas Reschke2014-05-111-4/+4
* Use proper PHPDoc and variable names in the LDAP libLukas Reschke2014-05-111-40/+90
* Merge pull request #6297 from leo-b/fix_ldap_errorsblizzz2014-04-231-0/+1
|\
| * only check ldap_errno if an ldap_* function actually failsroot2014-03-061-0/+1
* | Fix PHPdoc in user_ldapBart Visscher2014-04-151-2/+2
* | add comment to clearify when a skip in the foreach happensArthur Schiwon2014-04-091-0/+1
* | define varArthur Schiwon2014-03-211-0/+1
* | fix potential infinite loop when the DN of the first entry was already read.Arthur Schiwon2014-03-201-1/+1
* | Use the LDAP wrapper for checking resources, needs for proper testingArthur Schiwon2014-03-201-1/+1
* | Fix wildcard handling and check even less DNs per filter, enough will be look...Arthur Schiwon2014-03-201-4/+7
* | LDAP Wizard: when determining objectclasses, we realy do not need to look at ...Arthur Schiwon2014-03-201-4/+19
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-4/+4
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-0/+5
|\
| * Wizard: disable LDAP referrals, fixes #6670Arthur Schiwon2014-02-101-0/+1
| * throw an info message, when base dn test failedArthur Schiwon2014-02-101-0/+4
* | Fix more documentation failesJoas Schilling2014-02-081-1/+1
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-6/+11
|/
* typo, grammarArthur Schiwon2014-01-141-1/+1