]> source.dussan.org Git - nextcloud-server.git/commit
Implement Contacts Backend for Unified Search 22011/head
authorGeorg Ehrke <developer@georgehrke.com>
Fri, 24 Jul 2020 12:57:52 +0000 (14:57 +0200)
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Mon, 3 Aug 2020 14:29:01 +0000 (16:29 +0200)
commit5fb2562332ca74f44b6085629f980113d0551077
tree9a4435321d73154e35a19b9864e5f5f58e9bca6b
parentdb5ac969f9d20a5a84f691d1df38f8e2e4134801
Implement Contacts Backend for Unified Search

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/AppInfo/Application.php
apps/dav/lib/CardDAV/CardDavBackend.php
apps/dav/lib/Search/ContactsSearchProvider.php [new file with mode: 0644]
apps/dav/lib/Search/ContactsSearchResultEntry.php [new file with mode: 0644]
apps/dav/tests/unit/Search/ContactsSearchProviderTest.php [new file with mode: 0644]