summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/tests/FederatedShareProviderTest.php
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated assertArraySubset with logic that does the sameMorris Jobke2020-07-231-1/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Default value of lookupServerEnabled should be the same everywhereGeorg Ehrke2020-03-171-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+1
* Mode to modern phpunitRoeland Jago Douma2019-11-271-2/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-3/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* update unit testsBjoern Schiessle2018-07-111-2/+26
* Fix federatedshareprovidertestRoeland Jago Douma2018-01-161-0/+18
* Update license headersMorris Jobke2017-11-061-0/+3
* Use ::class in test mocksMorris Jobke2017-10-241-15/+16
* add new config switched for the global scale architectureBjoern Schiessle2017-05-291-19/+61
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-1/+10
* Fix federated file sharingJoas Schilling2017-04-131-4/+23
* Add mail element to access listRoeland Jago Douma2017-04-131-0/+28
* allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-071-0/+32
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-2/+11
* catch all exception and return a user friendly exception messageBjoern Schiessle2016-11-021-4/+4
* Add defaultShareProvider & federatedshareprovider testsRoeland Jago Douma2016-11-011-0/+45
* Fix deprecated usages of getMock in federatedfilesharingRoeland Jago Douma2016-08-311-16/+16
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+4
* Handle exceptions thrown while trying to notify remote server of a fed shareRobin Appelman2016-06-271-4/+56
* Update license headersLukas Reschke2016-05-261-0/+2
* use share initiator as fall back to access the fileBjörn Schießle2016-05-201-3/+49
* create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-201-9/+55
* Move FederatedFileSharing to PSR-4Joas Schilling2016-05-181-0/+557