aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48510 from nextcloud/fix/stable28/webcal-subscription-job...Kate2024-10-021-21/+10
|\
| * fix(caldav): add missing handlersfix/stable28/webcal-subscription-jobs-middlewareAnna Larch2024-10-011-21/+10
* | Merge pull request #48054 from nextcloud/backport/48043/stable28Kate2024-10-021-11/+11
|\ \
| * | test(dav): imip service test expects integers for last occurencebackport/48043/stable28Anna Larch2024-09-161-11/+11
| |/
* / fix(caldav): Do not load IMipPlugin before user auth and session is createdbackport/45098/stable28SebastianKrupinski2024-09-221-17/+63
|/
* fix(caldav): allow renaming of birthday calendarsAnna Larch2024-08-201-0/+2
* Merge pull request #46421 from nextcloud/backport/46315/stable28Andy Scherzinger2024-07-111-0/+73
|\
| * fix(caldav): limit vevent sizeSebastianKrupinski2024-07-101-0/+73
* | fix(caldav): encode calendar URIs with umlauts for activitiesRichard Steinmetz2024-07-101-6/+47
|/
* fix(caldav): when message is a reply compare the message sender not the recip...SebastianKrupinski2024-06-261-0/+71
* fix(caldav): event links in shared calendar notificationsRichard Steinmetz2024-06-111-2/+37
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-06-041-3/+10
* feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-06-031-0/+38
* fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-06-031-0/+164
* Merge pull request #44197 from nextcloud/backport/44130/stable28Daniel2024-06-032-21/+101
|\
| * fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-05-312-21/+101
* | feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-316-6/+364
|/
* fix(dav): wrong comparison method between two eventsRobert C. Schaller2024-03-261-0/+67
* tests(dav): Add unit test for no calendars/subscription limitChristoph Wurst2024-03-111-0/+38
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-221-0/+166
* fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98"Joas Schilling2024-01-151-0/+44
* fix(dav): undeclared `$cache` propertyJohn Molakvoæ2023-12-211-0/+1
* fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-191-573/+289
* fix(dav): Prioritize timezone from core/loginChristoph Wurst2023-11-291-6/+25
* [stable28] enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-830/+20
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-231-0/+161
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-237-39/+22
* Fix dynamic property in CalDav testsCôme Chilliet2023-11-131-0/+1
* feat(user status): automate user status for eventsAnna Larch2023-11-091-0/+1508
* fix(scheduling): don't send iMIP emails to rooms / resourcesAnna Larch2023-11-061-2/+161
* fix(3rdparty): Don't use indirect dependency "Safe/" for functionsJoas Schilling2023-10-231-3/+3
* fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-211-0/+69
* Remove last at matcher call in dav application testsCôme Chilliet2023-09-141-13/+6
* fix(caldav): add webroot to objectid for activitiesDaniel Kesselberg2023-09-131-0/+2
* Enable caldav push notifications by defaulthamza2212023-09-121-2/+2
* fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-061-2/+60
* 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
* fixup! fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-311-6/+1
* fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-311-0/+47
* Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-252-0/+289
* Merge pull request #36661 from onny/event-update-mail-subjectSimon L2023-03-161-5/+5
|\
| * Invitation mail: Change subject if event got updatedJonas Heinrich2023-02-201-5/+5
* | Merge pull request #36594 from nextcloud/fix-handling-of-invitationsblizzz2023-03-021-10/+19
|\ \ | |/ |/|
| * fix(caldav): Correctly handle calendar recreation for invitations when the cu...Thomas Citharel2023-02-091-10/+19
* | fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-091-12/+186
|/
* 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
* Use recurrence instance to build iMip emailAnna Larch2023-02-023-204/+875