summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/wizard.php
Commit message (Expand)AuthorAgeFilesLines
* Move wizardJoas Schilling2016-05-251-1354/+0
* apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-121-1/+1
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Happy new year!Thomas Müller2016-01-121-2/+2
* always use an LDAP URL when connecting to LDAPArthur Schiwon2015-12-051-13/+4
* add port to host only, if an URL is used instead of a plain hostnameArthur Schiwon2015-11-041-3/+7
* add method to count users by loginname and use it for diagnose test, fixes #2...Arthur Schiwon2015-10-301-2/+2
* Merge pull request #19635 from owncloud/fix-ldap-value-limitationThomas Müller2015-10-131-1/+5
|\
| * adjust handling changed return array structure from search() and fetchList()Arthur Schiwon2015-10-081-0/+4
| * allow an attribute to return more than one valueArthur Schiwon2015-10-071-1/+1
* | Merge pull request #19489 from owncloud/fix-18297Thomas Müller2015-10-071-1/+1
|\ \ | |/ |/|
| * fix possible infinite loop when reading groups in the wizardArthur Schiwon2015-10-051-1/+1
* | update licence headers via scriptMorris Jobke2015-10-051-0/+1
|/
* LDAP Wizard: do not be picky about credentials when only looking for the portArthur Schiwon2015-10-031-4/+5
* Do not use OC*::mb_*_replace(), they are uselessNicolas Grekas2015-07-161-2/+1
* Merge pull request #16736 from owncloud/utilize-member-ofThomas Müller2015-06-101-33/+14
|\
| * Implement a faster way for checking availability of memberOf. Users tab in th...Arthur Schiwon2015-06-031-33/+14
* | port detection needs to take care of now thrown exceptions when LDAP server i...Arthur Schiwon2015-06-041-13/+21
|/
* handle unallowed auth exception on port detectionArthur Schiwon2015-05-181-5/+19
* cleanupArthur Schiwon2015-05-051-1/+0
* change default value of ldap_tls to 0. It will be detected anyway, but starti...Arthur Schiwon2015-04-091-0/+3
* cleanupArthur Schiwon2015-04-091-2/+0
* LDAP Wizard OverhaulArthur Schiwon2015-04-091-55/+88
* 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