nextcloud/apps/dav/tests/unit/CalDAV
Daniel Kesselberg 3a55fb948f fix(caldav): add webroot to objectid for activities
A calendar uri includes the webroot: example.com/cloud/remote.php/dav/calendars/alice/personal/
The calendar app uses base64(calendar uri) as identifier for calendar objects.

Without this patch the links from activity app to calendar app don't work for installations in a subdirectory.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-09-18 14:09:53 +02:00
..
Activity fix(caldav): add webroot to objectid for activities 2023-09-18 14:09:53 +02:00
BirthdayCalendar fix(CalDAV): check birthday calendar owner 2023-09-06 17:21:20 +00:00
Integration Fix typos in apps/dav subdirectory 2022-07-26 17:40:10 -04:00
Listener Remove all legacy event dispatchers from CalDAV & CardDAV backends 2022-05-17 15:09:46 +02:00
Publishing chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
Reminder fix(caldav): Ignore invalid events for reminder generation 2023-06-01 20:41:51 +02:00
ResourceBooking chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
Schedule fix(caldav): Correctly handle calendar recreation for invitations when the current calendar is in the trashbin 2023-02-09 14:43:27 +01:00
Search chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
WebcalCaching chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
AbstractCalDavBackend.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
CachedSubscriptionObjectTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
CachedSubscriptionTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
CalDavBackendTest.php Fix creating events with old (< unix time) lastoccurence 2023-07-12 19:57:23 +02:00
CalendarHomeTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
CalendarImplTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
CalendarManagerTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
CalendarTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
EventComparisonServiceTest.php Use recurrence instance to build iMip email 2023-02-02 16:25:59 +01:00
OutboxTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
PluginTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
PublicCalendarRootTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00
PublicCalendarTest.php chore(dav): Add void return type to test methods 2023-01-20 08:38:43 +01:00