aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2512-37/+37
* fix(caldav): allow renaming of birthday calendarsAnna Larch2024-08-201-0/+2
* Merge pull request #46723 from nextcloud/feat/add-delta-sync-to-subscription-...Richard Steinmetz2024-08-142-254/+393
|\
| * feat(webcal): only update modified and deleted events from webcal calendarsAnna Larch2024-08-132-254/+393
* | fix(caldav): allow VJOURNAL if no supported component set is specifiedRichard Steinmetz2024-08-131-1/+1
|/
* fix: handle-duplicate-reminderhamza2212024-08-131-2/+2
* fix(caldav): test for null and blank valueSebastianKrupinski2024-08-071-1/+28
* Merge pull request #46623 from nextcloud/fix/issue-44127Sebastian Krupinski2024-08-072-10/+109
|\
| * fix(caldav): fixed initial sync and double processingSebastianKrupinski2024-08-012-10/+109
* | fix(caldav): Add sharee to address list when calendar is sharedSebastianKrupinski2024-08-061-31/+370
|/
* feat: mail provider backendSebastianKrupinski2024-07-231-5/+131
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-222-2/+185
* feat: Improve recurrence invitations messagesSebastianKrupinski2024-07-172-137/+2195
* fix(caldav): limit vevent sizeSebastianKrupinski2024-07-041-0/+73
* fix(caldav): when message is a reply compare the message sender not the recip...SebastianKrupinski2024-06-252-1/+72
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-2/+3
* fix(caldav): encode calendar URIs with umlauts for activitiesRichard Steinmetz2024-06-201-6/+47
* fix(caldav): event links in shared calendar notificationsRichard Steinmetz2024-06-111-2/+37
* feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-05-281-0/+38
* fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-05-281-0/+164
* chore: Add SPDX headerAndy Scherzinger2024-05-2852-1123/+119
* feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-076-7/+362
* fix(caldav): Fixed phpUnit to use userSession instead of userId and userManagerSebastianKrupinski2024-05-021-17/+67
* Merge pull request #44511 from nextcloud/perf/noid/skip-tree-lookup-for-non-c...Daniel2024-04-031-0/+58
|\
| * perf(dav): skip non-calendar requests in webcal caching pluginDaniel Kesselberg2024-03-271-0/+58
* | fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
|/
* fix(dav): wrong comparison method between two eventsRobert C. Schaller2024-03-251-0/+67
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-211-3/+10
* Merge pull request #44130 from nextcloud/fix/dav/occ-fix-caldav-sync-tokensChristoph Wurst2024-03-142-3/+94
|\
| * fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-03-122-3/+94
* | test(dav): Add unit test for no calendars/subscription limitChristoph Wurst2024-03-121-0/+38
|/
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-231-0/+166
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-154-36/+51
* fix(tests): Make PHP 8.1.2 with Datetime Diff Bug pass the notifier testJoas Schilling2024-01-261-3/+11
* fix(dav): Fix user status "Undefined array key 0 at StatusService.php#98"Joas Schilling2024-01-101-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
* 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