summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/wizard.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unused variablesArthur Schiwon2014-01-141-2/+2
* LDAP: fix TLS detectionArthur Schiwon2014-01-141-2/+5
* LDAP Wizard: return correct varArthur Schiwon2013-12-041-1/+1
* LDAP Wizard: don't send ldap_tls change back to the interface as the element ...Arthur Schiwon2013-12-041-1/+0
* Merge pull request #5955 from owncloud/fix5863blizzz2013-11-271-0/+39
|\
| * LDAP Wizard: proper behaviour for raw filter input. remember the editing mode...Arthur Schiwon2013-11-191-0/+39
* | LDAP Wizard: add objectclass for group detection in ZimbraArthur Schiwon2013-11-211-1/+1
* | Merge pull request #5700 from owncloud/ldapWizSetDisplayNamesThomas Müller2013-11-151-0/+13
|\ \ | |/ |/|
| * LDAP Wizard: do not forget to set display name attributes for user and group,...Arthur Schiwon2013-11-051-0/+13
* | LDAP Wizard: determine port without credentials. don't hide the port input fieldArthur Schiwon2013-11-111-2/+2
* | LDAP Wizard: improve check for Agent DN and CredentialsArthur Schiwon2013-11-111-26/+16
|/
* Excpetion->ExceptionVicDeo2013-11-011-11/+11
* LDAP Wizard: proper strings and translations for user and group count textArthur Schiwon2013-10-231-3/+9
* Don't set Base User and Base Group when Base DN was detected, would case prob...Arthur Schiwon2013-10-171-5/+0
* LDAP Wizard: fix couple more or less nasty bugs aka polishingArthur Schiwon2013-10-171-10/+12
* Wizard: autodetection of group-member-assoc attributeArthur Schiwon2013-10-171-0/+61
* Ldap Wizard: Group Filter configurationArthur Schiwon2013-10-171-13/+137
* Ldap Wizard: Login filter UI, detection of username attribute, composing of l...Arthur Schiwon2013-10-171-13/+143
* LDAP Wizard: create user list filter, show number of user that will have acce...Arthur Schiwon2013-10-171-1/+120
* Cleanup code, sort resultsArthur Schiwon2013-10-171-41/+49
* Ldap Wizard: find out whether server supports memberOf in LDAP Filter and dis...Arthur Schiwon2013-10-171-15/+64
* cleanup and coding styleArthur Schiwon2013-10-171-2/+2
* cleanup, doc and todoArthur Schiwon2013-10-171-35/+55
* LDAP Wizard: add detection, load and save of LDAP groups for filter purposesArthur Schiwon2013-10-171-17/+51
* Remove debug outputArthur Schiwon2013-10-171-1/+0
* LDAP Wizard: add detection, load and save of LDAP objectClasses for filter pu...Arthur Schiwon2013-10-171-1/+149