summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix pagination of contacts searchJoas Schilling2020-06-101-17/+27
* Rename app-generated to z-app-generated, because macOS Contacts supports only...Georg Ehrke2020-05-071-1/+1
* Temporary fix contacts searchJoas Schilling2020-04-291-6/+8
* Update license headers for 19Christoph Wurst2020-04-2910-1/+11
* Use paginated search for contactsJulius Härtl2020-04-232-0/+8
* Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handlingRoeland Jago Douma2020-04-172-15/+77
|\
| * Update Contact Size after removing photoGeorg Ehrke2020-04-151-6/+38
| * Don't populate the PHOTO property when it's not an imageJoas Schilling2020-04-152-3/+31
| * Always transform the etag and read the dataJoas Schilling2020-04-151-0/+2
| * Use table variable everywhereJoas Schilling2020-04-151-7/+7
* | Update list of multiple propertiesJohn Molakvoæ (skjnldsv)2020-04-171-13/+2
|/
* Add visibility to all constantsChristoph Wurst2020-04-102-3/+3
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-106-20/+20
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1015-76/+32
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Remove space between switch case and colonChristoph Wurst2020-04-091-5/+5
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-094-8/+8
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-094-8/+8
* Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-...Roeland Jago Douma2020-04-041-1/+1
|\
| * Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez2020-03-241-1/+1
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-318-2/+49
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-251-1/+0
* | | Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
|/ /
* | Register an address book with recent contactsChristoph Wurst2020-03-251-5/+10