summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix generated avatars and nophoto cache filesJoas Schilling2020-03-241-2/+2
|/
* Return empty system addressbook since we cannot easily limit it to groupsJulius Härtl2020-03-201-1/+3
* Prevent creation of reserved address book nameChristoph Wurst2020-03-091-0/+11
* Add address book pluginsChristoph Wurst2020-03-094-17/+202
* Correctly trim long cyrillic noteJoas Schilling2020-02-251-1/+1
* Update license headersChristoph Wurst2019-12-0515-17/+45
* Some php-cs fixesRoeland Jago Douma2019-11-226-3/+8
* Dont assign $options to $options and cleanup docDaniel Kesselberg2019-07-221-3/+1
* Merge pull request #14954 from tacruc/searchPatternsMorris Jobke2019-07-192-5/+13
|\