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-24Remove at() matcher from tests in federatedfilesharingfix/remove-at-matcher-in-federatedfilesharing-testsCôme Chilliet
2021-07-14Allow to get a local cloud id without going through the contacts managerJulius Härtl
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-15Unit tests for federated share expiration dateVincent Petry
2021-04-11l10n: Add word user in FederatedShareProvider.phpValdnet
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-24set the display name of federated sharees from addressbookArthur Schiwon
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-07-23Replace deprecated assertArraySubset with logic that does the sameMorris Jobke
2020-06-24Update share type constant usageJoas Schilling
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-17Default value of lookupServerEnabled should be the same everywhereGeorg Ehrke
2019-12-05Update license headersChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2018-07-11update unit testsBjoern Schiessle
2018-01-16Fix federatedshareprovidertestRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-10-24Use ::class in test mocksMorris Jobke
2017-05-29add new config switched for the global scale architectureBjoern Schiessle
2017-04-13Adjust docs and make !$currentAccess simplerJoas Schilling
2017-04-13Fix federated file sharingJoas Schilling
2017-04-13Add mail element to access listRoeland Jago Douma
2017-04-07allow to disable upload to lookup server, by default it is enabledBjoern Schiessle
2017-02-08Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman
2016-11-02catch all exception and return a user friendly exception messageBjoern Schiessle
2016-11-01Add defaultShareProvider & federatedshareprovider testsRoeland Jago Douma
2016-08-31Fix deprecated usages of getMock in federatedfilesharingRoeland Jago Douma
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-06-27Handle exceptions thrown while trying to notify remote server of a fed shareRobin Appelman
2016-05-26Update license headersLukas Reschke
2016-05-20use share initiator as fall back to access the fileBjörn Schießle
2016-05-20create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle
2016-05-18Move FederatedFileSharing to PSR-4Joas Schilling