Commit Graph

3 Commits

Author SHA1 Message Date
da25b40c65
feat: add time zone setting for reminders
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
Instead of naeveily checking for all reminders due in the next minute,
we now check all reminders in all time zones in the next minutes.
This essentially means checking for reminders due in the next 14 or past
12 hours. We then check for each user who would receive a reminder from
that result if it is actually due in their time zone.

This should prevent issues where users would get the reminder in the
time zone of their server, not in their own.
2022-01-12 22:16:23 +01:00
c4a71016b8
Update copyright year
Some checks failed
continuous-integration/drone/push Build is failing
2021-02-02 20:19:13 +01:00
adf1172c39 Add tests for sending task reminders (#757)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#757
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-09 13:59:54 +00:00