aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
Commit message (Expand)AuthorAgeFilesLines
* fix: disable both iTip and iMip messagesfix/issue-48528-disable-itip-and-imip-messages-2SebastianKrupinski2024-12-101-8/+0
* feat: mail provider settingsfeat/mail-provider-settingsSebastianKrupinski2024-11-121-9/+11
* feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingSebastianKrupinski2024-11-111-2/+10
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-29/+13
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-3/+5
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-4/+4
* feat: mail provider backendSebastianKrupinski2024-07-231-25/+57
* chore: Add SPDX headerAndy Scherzinger2024-05-271-33/+5
* fix(caldav): Fixed formatting to comply with php-csSebastianKrupinski2024-05-031-6/+3
* fix(caldav): Test if user object is not null and trim senderNameSebastianKrupinski2024-05-011-3/+6
* fix(caldav): Use userSession instead of userIdSebastianKrupinski2024-04-301-17/+13
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-10/+10
* fix(scheduling): don't send iMIP emails to rooms / resourcesAnna Larch2023-11-061-10/+14
* Merge pull request #36118 from nextcloud/fix/caldav/invitation-outlook-compat...Anna2023-05-101-6/+4
|\
| * Fix calendar emails to be outlook compatibleAnna Larch2023-02-211-6/+4
* | fix(dav): Parse sender PARTSTAT in REPLYsAnna Larch2023-04-131-1/+3
* | Merge pull request #36661 from onny/event-update-mail-subjectSimon L2023-03-161-1/+2
|\ \
| * | Invitation mail: Change subject if event got updatedJonas Heinrich2023-02-201-2/+2
| |/
* | fix(caldav): harden null handling of iMip scheduling methodRichard Steinmetz2023-03-021-5/+16
* | fix(caldav): convert iMip recipient name to a stringRichard Steinmetz2023-02-281-1/+1
|/
* Use recurrence instance to build iMip emailAnna Larch2023-02-021-499/+112
* Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+6
* Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-291-21/+15
* Switch to DisplayNameCache for CardDAVAnna Larch2022-11-031-1/+1
* Switch to DisplayNameCache for CalDAVAnna Larch2022-11-031-7/+2
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-17/+5
* Fix default langauge detection for calendar invite emailsChristoph Wurst2021-10-131-1/+1
* Send Invitation to Attendees with ROLE=REQ-PARTICIPANTAnna Larch2021-09-031-3/+11
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
* Add indications for the translatorsThomas Citharel2021-06-251-0/+3
* Subjects for Invitation, Invitation cancellation and Invitation replies are n...Paweł Lechowicz2021-06-251-3/+3
* Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-231-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+3
* change calendar invite emails to use pngs instead of svgsNick Sweeting2021-03-261-7/+7
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Check substr resultsRoeland Jago Douma2021-02-151-2/+5
* Do not send imip email to invalid recipientsChristoph Wurst2021-02-111-0/+5
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-15/+17
* Make icon set for CalDav event presentation, use in iMIP email.brad20142020-08-201-7/+7
* iMIP email improvements (take 2)brad20142020-08-201-51/+127
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Add default titles for titleless events in invitationsThomas Citharel2020-04-031-1/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Fix display of DTEND for multi-day all-day eventGeorg Ehrke2020-01-301-0/+4