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
2022-05-05Don't use slow hashing to check the LDAP bindingbackport/32246/stable24Carl Schwan
2022-03-03Fix unit testsCôme Chilliet
2022-03-03Fix types in OCA\User_LDAP\ConfigurationCôme Chilliet
2022-02-08Improve typing in OCA\User_LDAP\Access and reduce psalm errorsCôme Chilliet
2021-12-16Fix PHP 8.1 support for user_ldap applicationCôme Chilliet
2021-10-14Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet
2021-06-15Add return type for writeToCacheDaniel Kesselberg
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-01do not die after LDAP auth failed with expired accArthur Schiwon
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