aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix: disable both iTip and iMip messagesfix/issue-48528-disable-itip-and-imip-messages-2SebastianKrupinski2024-12-101-19/+0
* feat: mail provider settingsfeat/mail-provider-settingsSebastianKrupinski2024-11-121-10/+117
* feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingSebastianKrupinski2024-11-111-0/+19
* Merge pull request #48049 from nextcloud/refactor/void-testsAnna2024-09-161-1/+1
|\
| * refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-1/+1
* | test(dav): imip service test expects integers for last occurencefix/imip-test-expects-integerAnna Larch2024-09-151-14/+14
|/
* feat: mail provider backendSebastianKrupinski2024-07-231-5/+131
* fix(caldav): when message is a reply compare the message sender not the recip...SebastianKrupinski2024-06-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-281-26/+3
* fix(caldav): Fixed phpUnit to use userSession instead of userId and userManagerSebastianKrupinski2024-05-021-17/+67
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+1
* fix(scheduling): don't send iMIP emails to rooms / resourcesAnna Larch2023-11-061-2/+161
* Invitation mail: Change subject if event got updatedJonas Heinrich2023-02-201-5/+5
* Use recurrence instance to build iMip emailAnna Larch2023-02-021-204/+445
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-201-8/+8
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-051-23/+24
* Switch to DisplayNameCache for CalDAVAnna Larch2022-11-031-5/+2
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Do not send imip email to invalid recipientsChristoph Wurst2021-02-111-0/+14
* Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-5/+7
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-21/+19
* Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Fix multiline commentsChristoph Wurst2020-04-081-2/+2
* Add default titles for titleless events in invitationsThomas Citharel2020-04-031-5/+49
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-7/+7
|/
* Update license headersChristoph Wurst2019-12-051-1/+3
* Set common-name to user's displayname if none is setGeorg Ehrke2019-11-291-5/+39
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Move dav.invitation_link_recipients from getSystemValue to getAppValuebrad20142019-07-311-15/+15
* IMipPlugin: DRY up - move common test set-up into setUp functionBrad Rubenstein2019-02-281-311/+117
* IMipPlugin: Added unit test for dav.invitation_link_recipients supportBrad Rubenstein2019-02-281-0/+132
* Also shorten the name of the invitation tokensJoas Schilling2018-07-121-3/+3
* Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-291-3/+83
* show name of organizer in from name of invitation emailGeorg Ehrke2017-11-141-3/+16
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-1/+2
* fancify invitation emailsGeorg Ehrke2017-11-031-17/+79
* Use ::class in test mocksMorris Jobke2017-10-241-6/+6
* Sabre/VObject returns DateTimeImmutable, not a simple DateTimeGeorg Ehrke2017-09-051-5/+9
* don't send invitation emails for past eventsGeorg Ehrke2017-09-051-2/+60
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-0/+1
* Update DAV unit tests to PSR-4Joas Schilling2016-05-251-0/+91