summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller/ShareesAPIController.php
Commit message (Expand)AuthorAgeFilesLines
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+8
* Remove Deck from Sharees APIjld31032023-02-031-10/+1
* type closure to make psalm a bit happierRoeland Jago Douma2022-10-091-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Also make other shares listen to the "Allow sharing with groups"Joas Schilling2021-05-261-1/+3
* Make lookup search explicitRoeland Jago Douma2021-04-191-1/+1
* Use correct getSystemValue typeJ0WI2021-04-121-1/+1
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-151-1/+2
* Let sharees endpoint properly handle deck sharesJulius Härtl2020-12-091-0/+10
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* make php-cs happyRobin Appelman2020-04-231-1/+0
* Fix Sharing recommendation user displayJohn Molakvoæ (skjnldsv)2020-04-211-29/+30
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Remove unused properties in ShareesAPIControllerJulius Härtl2020-03-201-8/+0
* Do not use $_GETRoeland Jago Douma2020-01-051-4/+3
* Update license headersChristoph Wurst2019-12-051-1/+5
* Always do sharee lookup on lookup server in GSRoeland Jago Douma2019-12-051-1/+8
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
* Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-261-0/+2
* Show sharing recommendationsChristoph Wurst2019-02-251-1/+157
* Add rooms in the default candidate types to look for when sharingDaniel Calviño Sánchez2018-08-241-0/+6
* update unit testsBjoern Schiessle2018-07-111-1/+7
* start to get fed group shares into the share dialogBjoern Schiessle2018-07-111-0/+10
* Make ShareesAPIController strictRoeland Jago Douma2018-04-231-5/+6
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-3/+1
* Update license headersMorris Jobke2017-11-061-2/+5
* shareeAPIController unit test clean up and last fixesArthur Schiwon2017-09-261-0/+1
* remove unused methodArthur Schiwon2017-09-261-22/+0
* adjust ShareeAPIController search testArthur Schiwon2017-09-261-1/+4
* allow more than one plugin per share typeArthur Schiwon2017-09-261-0/+2
* don't keep result types hard codedArthur Schiwon2017-09-261-1/+2
* Splits off the logic from sharees endpoint thus making it available fromArthur Schiwon2017-09-261-558/+31
* Merge pull request #6130 from nextcloud/cleanup-unused-methodsMorris Jobke2017-08-161-1/+1
|\
| * Cleanup unused methodsMorris Jobke2017-08-151-1/+1
* | Catch exceptions on error of cloud id resolutionJoas Schilling2017-08-141-5/+21
|/
* Run phan over code baseLukas Reschke2017-07-191-0/+1
* upstreamMaxence Lange2017-07-111-1/+1
* Make sure to only add system users onceJoas Schilling2017-06-141-8/+35
* Allow to find local users by their email addressJoas Schilling2017-06-131-7/+30
* add missing translation and other small fixesBjoern Schiessle2017-04-281-0/+1
* use configured lookup serverBjoern Schiessle2017-04-281-1/+2
* shares-circlesMaxence Lange2017-03-171-0/+29