summaryrefslogtreecommitdiffstats
path: root/core/Controller/AutoCompleteController.php
Commit message (Collapse)AuthorAgeFilesLines
* Make the new autocomplete endpoint OCSJoas Schilling2018-03-211-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove config from AutoCompleteControllerMorris Jobke2018-02-131-6/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* don't create sorter instances when none was requestedArthur Schiwon2017-11-281-5/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* meanwhile we can have exact matches. also show those.Arthur Schiwon2017-10-311-1/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* configurable amount of autocomplete results in commentsArthur Schiwon2017-10-271-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add search parameter to autocomplete controllerArthur Schiwon2017-10-251-3/+15
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* AutoCompletion backendArthur Schiwon2017-10-221-0/+89
* introduce a Controller for requests * introduce result sorting mechanism * extend Comments to retrieve commentors (actors) in a tree * add commenters sorter * add share recipients sorter Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>