aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CardDAV
Commit message (Expand)AuthorAgeFilesLines
* Expose user language through DAVThomas Citharel2021-08-161-0/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-12/+5
* Fix CS checkRoeland Jago Douma2021-05-121-2/+0
* remove private AccountManager from SyncServiceArthur Schiwon2021-05-111-45/+13
* dav: do not use private AccountManagerArthur Schiwon2021-05-081-44/+45
* fix creating vcards with multiple string valuesArthur Schiwon2021-04-301-2/+12
* Map old account scope properties to new namesVincent Petry2021-03-262-14/+14
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Make code strictJoas Schilling2020-12-072-15/+17
* Don't leave cursors open when tests failJoas Schilling2020-11-091-3/+19
* handle nested properties, fixes #20544call-me-matt2020-10-121-1/+38
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-5/+5
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-1/+1
* Change Content-Disposition HeaderJacob Neplokh2020-09-051-3/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-0/+3
* Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-181-13/+18
* Add ability to limit sharing to ownerGeorg Ehrke2020-08-181-1/+3
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-129-46/+45
* IAddressBook: add isShared and isSystemAddressBookGeorg Ehrke2020-08-051-0/+59
* Update system addressbook card only when there was a change based on a cached...Morris Jobke2020-07-091-4/+4
* Merge pull request #21704 from nextcloud/fix/18895/fix-unit-testsMorris Jobke2020-07-061-1/+1
|\
| * Fix unit tests from #18895Morris Jobke2020-07-061-1/+1
* | Reduce load of the contacts search when we know it can't matchJoas Schilling2020-06-151-1/+1
|/
* Fix pagination of contacts searchJoas Schilling2020-06-101-0/+2
* Update license headers for 19Christoph Wurst2020-04-297-0/+8
* Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handlingRoeland Jago Douma2020-04-171-12/+12
|\
| * Always transform the etag and read the dataJoas Schilling2020-04-151-12/+12
* | Update list of multiple propertiesJohn Molakvoæ (skjnldsv)2020-04-171-2/+85
|/
* Format code according to PSR2Christoph Wurst2020-04-101-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-24/+15
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-094-7/+7
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-096-80/+80
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-1/+3
* Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-302-11/+17
|\
| * Set custom ProdId in Birthday service, do not depend on Sabre Versio number f...Georg Ehrke2020-03-271-8/+15
| * Fix usage of Sabre\HTTP\Request in unit testsGeorg Ehrke2020-03-271-3/+2
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\ \ | |/ |/|
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-10/+10
|/
* Update license headersChristoph Wurst2019-12-059-9/+15
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-1/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-277-19/+19
* Fix SynserviceTestRoeland Jago Douma2019-11-271-0/+4
* Make phpunit8 compatibleRoeland Jago Douma2019-11-276-7/+7
* Some php-cs fixesRoeland Jago Douma2019-11-223-3/+1