summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Reminder/ReminderService.php
Commit message (Expand)AuthorAgeFilesLines
* Don't throw a 500 when importing a broken ics reminder fileJoas Schilling2021-01-051-1/+6
* 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