aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Federation
Commit message (Collapse)AuthorAgeFilesLines
* fix(federation): Don't load the addressbook when resolving a cloud IDperf/noid/dont-load-addressbook-on-resolving-cloudidJoas Schilling2 hours2-14/+39
| | | | | | Instead we delay the lookup of the display name until it is actually used Signed-off-by: Joas Schilling <coding@schilljs.com>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(federation): Fix missing protocol on CloudID remoteJoas Schilling2024-06-271-16/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-132-34/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(federation): ICloudId->getRemote() should contain the protocolJoas Schilling2024-04-021-5/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(federation): Fix creating local cloudIds with http:// protocolJoas Schilling2024-03-251-6/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* adjusts tests for CloudIdManagerRobin Appelman2022-08-311-1/+16
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-141-10/+26
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* set the display name of federated sharees from addressbookArthur Schiwon2020-11-241-1/+33
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix risky tests without assertionsJoas Schilling2018-01-251-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* clean cloud idsRobin Appelman2017-02-091-7/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add testsRobin Appelman2017-02-082-0/+145
Signed-off-by: Robin Appelman <robin@icewind.nl>