aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CardDAV/CardDavBackendTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-281-30/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-23/+23
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-211-4/+10
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-151-14/+35
* Issue #36644: Test casesChristof Arnosti2023-06-051-1/+40
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-201-20/+20
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-051-29/+30
* Add a background job to prune outdated sync tokensThomas Citharel2022-10-271-0/+18
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Merge pull request #31029 from nextcloud/expose-extra-emails-in-davVincent Petry2022-06-101-0/+2
|\
| * Expose additional emails in {DAV:}alternate-URI-setThomas Citharel2022-05-171-0/+2
* | Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-171-46/+20
|/
* Expose user language through DAVThomas Citharel2021-08-161-0/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+2
* Don't leave cursors open when tests failJoas Schilling2020-11-091-3/+19
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-4/+4
* Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-181-13/+18
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-5/+5
* Update system addressbook card only when there was a change based on a cached...Morris Jobke2020-07-091-4/+4
* 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-291-0/+1
* Always transform the etag and read the dataJoas Schilling2020-04-151-12/+12
* Add visibility to all constantsChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-11/+9
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-31/+31
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+2
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-1/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-271-8/+8
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-151-1/+2
* Allow to search for real pattern in contactsArne Hamann2019-05-281-10/+39
* Fix PHPUnitMorris Jobke2019-03-121-0/+2
* Phpunit testsJohn Molakvoæ (skjnldsv)2018-11-051-25/+112
* Phpunit fixJohn Molakvoæ (skjnldsv)2018-11-021-20/+27
* Fix the master unit testsRoeland Jago Douma2018-06-011-0/+2
* Fix testsRoeland Jago Douma2018-05-271-1/+8
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-0/+4
* Use ::class in test mocksMorris Jobke2017-10-241-1/+1
* Check if the user/group exists for dav sharesJoas Schilling2017-10-051-11/+33
* urldecode group principals in Cal- and CardDAV backendGeorg Ehrke2017-06-121-0/+4
* Always dispatch Carddav eventsRoeland Jago Douma2017-05-081-11/+42
* add owner-displayname property to calendars and addressbooksGeorg Ehrke2017-04-231-1/+3
* testsJohn Molakvoæ (skjnldsv)2017-02-141-1/+1
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-12/+10
* Fix unit testsJoas Schilling2016-10-061-2/+5