summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller/ShareesAPIController.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* if we have a exact match, either for the federated cloud id or for theBjoern Schiessle2016-11-011-26/+41
* unified way to display remote shares and mail sharesBjoern Schiessle2016-11-011-2/+2
* improve search for federated cloud ids and email adressesBjoern Schiessle2016-11-011-8/+58
* handle case if no share-by-mail share provider is loadedBjoern Schiessle2016-11-011-0/+5
* introduce share by mail, ui partBjoern Schiessle2016-11-011-67/+23
* Add ShareesAPI E-mail searchRoeland Jago Douma2016-10-241-0/+70
* Allow space for federated share id searchVincent Petry2016-08-301-1/+1
* Sharee API to AppFrameworkRoeland Jago Douma2016-08-261-0/+541