aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-284-90/+8
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Enable caldav push notifications by defaulthamza2212023-09-121-2/+2
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-052-145/+73
* Fix duplicate event email notificationsRichard Steinmetz2022-11-042-5/+90
* Add email validationAnna Larch2022-05-181-87/+33
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-023-36/+3
* Fix default language detection for calendar notificationsChristoph Wurst2021-10-131-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-8/+4
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* [CalDAV] Validate notified emailsThomas Citharel2021-01-251-64/+107
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Use png icons in caldav reminder emailsRichard Steinmetz2020-11-071-4/+4
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Use the new method everywhereJoas Schilling2020-07-031-68/+45
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-3/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-38/+38
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-3/+4
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-4/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-4/+0
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-8/+8
|/
* Hash event UID to make sure it's not too long for PushProviderThomas Citharel2020-02-011-1/+1
* Update license headersChristoph Wurst2019-12-054-30/+47
* Mode to modern phpunitRoeland Jago Douma2019-11-273-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-273-3/+3
* Some php-cs fixesRoeland Jago Douma2019-11-224-7/+11
* Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-021-0/+32
* Final fixesGeorg Ehrke2019-08-154-238/+727
* Support event reminders (email and notifications)Thomas Citharel2019-08-152-0/+365