summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller/ShareesAPIController.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* use (int) instead of intval for performance reasonsBjoern Schiessle2017-02-221-2/+2
* properly include classMorris Jobke2017-02-211-5/+5
* Use intval() for validation of config optionsMorris Jobke2017-02-211-2/+2
* allow to configure a min-length of search strings for auto-compeltion and a m...Bjoern Schiessle2017-02-211-0/+12
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-37/+15
* Use group display name in sharing API + UIVincent Petry2016-12-221-11/+19
* Add config switchLukas Reschke2016-11-211-14/+28
* Fix lookup urlRoeland Jago Douma2016-11-211-1/+1
* Search on lookup serverRoeland Jago Douma2016-11-211-4/+40
* Only check the sharing backends for file/folder itemsJoas Schilling2016-11-101-13/+14
* remove unused variableBjoern Schiessle2016-11-011-1/+0
* unit tests updated and new addedBjoern Schiessle2016-11-011-4/+4