summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Reminder
Commit message (Expand)AuthorAgeFilesLines
* fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-07-101-0/+4
* Rename setting 'sendEventRemindersToSharedGroupMembers' to 'sendEventReminder...Daniel Teichmann2023-05-041-1/+1
* Merge pull request #36217 from nextcloud/handle-push-notification-with-no-cal...Simon L2023-04-174-10/+15
|\
| * Handle reminders where calendar name is nullThomas Citharel2023-01-184-10/+15
* | Remove reminder if max instances exceededAkhil2023-02-271-0/+1
* | Update apps/dav/lib/CalDAV/Reminder/ReminderService.phpAkhil Potukuchi2023-02-271-2/+1
* | Fix max instances exception for get vevent callAkhil2023-02-261-1/+8
* | fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-091-3/+50
* | fix(caldav): Fix wrong Psalm report for nullable calendar dataChristoph Wurst2023-01-261-1/+0
* | fix(dav): catch MaxInstancesExceedeException for recurring events without end...Anna Larch2023-01-181-34/+39
|/
* 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-045-4/+38
* Debug log what happens during reminders processingChristoph Wurst2022-06-011-13/+28
* Add email validationAnna Larch2022-05-181-2/+9
* Fix more psalm issuesCarl Schwan2022-05-163-78/+23
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-023-30/+8
* Handle processing reminders for calendar objects with an infinite numberThomas Citharel2022-04-271-0/+5
* Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann2022-03-211-2/+14
* Consider only reminders with calendar dataThomas Citharel2022-02-152-2/+10
* Fix default language detection for calendar notificationsChristoph Wurst2021-10-131-1/+1
* Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-233-7/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0411-25/+12
* Clean up reminder actions and call methods directlyChristoph Wurst2021-05-071-27/+11
* Check substr resultsRoeland Jago Douma2021-02-151-1/+1
* [CalDAV] Validate notified emailsThomas Citharel2021-01-251-0/+9
* Dismiss reminder notifications from passed eventsThomas Citharel2021-01-141-0/+7
* Don't throw a 500 when importing a broken ics reminder fileJoas Schilling2021-01-051-1/+6
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* Use png icons in caldav reminder emailsRichard Steinmetz2020-11-071-4/+4
* Format code to a single space around binary operatorsChristoph Wurst2020-10-055-9/+9
* 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-295-0/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-24/+21
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-318-8/+8
* Hash event UID to make sure it's not too long for PushProviderThomas Citharel2020-02-011-1/+4
* Merge pull request #18115 from nextcloud/bugfix/17951/reminderservice_resourc...Roeland Jago Douma2019-12-271-2/+10
|\
| * Properly handle resources in ReminderServiceGeorg Ehrke2019-11-261-2/+10
* | Update license headersChristoph Wurst2019-12-0511-42/+77
|/
* Some php-cs fixesRoeland Jago Douma2019-11-2210-11/+20
* Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-021-0/+4
* fix foreach error for reminder generatorGeorg Ehrke2019-08-181-0/+8
* Final fixesGeorg Ehrke2019-08-157-124/+94