summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV
Commit message (Expand)AuthorAgeFilesLines
* 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
* Map old account scope properties to new namesVincent Petry2021-03-261-2/+2
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-2/+3
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-183-6/+6
* Move getChangesForAddressBook to QueryBuilderRoeland Jago Douma2021-02-171-12/+32
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-3/+3
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22085 from nextcloud/enh/index-socialprofileRoeland Jago Douma2020-12-221-1/+2
|\
| * adding social profile to search indexmatt2020-08-021-1/+2
* | Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-charsChristoph Wurst2020-12-181-3/+0
|\ \
| * | fixes sharing to group ids /w chars that are being url encoded, carddavArthur Schiwon2020-12-161-3/+0
* | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-164-1/+4
|/ /
* | Make code strictJoas Schilling2020-12-071-9/+10
* | Make sure we add new line between vcf groups exportsJohn Molakvoæ (skjnldsv)2020-11-241-1/+1
* | Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+4
* | Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-3/+1
* | handle nested properties, fixes #20544call-me-matt2020-10-121-1/+16
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-056-9/+9
* | Sync all users to the system addresssbookJoas Schilling2020-09-211-1/+1
* | Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-3/+0
* | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-072-0/+2
* | Change Content-Disposition HeaderJacob Neplokh2020-09-052-2/+3
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-2/+1
* | Typecast parameter of getAddressBookByIdGeorg Ehrke2020-08-191-1/+1
* | Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-181-11/+59
* | Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-142-1/+1
* | IAddressBook: add isShared and isSystemAddressBookGeorg Ehrke2020-08-051-6/+23
* | Merge pull request #22062 from nextcloud/fix/noid/displayname-in-incoming-rem...blizzz2020-08-041-36/+38
|\ \
| * | Short php syntaxJoas Schilling2020-08-031-5/+5
| * | coding style fixesArthur Schiwon2020-07-301-34/+35
| * | fix check for Cloud ID, missing return statements, wrong param useArthur Schiwon2020-07-301-2/+3
| |/
* / Implement Contacts Backend for Unified SearchGeorg Ehrke2020-08-031-8/+53
|/
* Update system addressbook card only when there was a change based on a cached...Morris Jobke2020-07-091-0/+14
* Reduce load of the contacts search when we know it can't matchJoas Schilling2020-06-151-6/+24