aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/AutoCompleteController.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-271-24/+2
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+2
* feat(events): Add typed event for filtering autocompletion suggestionsJoas Schilling2023-11-021-0/+13
* fix(autocomplete): Fix missing user status on autocomplete endpointJoas Schilling2023-09-281-2/+2
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
* core: Add OpenAPI specjld31032023-07-131-5/+39
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-051-5/+7
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-041-11/+3
* Fix controller class import for autocompletejld31032023-03-161-2/+3
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-17/+4
* Expose shareWithDisplayNameUnique also on autocomplete endpointJoas Schilling2022-05-031-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
* Make new result parts optionalJoas Schilling2021-02-121-3/+3
* 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