aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Search/ContactsSearchProvider.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-5/+5
* fix: https://github.com/nextcloud/calendar/issues/6079 and https://github.com...tobiasKaminsky2024-07-251-1/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-271-21/+2
* feat(dav): hide search providers if their respective app is not activatedBenjamin Gaussorgues2023-11-271-4/+5
* feat(search): allow contacts person searchhamza2212023-11-141-1/+9
* feat(carddav): Allow advanced search for contactsBenjamin Gaussorgues2023-11-101-17/+34
* feat(caldav): Allow advanced search for events/tasksBenjamin Gaussorgues2023-11-101-46/+18
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Add tel, note, org and title searchJohn Molakvoæ (skjnldsv)2020-12-141-0/+4
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-7/+10
* Fix search providers order and IDsJohn Molakvoæ (skjnldsv)2020-08-051-2/+2
* Hand in the route and the parameters of the requestJoas Schilling2020-08-051-2/+5
* Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-1/+1
* Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,...John Molakvoæ (skjnldsv)2020-08-041-2/+10
* Implement Contacts Backend for Unified SearchGeorg Ehrke2020-08-031-0/+189