summaryrefslogtreecommitdiffstats
path: root/core/Controller/AutoCompleteController.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+5
* Fix autocomplete suggestions with numeric user idsJoas Schilling2019-11-261-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Add an event to the Autocomplete Controller to allow to filter the resultsJoas Schilling2019-02-261-5/+24
* Make the new autocomplete endpoint OCSJoas Schilling2018-03-211-1/+1
* Remove config from AutoCompleteControllerMorris Jobke2018-02-131-6/+1
* don't create sorter instances when none was requestedArthur Schiwon2017-11-281-5/+7
* meanwhile we can have exact matches. also show those.Arthur Schiwon2017-10-311-1/+2
* configurable amount of autocomplete results in commentsArthur Schiwon2017-10-271-2/+2
* add search parameter to autocomplete controllerArthur Schiwon2017-10-251-3/+15
* AutoCompletion backendArthur Schiwon2017-10-221-0/+89