summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV/Reminder
Commit message (Expand)AuthorAgeFilesLines
* fix(caldav): Ignore invalid events for reminder generationChristoph Wurst2023-07-101-0/+42
* fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-091-12/+186
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-202-2/+2
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-053-229/+105
* Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-2/+3
* Fix duplicate event email notificationsRichard Steinmetz2022-11-043-5/+94
* Debug log what happens during reminders processingChristoph Wurst2022-06-011-12/+18
* Add email validationAnna Larch2022-05-181-87/+33
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-023-36/+3
* Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann2022-03-211-1/+7
* Fix default language detection for calendar notificationsChristoph Wurst2021-10-131-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-16/+8
* Clean up reminder actions and call methods directlyChristoph Wurst2021-05-071-12/+6
* 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
* Dismiss reminder notifications from passed eventsThomas Citharel2021-01-141-7/+76
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Fix notifier testRoeland Jago Douma2020-12-071-2/+5
* Use png icons in caldav reminder emailsRichard Steinmetz2020-11-071-4/+4
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-3/+3
* 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-294-0/+4
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-9/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-094-14/+14
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-54/+54
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-317-7/+8
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-274-9/+0
|\
| * Remove unused importsChristoph Wurst2020-03-254-9/+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-058-61/+95
* Mode to modern phpunitRoeland Jago Douma2019-11-277-20/+23
* Make phpunit8 compatibleRoeland Jago Douma2019-11-277-8/+8
* Some php-cs fixesRoeland Jago Douma2019-11-227-10/+17
* Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-021-0/+32
* fix foreach error for reminder generatorGeorg Ehrke2019-08-181-0/+32
* Final fixesGeorg Ehrke2019-08-158-737/+1532
* Support event reminders (email and notifications)Thomas Citharel2019-08-157-0/+1325