summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Fix creating events with old (< unix time) lastoccurenceThomas Citharel2023-08-021-1/+11
* Merge pull request #38919 from nextcloud/backport/38639/stable27Arthur Schiwon2023-07-121-1/+73
|\
| * Issue #36644: Test casesChristof Arnosti2023-06-211-1/+73
* | fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-07-101-0/+42
|/
* 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
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-2031-166/+166
* Merge pull request #36026 from nextcloud/fix/remove-at-matcher-in-davCôme Chilliet2023-01-108-318/+198
|\
| * Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-058-318/+198
* | Hook into sabre event lifecycle for iMip MessagesAnna Larch2023-01-051-3/+4
|/
* [WIP] Add logging to Scheduling PluginAnna Larch2023-01-041-2/+7
* Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-191-6/+2
|\
| * Fix comments and dav tests with Notifications and Activity changesCôme Chilliet2022-12-191-6/+2
* | Use the correct Server class in apps/dav/tests/unit/CalDAV/CalendarImplTest.phpCôme Chilliet2022-12-051-1/+1
* | Fix codestyle in modified filesCôme Chilliet2022-12-051-1/+0
* | Merge branch 'master' into tests/fix-phpunit-warningsCôme Chilliet2022-12-051-2/+3
|\|
| * Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-2/+3
* | Next attemp on imip testsJulius Härtl2022-11-091-29/+28
* | Attempt to fix CalendarImpl testsJulius Härtl2022-11-091-32/+106
* | Fix some phpunit test warningsJulius Härtl2022-11-091-2/+2
|/
* Fix duplicate event email notificationsRichard Steinmetz2022-11-043-5/+94
* Switch to DisplayNameCache for CalDAVAnna Larch2022-11-031-5/+2
* Add a background job to prune outdated sync tokensThomas Citharel2022-10-271-0/+54
* Remove the loop of calendars when only one is neededAnna Larch2022-10-011-18/+30
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Support iMIP invitations from MailAnna Larch2022-08-221-0/+79
* Use user name cache in activity providersJoas Schilling2022-08-191-37/+0
* Fix dynamic property creations in test filesCôme Chilliet2022-08-011-5/+9
* Fix typos in apps/dav subdirectoryluz paz2022-07-261-3/+3
* Avoid calendar & addressbook activities being created on user being deletedThomas Citharel2022-06-141-2/+31
* Merge pull request #31029 from nextcloud/expose-extra-emails-in-davVincent Petry2022-06-101-0/+2
|\
| * Expose additional emails in {DAV:}alternate-URI-setThomas Citharel2022-05-171-0/+2
* | Merge pull request #31622 from nextcloud/increase-loglevel-modernize-refresh-...Vincent Petry2022-06-101-11/+10
|\ \
| * | Increase loglevel of Webcal parsing errors and modernize codeThomas Citharel2022-05-171-11/+10
| |/
* | Merge pull request #32361 from nextcloud/dav-scheduling-default-calendarVincent Petry2022-06-101-18/+67
|\ \
| * | Refactor CalDAV\Schedule\PluginTest for depreciated phpunit methodsThomas Citharel2022-05-121-10/+15
| * | Put calendar invites into the user's first available calendarThomas Citharel2022-05-121-8/+52
| |/
* | Merge pull request #32364 from nextcloud/dav-listenersVincent Petry2022-06-106-13/+245
|\ \
| * | Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-176-13/+245
| |/
* | Merge pull request #28703 from nextcloud/enhancement/caldav-reminders-loggingChristoph Wurst2022-06-021-12/+18
|\ \
| * | Debug log what happens during reminders processingChristoph Wurst2022-06-011-12/+18
* | | Merge pull request #32471 from nextcloud/fix-wrong-dav-activitiesChristoph Wurst2022-06-011-2/+4
|\ \ \ | |/ / |/| |
| * | Make sure activities are not created when a deleted calendar object expiresThomas Citharel2022-05-181-2/+4
| |/