summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Reminder/ReminderService.php
Commit message (Expand)AuthorAgeFilesLines
* fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-05-311-0/+4
* Rename setting 'sendEventRemindersToSharedGroupMembers' to 'sendEventReminder...Daniel Teichmann2023-05-041-1/+1
* 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
* Fix duplicate event email notificationsRichard Steinmetz2022-11-041-2/+15
* Debug log what happens during reminders processingChristoph Wurst2022-06-011-13/+28
* 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-151-0/+8
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Clean up reminder actions and call methods directlyChristoph Wurst2021-05-071-27/+11
* Don't throw a 500 when importing a broken ics reminder fileJoas Schilling2021-01-051-1/+6
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-4/+4
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-15/+14
* 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-311-1/+1
* 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-051-8/+12
|/
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
* fix foreach error for reminder generatorGeorg Ehrke2019-08-181-0/+8
* Final fixesGeorg Ehrke2019-08-151-19/+19
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-151-62/+638
* smaller syntax changes to CalDAV reminder classesGeorg Ehrke2019-08-151-8/+8
* Support event reminders (email and notifications)Thomas Citharel2019-08-151-0/+185