aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Reminder/NotificationProvider
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-213-36/+16
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-7/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-275-111/+10
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-26/+26
* Enable caldav push notifications by defaulthamza2212023-09-121-1/+1
* Handle reminders where calendar name is nullThomas Citharel2023-01-183-8/+13
* 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-043-2/+20
* Add email validationAnna Larch2022-05-181-2/+9
* Fix more psalm issuesCarl Schwan2022-05-162-74/+19
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-023-30/+8
* Fix default language detection for calendar notificationsChristoph Wurst2021-10-131-1/+1
* Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-232-4/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-12/+5
* 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-053-4/+4
* Remove phan config - was replaced by PsalmMorris Jobke2020-09-162-8/+0
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* Use the new method everywhereJoas Schilling2020-07-032-11/+2
* Fix empty event UUID reminder notificationsThomas Citharel2020-06-041-2/+4
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-7/+6
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-3/+3
* Hash event UID to make sure it's not too long for PushProviderThomas Citharel2020-02-011-1/+4
* Update license headersChristoph Wurst2019-12-055-14/+29
* Some php-cs fixesRoeland Jago Douma2019-11-225-6/+11
* Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-021-0/+4
* Final fixesGeorg Ehrke2019-08-153-78/+52
* Add repair step to register reminder index for existing eventsGeorg Ehrke2019-08-151-4/+5
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-155-97/+700
* Provide a fake AudioProvider that is basically the same as PushProvider, bett...Georg Ehrke2019-08-151-0/+36
* smaller syntax changes to CalDAV reminder classesGeorg Ehrke2019-08-152-15/+10
* Support event reminders (email and notifications)Thomas Citharel2019-08-153-0/+297