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-03-29Fix unit testsCôme Chilliet
2022-02-10add occ command to update UUIDs (incomplete)Arthur Schiwon
2021-12-20[stable23] Avoid use of iconv to get rid of unicodeCôme Chilliet
2021-11-26Test cache invalidation for AbstractMapping in test suiteCô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
2020-07-13Do not use custom DI object names for user_ldapMorris Jobke
2020-07-06Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke
2020-06-25fix strings being passed where arrays where expectedArthur Schiwon
2020-06-08tidy up Group_LDAPArthur Schiwon
2020-05-22compress some images with tinypng.comRuben Barkow-Kuder
2020-04-29Update license headers for 19Christoph Wurst
2020-04-23formattingArthur Schiwon
2020-04-17read records from DB for lists at once, not one by one.Arthur Schiwon
2020-04-16PHP-CS-Fixer greenRoeland Jago Douma