vikunja/pkg
kolaente 1b9c4204a8
fix(reminders): make sure reminders are only sent once per user
Previously, when a user was creator and assigned to a task, they would get two reminder notifications for the same task. This was caused by Vikunja first fetching all creators and then all assignees and not removing duplicates from that list.

Related: https://community.vikunja.io/t/duplicate-email-reminders/1505/3
2023-08-24 10:47:17 +02:00
..
caldav fix(CalDAV): naming 2023-04-11 11:21:40 +00:00
cmd feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
config chore: remove cache options 2023-06-08 17:05:36 +02:00
cron Update copyright year 2021-02-02 20:19:13 +01:00
db fix(user): allow deleting a user if they have a default project 2023-08-23 16:10:51 +02:00
events Task mentions (#926) 2021-07-29 15:42:49 +00:00
files chore: remove cache options 2023-06-08 17:05:36 +02:00
initialize chore: remove cache options 2023-06-08 17:05:36 +02:00
integrations fix(projects): return subprojects which were shared from another user 2023-07-03 11:45:29 +02:00
log fix: add missing license header 2023-03-25 12:28:56 +00:00
mail feat: add logging options to mailer settings 2023-03-25 12:28:56 +00:00
metrics feat(projects): cleanup namespace leftovers 2023-05-24 15:51:54 +02:00
migration feat: allow saving frontend settings via api 2023-06-11 17:49:14 +02:00
models fix(reminders): make sure reminders are only sent once per user 2023-08-24 10:47:17 +02:00
modules chore: remove cache options 2023-06-08 17:05:36 +02:00
notifications chore: remove cache options 2023-06-08 17:05:36 +02:00
red fix(deps): update module github.com/go-redis/redis/v8 to v9 (#1377) 2023-01-31 16:45:58 +00:00
routes chore(docs): move login and register routes to auth category in api docs 2023-07-03 18:10:01 +02:00
user fix(user): allow deleting a user if they have a default project 2023-08-23 16:10:51 +02:00
utils chore: fix comment url 2023-04-11 11:40:06 +02:00
version fix: make sure Vikunja is buildable without swagger docs present 2023-04-06 12:11:31 +02:00