summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-8/+8
* Enable caldav push notifications by defaulthamza2212023-09-121-1/+1
* Handle reminders where calendar name is nullThomas Citharel2023-01-181-3/+4
* Fix duplicate event email notificationsRichard Steinmetz2022-11-041-1/+4
* Fix more psalm issuesCarl Schwan2022-05-161-2/+0
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-10/+2
* Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-231-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Remove phan config - was replaced by PsalmMorris Jobke2020-09-161-4/+0
* Fix empty event UUID reminder notificationsThomas Citharel2020-06-041-2/+4
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Hash event UID to make sure it's not too long for PushProviderThomas Citharel2020-02-011-1/+4
* Update license headersChristoph Wurst2019-12-051-2/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+3
* Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-021-0/+4
* Final fixesGeorg Ehrke2019-08-151-5/+9
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-151-36/+72
* smaller syntax changes to CalDAV reminder classesGeorg Ehrke2019-08-151-5/+3
* Support event reminders (email and notifications)Thomas Citharel2019-08-151-0/+101