aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman7 days1-10/+10
* chore: apply new CSFixer rulesFerdinand Thiessen7 days1-0/+1
* fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen2025-03-111-6/+7
* fix(lookup-server): do not query data by defaultFerdinand Thiessen2025-03-111-1/+1
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-3/+2
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-7/+7
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-06-061-27/+3
* fix(files_sharing): ShareesAPI - Return empty response when user is not allow...Ferdinand Thiessen2024-03-151-40/+74
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Make dav respect disallowing sharing with groupsThomas Citharel2021-05-261-24/+28
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-13/+13
* Fix testsJoas Schilling2020-06-241-1/+1
* Update share type constant usageJoas Schilling2020-06-241-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Remove unused properties in ShareesAPIControllerJulius Härtl2020-03-201-6/+1
* Do not use $_GETRoeland Jago Douma2020-01-051-2/+5
* Update license headersChristoph Wurst2019-12-051-1/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-271-4/+4
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-261-2/+3
* Show sharing recommendationsChristoph Wurst2019-02-251-0/+11
* Fix testsRoeland Jago Douma2018-08-241-2/+7
* update unit testsBjoern Schiessle2018-07-111-32/+46
* Update license headersMorris Jobke2017-11-061-1/+4
* shareeAPIController unit test clean up and last fixesArthur Schiwon2017-09-261-57/+21
* remove unused methodArthur Schiwon2017-09-261-21/+0
* move splitUserRemote unit testsArthur Schiwon2017-09-261-72/+0
* adapt unit test for ensuring exceptionArthur Schiwon2017-09-261-2/+2
* split off former searchSharee unit testArthur Schiwon2017-09-261-176/+0
* adjust ShareeAPIController invalid-input search unit testArthur Schiwon2017-09-261-16/+15
* adjust ShareeAPIController search testArthur Schiwon2017-09-261-31/+18
* split off getEmail testsArthur Schiwon2017-09-261-244/+0
* split off getRemote unit testsArthur Schiwon2017-09-261-220/+0
* split off getGroups unit testsArthur Schiwon2017-09-261-392/+0
* split off getUsers unit testsArthur Schiwon2017-09-261-318/+0
* Add unit testJoas Schilling2017-06-141-0/+15
* shares-circlesMaxence Lange2017-03-171-6/+12
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-4/+15
* Use group display name in sharing API + UIVincent Petry2016-12-221-1/+41
* Add config switchLukas Reschke2016-11-211-4/+20
* Only check the sharing backends for file/folder itemsJoas Schilling2016-11-101-11/+40
* unit tests updated and new addedBjoern Schiessle2016-11-011-172/+136
* Add ShareesAPI E-mail searchRoeland Jago Douma2016-10-241-12/+244