Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-06Use query builder instead of OC_DB in user_ldapJoas Schilling
2020-10-19tame psalm. why does it ignore '@property'?Arthur Schiwon
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-11do not flip available state to unavailable, allow empty resultsArthur Schiwon
2020-06-08tidy up Group_LDAPArthur Schiwon
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-10-18treat LDAP error 50 as auth issue, prevents lost server connection errorsArthur Schiwon
2019-05-27group display name support (service level + ldap)Arthur Schiwon
2019-03-05fix nested group retrieval also for 2 other casesArthur Schiwon
2019-02-14add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon
2018-10-25functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon
2018-07-13Only bind if configuration for the first server is availableJulius Härtl
2018-07-05allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon
2018-06-29Merge pull request #10034 from nextcloud/fix/noid/ldap-silence-quota-logmsgsblizzz
2018-06-28lower log level for quota manipulation casesArthur Schiwon
2018-06-28LDAP backup server should not be queried when auth failsArthur Schiwon
2018-04-27unbound cloned connection fixRoger Szabo
2018-04-26move log constants to ILoggerArthur Schiwon
2018-03-02use hash algo that's robust against collisionsArthur Schiwon
2018-02-22track the state of the bind resultArthur Schiwon
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-26Use type casting instead of *val() methodMorris Jobke
2017-12-21don't show recurring msg when pages result was turned offArthur Schiwon
2017-12-18don't use deprecated method for requesting memcacheArthur Schiwon
2017-11-09move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon
2017-11-09Merge pull request #5568 from nextcloud/ldap-agent-credentials-safeLukas Reschke
2017-11-06Update license headersMorris Jobke
2017-10-27Fix regression: undesired writes to the DBArthur Schiwon
2017-10-25avoid unnecessary recursionArthur Schiwon
2017-09-28and add missing whitespaces to log outoutArthur Schiwon
2017-07-23LDAP: Simplify conditions in establishConnectionJarkko Lehtoranta
2017-07-23LDAP: Use imported exception in Connection classJarkko Lehtoranta
2017-07-23LDAP: Clean-up doConnectJarkko Lehtoranta
2017-07-23LDAP: Throw an exception if disabling LDAP referrals failsJarkko Lehtoranta
2017-07-23LDAP: Throw an exception if Start TLS failsJarkko Lehtoranta
2017-07-23LDAP: Remove unnecessary "recursion" fixJarkko Lehtoranta
2017-07-23LDAP: Don't handle invalid credentials as a connection errorJarkko Lehtoranta
2017-07-23LDAP: Connect to backup server only if it exists + handle errorsJarkko Lehtoranta
2017-04-25user_ldap: Add support for gidNumberXuanwo
2017-02-17add integration test for uuid attr detectionArthur Schiwon
2017-02-10Update uuidAttributes list to include FreeIPA's ipauniqueidBrent Bloxam
2016-12-20remove frequent, unimportant log messageArthur Schiwon
2016-11-23Add testsLukas Reschke
2016-10-13Harden emptyVictor Dubiniuk