vikunja/pkg
kolaente 0b424fe95e
fix(typesense): do not crash after creating a project when tasks are not yet indexed
Before this fix, creating a project with Typesense enabled would fail with an error because the tasks it fetches as part of that process do not have the task position property in their index. We now fall back to using the db for searching in that case.

In the long run, we should use typesense joins for the task position to make this more efficient.
2024-07-11 12:07:22 +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(typesense): do not crash after creating a project when tasks are not yet indexed 2024-07-11 12:07:22 +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 [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