vikunja/pkg
kolaente 12474e5be6
fix(kanban): make sure tasks which changed their done status are moved around in buckets
This fixes a bug where tasks which had their done status changed were not moved in the correct bucket. This affected both frontend and api. The move of the task between buckets is now correctly done in the api and frontend - with a bit of duplicated logic between the two. This could be optimized further in the future.

Resolves https://kolaente.dev/vikunja/vikunja/issues/2610
2024-07-18 12:39:29 +02:00
..
caldav fix(caldav): check if vtodo contains any components 2024-04-25 13:40:23 +02:00
cmd feat(typesense): move partial reindex to a flag instead of a separate command 2024-06-05 10:49:37 +02:00
config feat(teams): add public flags to teams to allow easier sharing with other teams (#2179) 2024-03-10 14:04:32 +00:00
cron chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
db feat(tasks): add tests for moving a task out of the done bucket 2024-06-18 13:40:41 +02:00
events chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
files fix(dump): do not export files which do not exist in storage 2024-02-13 21:14:31 +01:00
initialize chore(auth): refactor removing empty openid teams to cron job 2024-03-11 17:20:05 +01:00
integrations fix(views): move bucket update to extra endpoint 2024-07-02 16:34:53 +02:00
log chore(mail): update logger to new interface 2024-06-18 12:42:43 +00:00
mail fix: reorder mail options (#2533) 2024-07-07 15:00:19 +00:00
metrics fix(metrics): typo 2024-02-12 14:23:16 +01:00
migration fix: add info log message when starting to run migrations 2024-07-05 10:26:26 +02:00
models fix(kanban): make sure tasks which changed their done status are moved around in buckets 2024-07-18 12:39:29 +02:00
modules fix(migration): correctly set bucket for related tasks 2024-07-17 10:05:59 +02:00
notifications fix(notifications): rendering of plaintext mails 2024-04-07 14:12:44 +02:00
red chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
routes fix(views): move bucket update to extra endpoint 2024-07-02 16:34:53 +02:00
swagger [skip ci] Updated swagger docs 2024-07-02 14:52:12 +00:00
user feat: emoji reactions for tasks and comments (#2196) 2024-03-12 19:25:58 +00:00
utils feat: assign users to teams via OIDC claims (#1393) 2024-03-02 08:47:10 +00:00
version fix(build): don't require swagger to build 2023-09-06 21:08:09 +02:00