summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/tests
Commit message (Expand)AuthorAgeFilesLines
* Do not allow adding file drop shares to your own cloudRoeland Jago Douma2021-04-191-10/+13
* l10n: Add word user in FederatedShareProvider.phpValdnet2021-04-121-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-0/+3
* set the display name of federated sharees from addressbookArthur Schiwon2020-11-243-5/+72
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-127-45/+45
* Merge pull request #21814 from nextcloud/techdebt/noid/federated_share_added-...Morris Jobke2020-07-231-2/+9
|\
| * Move federated_share_added into a typed eventMorris Jobke2020-07-231-2/+9
* | Replace deprecated assertArraySubset with logic that does the sameMorris Jobke2020-07-231-1/+3
|/
* Update share type constant usageJoas Schilling2020-06-241-25/+26
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-106-26/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-094-4/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-1/+3
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-9/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-9/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-10/+10
* | 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-058-9/+11
* Mode to modern phpunitRoeland Jago Douma2019-11-276-8/+9
* Make phpunit8 compatibleRoeland Jago Douma2019-11-278-12/+12
* Some php-cs fixesRoeland Jago Douma2019-11-226-5/+2
* Fix usage of deprecated OC.webrootChristoph Wurst2018-10-091-3/+3
* update unit testsBjoern Schiessle2018-07-112-3/+46
* fix notification testsBjoern Schiessle2018-07-021-4/+19
* update testsBjoern Schiessle2018-07-021-259/+119
* Fix DI for federated file sharing controllerMorris Jobke2018-04-231-2/+10
* Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-261-11/+19
* Remove deprecated HTTPHelperRoeland Jago Douma2018-03-131-32/+0
* Fix federatedshareprovidertestRoeland Jago Douma2018-01-161-0/+18
* Fix testsRoeland Jago Douma2018-01-141-2/+2
* Update license headersMorris Jobke2017-11-068-0/+16
* Use ::class in test mocks of encryption appMorris Jobke2017-10-262-3/+3
* Use ::class in test mocks of dav appMorris Jobke2017-10-262-2/+2
* Use ::class in test mocksMorris Jobke2017-10-244-24/+26
* Fix PHPUnit warningsLukas Reschke2017-08-181-3/+3
* Use proper methods for registerBackendMorris Jobke2017-08-151-1/+1
* add new config switched for the global scale architectureBjoern Schiessle2017-05-292-21/+72
* Add the column so we keep the value from before the updateJoas Schilling2017-05-181-1/+2
* Fix sinon.stub deprecation warningsChristoph Wurst2017-04-241-2/+4
* 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
* Do proper DIRoeland Jago Douma2017-04-111-1/+1
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-113-229/+7
* Merge pull request #4250 from nextcloud/disable-lookupserver-uploadBjörn Schießle2017-04-102-0/+37
|\