aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/External/ManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman2025-07-011-2/+2
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-011-0/+1
* test(files_sharing): adjust tests for PHPUnit v10Ferdinand Thiessen2025-05-311-45/+21
* fix(phpunit10): Migrate away from PHPUnit at() callsJoas Schilling2025-03-271-20/+18
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-5/+7
* feat(federatedfilesharing): auto-accept shares from trusted serversskjnldsv2025-01-091-6/+6
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-1/+1
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-13/+13
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-06-061-27/+3
* add more checks to ensure mounts aren't emptyRobin Appelman2023-09-121-3/+10
* adjusts tests for CloudIdManagerRobin Appelman2022-08-311-4/+8
* Remove at() matcher in files_sharing testsCôme Chilliet2022-05-241-8/+14
* simplify setup of circular SetupManager<->ManagerRobin Appelman2022-03-041-6/+2
* move logic to decide what to setup to setupmanagerRobin Appelman2022-03-041-1/+1
* adjust tests to new fs setupRobin Appelman2022-03-041-7/+15
* update testsRobin Appelman2021-10-191-1/+10
* Fix remote share deletion when deleting userVincent Petry2021-07-271-28/+147
* Replace ILogger with LoggerInterface in remote share managerVincent Petry2021-07-271-3/+3
* Fix remote group share decline+accept code pathVincent Petry2021-07-271-0/+36
* Fix external share manager with multiple user groupsVincent Petry2021-07-271-2/+10
* Fix remote group share API interactionsVincent Petry2021-07-271-3/+163
* Add logging to external shares managerVincent Petry2021-07-271-0/+2
* Fix received federated group sharesVincent Petry2021-07-271-83/+143
* Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-141-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+3
* Fix variable name for testDaniel Kesselberg2020-12-101-1/+1
* Adjust defaultJulius Härtl2020-12-081-2/+3
* set the display name of federated sharees from addressbookArthur Schiwon2020-11-241-1/+11
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-6/+6
* Move federated_share_added into a typed eventMorris Jobke2020-07-231-1/+6
* Update share type constant usageJoas Schilling2020-06-241-1/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+1
* Fix more testsRoeland Jago Douma2019-11-271-6/+28
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* fix unit testsBjoern Schiessle2018-07-111-0/+3
* update unit testsBjoern Schiessle2018-07-111-0/+13
* fix external manager testsBjoern Schiessle2018-07-021-10/+29
* Update license headersMorris Jobke2017-11-061-1/+3
* Use ::class in test mocksMorris Jobke2017-10-241-2/+1
* Do proper DIRoeland Jago Douma2017-04-111-1/+1
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-9/+6
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-1/+2
* more robust test setupRobin Appelman2016-10-121-3/+3
* Fix testsRoeland Jago Douma2016-08-241-13/+44