aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Connection.php
Commit message (Expand)AuthorAgeFilesLines
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-061-1/+1
* tame psalm. why does it ignore '@property'?Arthur Schiwon2020-10-191-5/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* do not flip available state to unavailable, allow empty resultsArthur Schiwon2020-08-111-0/+1
* tidy up Group_LDAPArthur Schiwon2020-06-081-0/+5
* Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-58/+55
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-10/+10
* Update license headersChristoph Wurst2019-12-051-3/+3
* treat LDAP error 50 as auth issue, prevents lost server connection errorsArthur Schiwon2019-10-181-1/+2
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-0/+1
* fix nested group retrieval also for 2 other casesArthur Schiwon2019-03-051-0/+3
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-0/+2
* functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon2018-10-251-9/+0
* Only bind if configuration for the first server is availableJulius Härtl2018-07-131-1/+1
* allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon2018-07-051-0/+10
* Merge pull request #10034 from nextcloud/fix/noid/ldap-silence-quota-logmsgsblizzz2018-06-281-0/+3
|\
| * lower log level for quota manipulation casesArthur Schiwon2018-06-281-0/+3
* | LDAP backup server should not be queried when auth failsArthur Schiwon2018-06-271-8/+4
|/
* unbound cloned connection fixRoger Szabo2018-04-271-0/+3
* move log constants to ILoggerArthur Schiwon2018-04-261-33/+45
* use hash algo that's robust against collisionsArthur Schiwon2018-03-021-1/+1
* track the state of the bind resultArthur Schiwon2018-02-221-2/+29
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-3/+3
* don't show recurring msg when pages result was turned offArthur Schiwon2017-12-211-1/+1
* don't use deprecated method for requesting memcacheArthur Schiwon2017-12-181-1/+1
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-091-2/+4
* Merge pull request #5568 from nextcloud/ldap-agent-credentials-safeLukas Reschke2017-11-091-1/+1
|\
| * Fix regression: undesired writes to the DBArthur Schiwon2017-10-271-1/+1
* | Update license headersMorris Jobke2017-11-061-1/+5
* | avoid unnecessary recursionArthur Schiwon2017-10-251-1/+1
|/
* and add missing whitespaces to log outoutArthur Schiwon2017-09-281-2/+2
* LDAP: Simplify conditions in establishConnectionJarkko Lehtoranta2017-07-231-9/+6
* LDAP: Use imported exception in Connection classJarkko Lehtoranta2017-07-231-4/+4
* LDAP: Clean-up doConnectJarkko Lehtoranta2017-07-231-11/+14
* LDAP: Throw an exception if disabling LDAP referrals failsJarkko Lehtoranta2017-07-231-0/+2
* LDAP: Throw an exception if Start TLS failsJarkko Lehtoranta2017-07-231-1/+3
* LDAP: Remove unnecessary "recursion" fixJarkko Lehtoranta2017-07-231-7/+0
* LDAP: Don't handle invalid credentials as a connection errorJarkko Lehtoranta2017-07-231-2/+9
* LDAP: Connect to backup server only if it exists + handle errorsJarkko Lehtoranta2017-07-231-3/+7
* user_ldap: Add support for gidNumberXuanwo2017-04-251-0/+6
* add integration test for uuid attr detectionArthur Schiwon2017-02-171-0/+2
* Update uuidAttributes list to include FreeIPA's ipauniqueidBrent Bloxam2017-02-101-1/+1
* remove frequent, unimportant log messageArthur Schiwon2016-12-191-5/+0
* Add testsLukas Reschke2016-11-231-0/+1
* Harden emptyVictor Dubiniuk2016-10-131-5/+8