summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-201-1/+1
* Fix dynamic property creations in test filesCôme Chilliet2022-08-011-5/+9
* 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-7/+1
|/
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-3/+3
* Expose user language through DAVThomas Citharel2021-08-161-0/+2
* Merge pull request #27374 from nextcloud/bugfix/noid/adjust-unit-testsMorris Jobke2021-06-071-20/+10
|\
| * Code style fixesMorris Jobke2021-06-071-5/+0
| * Fix dispatcher handling in CalDavBackendTestJoas Schilling2021-06-041-17/+12
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
|/
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-2/+13
* Remove the untyped calendar create eventChristoph Wurst2021-05-071-3/+6
* Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst2021-05-071-3/+6
* Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-291-4/+6
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+2
* Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-181-5/+9
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-4/+4
* Add Event and Task Backends for Unified SearchGeorg Ehrke2020-08-041-2/+7
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+2
* Update license headersChristoph Wurst2019-12-051-1/+2
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-0/+1
* Mode to modern phpunitRoeland Jago Douma2019-11-271-2/+2
* 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
* Fix PHPUnitMorris Jobke2019-03-121-0/+2
* cache webcal calendars on serverGeorg Ehrke2018-11-071-0/+15
* Fix the master unit testsRoeland Jago Douma2018-06-011-0/+2
* Fix testsRoeland Jago Douma2018-05-271-1/+8
* Fix risky tests without assertionsJoas Schilling2018-01-251-2/+2
* catch errors when parsing calendar data for calendar query requestsGeorg Ehrke2017-11-271-1/+5
* Merge pull request #7042 from nextcloud/bugfix/noid/ensure_unique_uid_for_cal...Lukas Reschke2017-11-071-1/+3
|\
| * ensure uid for calendar objects is uniqueGeorg Ehrke2017-11-061-1/+3
* | Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* | Update license headersMorris Jobke2017-11-061-0/+3
|/
* Use ::class in test mocksMorris Jobke2017-10-241-1/+1
* Check if the user/group exists for dav sharesJoas Schilling2017-10-051-0/+194