summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Handle reminders where calendar name is nullThomas Citharel2023-01-181-3/+3
* Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-041-0/+2
|\
| * update usages of AutoSubmittedValue to AutoSubmitted::VALUE_Bennet Becker2023-01-031-2/+2
| * Setting Auto-Submitted header for calendar events and new user mailBennet Becker2022-12-231-0/+2
* | Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-291-6/+5
|/
* Fix duplicate event email notificationsRichard Steinmetz2022-11-041-1/+13
* Add email validationAnna Larch2022-05-181-2/+9
* Fix more psalm issuesCarl Schwan2022-05-161-72/+19
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-10/+3
* Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-231-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Check substr resultsRoeland Jago Douma2021-02-151-1/+1
* [CalDAV] Validate notified emailsThomas Citharel2021-01-251-0/+9
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Use png icons in caldav reminder emailsRichard Steinmetz2020-11-071-4/+4
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Remove phan config - was replaced by PsalmMorris Jobke2020-09-161-4/+0
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Use the new method everywhereJoas Schilling2020-07-031-10/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+4
* Final fixesGeorg Ehrke2019-08-151-52/+25
* Add repair step to register reminder index for existing eventsGeorg Ehrke2019-08-151-4/+5
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-151-60/+435
* smaller syntax changes to CalDAV reminder classesGeorg Ehrke2019-08-151-10/+7
* Support event reminders (email and notifications)Thomas Citharel2019-08-151-0/+157