aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-072-0/+37
* | update unit testsBjoern Schiessle2017-04-071-2/+3
|/
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-6/+12
* Cleanup not used legacy classesMorris Jobke2017-03-031-1/+2
* remove test for removed codeRobin Appelman2017-02-081-22/+0
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-084-6/+37
* Add config switchLukas Reschke2016-11-211-0/+5
* catch all exception and return a user friendly exception messageBjoern Schiessle2016-11-021-4/+4
* use https by default if no protocol is given. Only use unsecure connection if...Bjoern Schiessle2016-11-022-6/+23
* Add defaultShareProvider & federatedshareprovider testsRoeland Jago Douma2016-11-011-0/+45