aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php
Commit message (Expand)AuthorAgeFilesLines
* feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-06-061-0/+38
* fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-06-061-0/+164
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-211-3/+10
* fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-03-121-0/+89
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-151-9/+22
* fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-211-0/+69
* DateRangeError in PHP>=8.3 is not a ValueError anymoreCôme Chilliet2023-08-141-1/+1
* Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-06-271-5/+15
* Issue #36644: Test casesChristof Arnosti2023-06-051-1/+73
* Skip tests that cannot succeed on 32bitsCôme Chilliet2023-02-071-2/+9
* Improve behavior with dates on 32bits and fix tests or skip themCôme Chilliet2023-02-071-3/+7
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-201-17/+17
* Add a background job to prune outdated sync tokensThomas Citharel2022-10-271-0/+54
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Merge pull request #32364 from nextcloud/dav-listenersVincent Petry2022-06-101-3/+0
|\
| * Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-171-3/+0
* | Make sure activities are not created when a deleted calendar object expiresThomas Citharel2022-05-181-2/+4
|/
* Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-161-5/+9
* Merge pull request #27374 from nextcloud/bugfix/noid/adjust-unit-testsMorris Jobke2021-06-071-68/+26
|\
| * Code style fixesMorris Jobke2021-06-071-5/+0
| * Fix dispatcher handling in CalDavBackendTestJoas Schilling2021-06-041-65/+28
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
|/
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-2/+2
* Remove the untyped calendar update eventChristoph Wurst2021-05-071-3/+5
* Remove the untyped calendar create eventChristoph Wurst2021-05-071-3/+6
* Remove the \OCA\DAV\CalDAV\CalDavBackend::createCalendarObject eventChristoph Wurst2021-05-071-15/+26
* Remove the \OCA\DAV\CalDAV\CalDavBackend::updateCalendarObject eventChristoph Wurst2021-05-071-3/+6
* Remove the \OCA\DAV\CalDAV\CalDavBackend::deleteCalendarObject eventChristoph Wurst2021-05-071-12/+20
* Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-291-9/+14
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* handle vcalander documents with recurrence with exemptions or editsleith abdulla2020-10-281-0/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-181-15/+15
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-2/+2
* Add Event and Task Backends for Unified SearchGeorg Ehrke2020-08-041-10/+288
* Use assertEqualsCanonicalizing instead of deprecated assertEquals parameterMorris Jobke2020-07-231-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Add extra test case to exclude by timerangeThomas Citharel2020-03-221-5/+4
* Added test testSearchdartcafe2020-03-221-1/+3
* Update license headersChristoph Wurst2019-12-051-1/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-271-4/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Add command to move a calendar from an user to anotherThomas Citharel2019-01-161-0/+17
* cache webcal calendars on serverGeorg Ehrke2018-11-071-0/+72