aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/AutoCompleteControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-131-19/+2
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-7/+1
* Expose shareWithDisplayNameUnique also on autocomplete endpointJoas Schilling2022-05-031-9/+30
* Fix more controller tests in Core subdirVincent Petry2021-03-241-8/+8
* Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling2020-07-011-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Add an event to the Autocomplete Controller to allow to filter the resultsJoas Schilling2019-02-261-3/+9
* Remove config from AutoCompleteControllerMorris Jobke2018-02-131-7/+1
* don't create sorter instances when none was requestedArthur Schiwon2017-11-281-41/+99
* meanwhile we can have exact matches. also show those.Arthur Schiwon2017-10-311-0/+29
* add search parameter to autocomplete controllerArthur Schiwon2017-10-251-2/+7
* AutoCompletion backendArthur Schiwon2017-10-221-0/+84