aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV
Commit message (Expand)AuthorAgeFilesLines
* Cleanup contactsinteractionCarl Schwan2022-11-251-9/+2
* Switch to DisplayNameCache for CardDAVAnna Larch2022-11-031-15/+1
* Add a background job to prune outdated sync tokensThomas Citharel2022-10-271-0/+14
* Wrap address book creation write-read in a transactionChristoph Wurst2022-10-031-13/+23
* Merge pull request #33104 from nextcloud/enhancement/add-logging-federationblizzz2022-10-011-1/+3
|\
| * Add logging to federationAnna Larch2022-07-271-1/+3
* | Merge pull request #33450 from sazanof/bug/base64-card-dav-searchblizzz2022-10-011-1/+1
|\ \
| * | Add URI type to VCardMikhail Sazanov2022-08-031-1/+1
| |/
* | Check address book URI length before creationJoas Schilling2022-08-261-0/+4
* | Merge pull request #33615 from nextcloud/perf/noid/user-displayname-cache-for...Joas Schilling2022-08-191-21/+1
|\ \
| * | Use user name cache in activity providersJoas Schilling2022-08-191-21/+1
* | | Fix carddav activitiesJoas Schilling2022-08-193-5/+5
|/ /
* / performance optimisation for carddav backend blob data readAnna Larch2022-08-151-1/+6
|/
* Fix typos in apps/dav subdirectoryluz paz2022-07-261-1/+1
* Merge pull request #32869 from nextcloud/dav-no-deleted-user-activitiesblizzz2022-07-231-1/+12
|\
| * Avoid calendar & addressbook activities being created on user being deletedThomas Citharel2022-06-141-1/+12
* | Cleanup CardDav SyncServiceCarl Schwan2022-06-242-70/+19
* | Summer cleanup of the federation appCarl Schwan2022-06-241-9/+2
* | Add typing to Sharing BackendCarl Schwan2022-06-222-47/+36
|/
* Merge pull request #32364 from nextcloud/dav-listenersVincent Petry2022-06-102-50/+13
|\
| * Fix a doctype in OCP for IAddressBookThomas Citharel2022-05-171-1/+2
| * Add some typed propertiesThomas Citharel2022-05-171-27/+10
| * Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-171-22/+1
* | Avoid creating carddav activities for the system userThomas Citharel2022-06-101-2/+16
* | Use Image class from public APIChristopher Ng2022-06-021-1/+1
|/
* Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-173-50/+31
|\
| * Fix more psalm issuesCarl Schwan2022-05-163-28/+24
| * Cleanup davCarl Schwan2022-05-051-23/+8
* | Wrap multiple inserts inside a transationCarl Schwan2022-05-121-13/+21
* | Minor optimizations for saving user personal informationCarl Schwan2022-05-122-14/+17
|/
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-022-20/+13
* Don't recreate sql query each timeCarl Schwan2022-03-101-8/+8
* Fix more than 1000 entries in queries exception in CardDavBackendCarl Schwan2022-02-211-7/+10
* Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-082-0/+3
* Only wildcard search if enumeration is allowedJoas Schilling2021-12-082-1/+6
* l10n: Spelling unificationValdnet2021-06-211-6/+6
* l10n: Spelling unificationValdnet2021-06-211-1/+1
* l10n: Spelling unificationValdnet2021-06-211-17/+17
* Allow apps to get photos of VObjectsJoas Schilling2021-06-091-0/+20
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0423-47/+29
* Remove since from implementations and fix some more styleJoas Schilling2021-05-256-37/+11
* Fix PHP CSJoas Schilling2021-05-213-47/+39
* Add activities for creating, updating and deleting contactsJoas Schilling2021-05-212-57/+171
* Add activities for addressbook managementJoas Schilling2021-05-213-0/+883
* Add a settingJoas Schilling2021-05-211-0/+88
* Add a contacts filterJoas Schilling2021-05-211-0/+93
* remove private AccountManager from SyncServiceArthur Schiwon2021-05-111-7/+6
* dav: do not use private AccountManagerArthur Schiwon2021-05-081-41/+20
* fix creating vcards with multiple string valuesArthur Schiwon2021-04-301-7/+11
* Correctly truncate multibyte strings to fit into the databaseChih-Hsuan Yen2021-04-261-1/+1