api/pkg/routes/api/v1
konrad 61d49c3a56 feat: add time zone setting for reminders (#1092)
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.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#1092
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2022-01-16 11:05:56 +00:00
..
avatar.go feat: add marble avatar (#1060) 2021-12-07 21:11:23 +00:00
docs.go Update copyright year 2021-02-02 20:19:13 +01:00
info.go feat: expose if task comments are enabled or not in /info 2021-09-26 13:37:57 +02:00
link_sharing_auth.go Add link share password authentication (#831) 2021-04-11 13:17:50 +00:00
list_by_namespace.go Update copyright year 2021-02-02 20:19:13 +01:00
login.go Update module github.com/golang-jwt/jwt to v4 (#930) 2021-08-03 21:43:18 +00:00
task_attachment.go Add events (#777) 2021-02-02 22:48:37 +00:00
testing.go Fix lint 2021-07-13 12:16:12 +02:00
token_check.go Update module github.com/golang-jwt/jwt to v4 (#930) 2021-08-03 21:43:18 +00:00
user_confirm_email.go Update copyright year 2021-02-02 20:19:13 +01:00
user_deletion.go User Data Export and import (#967) 2021-09-04 19:26:31 +00:00
user_export.go feat: don't require a password for data export from users authenticated with third-party auth 2021-10-31 12:37:08 +01:00
user_list.go Enable searching users by full email or name 2021-04-07 18:28:58 +02:00
user_password_reset.go Update copyright year 2021-02-02 20:19:13 +01:00
user_register.go Update copyright year 2021-02-02 20:19:13 +01:00
user_settings.go feat: add time zone setting for reminders (#1092) 2022-01-16 11:05:56 +00:00
user_show.go feat: add time zone setting for reminders (#1092) 2022-01-16 11:05:56 +00:00
user_totp.go Update copyright year 2021-02-02 20:19:13 +01:00
user_update_email.go Update copyright year 2021-02-02 20:19:13 +01:00
user_update_password.go Update copyright year 2021-02-02 20:19:13 +01:00