aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Reminder
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add repair step to register reminder index for existing eventsGeorg Ehrke2019-08-151-4/+5
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-1512-481/+1772
* Provide a fake AudioProvider that is basically the same as PushProvider, bett...Georg Ehrke2019-08-151-0/+36
* Implement getID and getName in Reminder/Notifier as required since Nextcloud 17Georg Ehrke2019-08-151-0/+20
* smaller syntax changes to CalDAV reminder classesGeorg Ehrke2019-08-157-56/+38
* Support event reminders (email and notifications)Thomas Citharel2019-08-159-0/+1070