aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV/Schedule
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #50034 from nextcloud/rename-deleted-default-calendar-in-t...Richard Steinmetz6 days1-1/+1
|\
| * fix(caldav): rename default calendar to keep it in the trashbin instead of pu...rename-deleted-default-calendar-in-trashbinThomas Citharel11 days1-1/+1
* | fix: change translation logic to handle plurals betterfix/issue-49756-translationsSebastianKrupinski11 days1-49/+497
|/
* fix: disable both iTip and iMip messagesfix/issue-48528-disable-itip-and-imip-messages-2SebastianKrupinski2024-12-102-19/+39
* Merge pull request #48833 from nextcloud/fix/issue-48732-exdate-rdate-propert...Richard Steinmetz2024-11-151-7/+420
|\
| * fix: RDATE and EXDATE property instancesfix/issue-48732-exdate-rdate-property-instancesSebastianKrupinski2024-10-211-7/+420
* | 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
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* Merge pull request #48049 from nextcloud/refactor/void-testsAnna2024-09-162-4/+4
|\
| * refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-152-4/+4
* | test(dav): imip service test expects integers for last occurencefix/imip-test-expects-integerAnna Larch2024-09-151-14/+14
|/
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-12/+12
* 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-221-2/+14
* feat: Improve recurrence invitations messagesSebastianKrupinski2024-07-171-137/+1170
* fix(caldav): when message is a reply compare the message sender not the recip...SebastianKrupinski2024-06-252-1/+72
* chore: Add SPDX headerAndy Scherzinger2024-05-283-75/+8
* 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-232-22/+11
* fix(scheduling): don't send iMIP emails to rooms / resourcesAnna Larch2023-11-061-2/+161
* 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
* | fix(caldav): Correctly handle calendar recreation for invitations when the cu...Thomas Citharel2023-02-091-10/+19
|/
* Use recurrence instance to build iMip emailAnna Larch2023-02-022-204/+729
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-202-14/+14
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-051-23/+24
* [WIP] Add logging to Scheduling PluginAnna Larch2023-01-041-2/+7
* Switch to DisplayNameCache for CalDAVAnna Larch2022-11-031-5/+2
* 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
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-3/+1
* 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-292-0/+3
* Provide dav setting for user's default calendarThomas Citharel2020-04-131-2/+221
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-22/+20
* 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-052-2/+6
* Set common-name to user's displayname if none is setGeorg Ehrke2019-11-291-5/+39
* Mode to modern phpunitRoeland Jago Douma2019-11-272-2/+2