aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49302 from nextcloud/backport/48833/stable30Sebastian Krupinski2024-11-152-7/+447
|\
| * fix: RDATE and EXDATE property instancesbackport/48833/stable30SebastianKrupinski2024-11-152-7/+447
* | feat: mail provider settingsbackport/48134/stable30SebastianKrupinski2024-11-141-10/+117
|/
* fix: use invokePrivate for testSebastianKrupinski2024-11-141-21/+16
* fix: override iTip Broker to fix several issuesSebastianKrupinski2024-11-131-0/+183
* feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingbackport/49139/stable30SebastianKrupinski2024-11-121-0/+19
* Merge pull request #48529 from nextcloud/backport/48519/stable30Daniel2024-10-021-2/+2
|\
| * fix(dav): don't crash subscription on invalid calendar objectbackport/48519/stable30escoand2024-10-021-2/+2
* | fix(caldav): add missing handlersbackport/48508/stable30Anna Larch2024-10-021-20/+7
|/
* fix: expand select and group by for calandar reminder backendbackport/47399/stable30Hamza Mahjoubi2024-09-191-6/+8
* test(dav): imip service test expects integers for last occurencebackport/48043/stable30Anna Larch2024-09-151-14/+14
* fix(caldav): allow renaming of birthday calendarsAnna Larch2024-08-211-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