vikunja/pkg
kolaente 359b07dabb
All checks were successful
continuous-integration/drone/push Build is passing
fix(views): move bucket update to extra endpoint
BREAKING CHANGE: The bucket id of the task model is now only used internally and will not trigger a change in buckets when updating the task.

This resolves a problem where the task update routine needs to know the view context it is in. Because that's not really what it should be used for, the extra endpoint takes all required parameters and handles the complexity of actually updating the bucket.
This fixes a bug where it was impossible to move a task around between buckets of a saved filter view. In that case, the view of the bucket and the project the task was in would be different, hence the update failed.
2024-07-02 16:34:53 +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 chore(mail): update logger to new interface 2024-06-18 12:42:43 +00:00
metrics fix(metrics): typo 2024-02-12 14:23:16 +01:00
migration fix(db migration): do not try to create a unique index 2024-06-04 08:45:39 +02:00
models fix(views): move bucket update to extra endpoint 2024-07-02 16:34:53 +02:00
modules fix(views): move bucket update to extra endpoint 2024-07-02 16:34:53 +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 fix(views): move bucket update to extra endpoint 2024-07-02 16:34:53 +02: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