summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Reminder
Commit message (Expand)AuthorAgeFilesLines
* 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