summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Wizard.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ldapi-unix-socket-supportCôme Chilliet2022-11-221-115/+110
|\
| * Fix $host var handling to avoid passing null to ldap_connectCôme Chilliet2022-10-251-2/+2
| * Clean up LDAP Wizard typingCôme Chilliet2022-10-201-99/+95
| * Avoid double ldap_unbind in Wizard.phpCôme Chilliet2022-10-111-1/+0
| * Fix code style with codesnifferCôme Chilliet2022-10-111-18/+18
| * Fix typos in apps/ subdirectoryluz paz2022-09-051-2/+2
* | Add ldap-unix-socket support - squashed commits to files Connection.php, Conf...Vincent Van Houtte2022-09-091-63/+77
|/
* Remove unused methodJoas Schilling2022-08-221-14/+0
* Fix plural usage in LDAP wizardJoas Schilling2022-08-221-13/+20
* Fix assignment of the LDAP Wizard connectionChristoph Wurst2022-03-311-1/+1
* Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-161-3/+3
* Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-141-12/+38
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+0
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-061-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-12/+12
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* added "zimbraMailForwardingAddress" as a Group-Member association attribute t...Tobias Perschon2020-08-071-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-9/+9
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-130/+128
* Use elseif instead of else ifChristoph Wurst2020-04-101-5/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-54/+54
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-70/+70
* Update license headersChristoph Wurst2019-12-051-1/+1
* fixes possible override of uniqueMember by autodetectionArthur Schiwon2019-05-171-3/+3
* move log constants to ILoggerArthur Schiwon2018-04-261-8/+9
* parameter provided to L10N::n() could have been a stringArthur Schiwon2018-04-051-17/+26
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-3/+3
* Use type casting instead of *val() methodMorris Jobke2018-01-261-3/+3
* Update license headersMorris Jobke2017-11-061-0/+3
* Merge pull request #5642 from tobru/fix/groupOfUniqueNames_in_WizardMorris Jobke2017-09-051-1/+1
|\
| * recognize groupOfUniqueNames as valid LDAP group objectTobias Brunner2017-07-071-1/+1
* | Merge pull request #5616 from nextcloud/ldap-wizard-remove-LDAPTLS_REQCERT-at...Morris Jobke2017-08-101-16/+3
|\ \
| * | do not attempt to recognise cert issue by using LDAPTLS_REQCERTArthur Schiwon2017-07-211-16/+3
* | | Fix comparison in the ldap appJoas Schilling2017-08-011-1/+1
|/ /
* / : Bigversal and LDAPAllan Nordhøy2017-07-141-2/+2
|/
* user_ldap: Add support for gidNumberXuanwo2017-04-251-2/+3
* Harden emptyVictor Dubiniuk2016-10-131-10/+12
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-291-1/+0
* Merge pull request #349 from nextcloud/ldab-groupOfUniqueNamesblizzz2016-07-261-1/+1
|\
| * add groupOfUniqueNames as valid group object classRobin Appelman2016-07-081-1/+1
* | Update with robinJoas Schilling2016-07-211-1/+1
* | Fix apps/Joas Schilling2016-07-211-2/+3
|/
* Update license headersLukas Reschke2016-05-261-2/+4
* Fix several minor issuesJoas Schilling2016-05-251-2/+3