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-06-28adjust testsArthur Schiwon
2022-06-14Remove bogus expects from user_ldap testsfix/remove-at-matcher-in-user_ldap-testsCôme Chilliet
2022-06-13Remove deprecated at() matcher from user_ldap testsCôme Chilliet
2022-04-01Fix user_ldap unit testsenh/user_ldap-add-command-to-unmap-groupsCôme Chilliet
2022-03-03Fix unit testsCôme Chilliet
2022-02-10add occ command to update UUIDs (incomplete)Arthur Schiwon
2021-12-16Fix PHP 8.1 support for user_ldap applicationCôme Chilliet
2021-11-29Merge pull request #29470 from nextcloud/fix/translit-php8blizzz
2021-11-23Merge pull request #29610 from nextcloud/fix/user_ldap-loggerCôme Chilliet
2021-11-23Fix sanitizing regex and add a test case for uppercase in usernameCôme Chilliet
2021-11-22Test cache invalidation for AbstractMapping in test suiteCôme Chilliet
2021-11-09Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ...Côme Chilliet
2021-10-28Avoid use of iconv to get rid of unicodeCôme Chilliet
2021-10-12Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet
2021-09-24Merge pull request #28876 from nextcloud/fix/28653/ldap-long-user-group-idsblizzz
2021-09-24ensure that user and group IDs in LDAP's tables are also max 64charsArthur Schiwon
2021-09-21fix caching of objectsid searchesArthur Schiwon
2021-06-30Migrate HintException to OCPGary Kim
2021-06-16Add method to read multi-value attributes from ldap.Daniel Kesselberg
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-21l10n: Spelling unificationValdnet
2021-04-20Fix LDAP unit testsJoas Schilling
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-15Cache the user backend info for 300sJoas Schilling
2021-01-29Merge pull request #25101 from nextcloud/fix/noid/ldap-known-groupsChristoph Wurst
2021-01-12really use known groupsArthur Schiwon
2021-01-11respect DB limits limit per statement and queryArthur Schiwon
2021-01-08Revert "(LDAP) respect DB limits of arguments in an IN statement"Roeland Jago Douma
2021-01-07respect DB limits of arguments in a IN listArthur Schiwon
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-16Merge pull request #24402 from nextcloud/fix/24252/ldap-ingroup-memberidblizzz
2020-12-07Cancel 1 LDAP test for php8Roeland Jago Douma
2020-11-27php-cs happynessArthur Schiwon
2020-11-27add unit testsArthur Schiwon
2020-11-09Test requires the DBJoas Schilling
2020-11-06Use query builder instead of OC_DB in user_ldapJoas Schilling
2020-10-30adds unit test for updategroups background jobArthur Schiwon
2020-10-26user share manager to determine share ownershipArthur Schiwon
2020-10-26fixes determining whether former user is a share ownerArthur Schiwon
2020-10-26add test for active shares flagArthur Schiwon
2020-10-23LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon
2020-10-19when nesting is not enabled, the group filter can be applied right awayArthur Schiwon
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-09-04these code bits were part of old logic that was already refactored outArthur Schiwon
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-12Merge pull request #22199 from nextcloud/techdebt/noid/PHPUnit_Framework_Mock...Morris Jobke
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-08-11do not flip available state to unavailable, allow empty resultsArthur Schiwon
2020-08-11LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon