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-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
2020-04-14use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing whitespaces from commentsChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph 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-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-01-08remove superfluous testsArthur Schiwon
2020-01-08adjust testsArthur Schiwon
2020-01-08relax strict getHome behaviour for LDAP users in a shadow stateArthur Schiwon
2019-12-05Update license headersChristoph Wurst
2019-12-03Add typed create user eventsChristoph Wurst
2019-11-27TO REVERT LATER: disable some tests in UserTestRoeland Jago Douma
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Fix more testsRoeland Jago Douma