summaryrefslogtreecommitdiffstats
path: root/core/Controller/AutoCompleteController.php
Commit message (Expand)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-201-7/+10
* Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling2020-07-011-4/+3
* Update share type constant usageJoas Schilling2020-06-241-1/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* 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