8ac0eb4aa4
feat: defineModel and withDefaults for PercentDoneSelect
2024-07-16 21:49:02 +00:00
1966cc3c0e
feat: type defineEmits for ApiConfig
2024-07-16 21:46:15 +00:00
20bdb01187
feat: remove props destructuring ProjectSettingsViews
2024-07-16 21:45:29 +00:00
3ff56d7987
feat: remove props destructuring for Filters
2024-07-16 21:44:24 +00:00
46aa2fff0f
feat: remove props destructuring for DeferTask
2024-07-16 21:43:36 +00:00
a10f9ca225
feat: remove props destructuring from TaskDetailView
2024-07-16 21:42:21 +00:00
0bc1832050
feat: remove PropTypes helper from FilePreview
2024-07-16 21:39:15 +00:00
78811d916a
feat: use withDefaults for Datepicker
2024-07-16 21:38:07 +00:00
f19f19bb75
feat: use withDefaults for Comments
2024-07-16 21:37:52 +00:00
f2fdbad7d4
feat: use withDefaults for UserTeam
2024-07-16 21:37:28 +00:00
4b9b9da122
feat: use withDefaults for ReminderPeriod
2024-07-16 21:35:06 +00:00
10832165c3
feat: use withDefaults for Pagination
2024-07-16 21:34:59 +00:00
d6c3b5a9a1
feat: use withDefaults for Reactions
2024-07-16 21:34:51 +00:00
2f6338484b
feat: use withDefaults for ProgressBar
2024-07-16 21:32:13 +00:00
f586e51aad
feat: use withDefaults for DateTableCell
2024-07-16 21:32:06 +00:00
fd12c8705e
feat: use withDefaults for SelectProject
2024-07-16 21:30:52 +00:00
5545b0e447
feat: add withDefaults, defineEmits and defineSlots types for Dropdown
2024-07-16 21:30:33 +00:00
043a6dd049
feat: type defineEmits for Card
2024-07-16 21:29:39 +00:00
30769fb6ea
feat: use withDefaults for Subscription
2024-07-16 21:29:33 +00:00
553a97f03d
feat: remove props destructuring for ProjectView
2024-07-16 19:27:24 +02:00
8c9623dd0e
fix(deps): update dependency @sentry/vue to v8.18.0
2024-07-16 15:12:44 +00:00
9b232a326a
fix(deps): update dependency @sentry/vue to v8.17.0
2024-07-16 08:32:45 +00:00
68b9d391b0
chore(i18n): update translations via Crowdin
2024-07-16 00:23:00 +00:00
b718aa1fbd
chore(popup): trigger close function directly
2024-07-15 19:51:14 +00:00
a114b9c8d3
fix(deps): update dependency @github/hotkey to v3.1.1 ( #2329 )
...
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2329
Co-authored-by: renovate <renovatebot@kolaente.de >
Co-committed-by: renovate <renovatebot@kolaente.de >
2024-07-15 19:50:46 +00:00
48e045b4a3
fix(vscode): i18n-ally locales path
2024-07-15 18:21:00 +02:00
8439c9cc1e
fix(migration): failed migration typo
2024-07-15 12:10:29 +02:00
4bd02a1181
chore(i18n): update translations via Crowdin
2024-07-15 00:21:19 +00:00
f2d90f31bc
fix(migration): revert to old path for migration routing
...
This change fixes a bug where the migration redirect handler changed the url which lead to the redirect with the auth code from external services to a 404 page, ultimately breaking the migration.
Resolves https://community.vikunja.io/t/geting-404-when-attempting-todoist-import/2588
2024-07-14 22:49:30 +02:00
dcf88560a7
chore(i18n): update translations via Crowdin
2024-07-14 00:23:03 +00:00
2dc541571c
fix: spelling mail
2024-07-13 11:03:43 +00:00
08c2cd6b63
chore(i18n): update translations via Crowdin
2024-07-13 00:22:53 +00:00
bb25a3397b
fix(kanban): use correct assertion in the test
2024-07-12 14:21:46 +02:00
918c2224d8
fix(kanban): move task to done bucket in all views when moved to done bucket in one view
2024-07-12 13:59:59 +02:00
323ecdaab6
fix(kanban): move repeating task back to old bucket when moved to the done bucket
2024-07-12 13:44:45 +02:00
51040cf1af
fix(kanban): dispatch task updated event when task position is updated
...
This fixes a bug where a task would not be indexed in Typesense when its position changed.
2024-07-12 13:31:27 +02:00
e5e0db1f6a
fix(kanban): dispatch task updated event when task is moved between buckets
...
This fixes a bug where a task would not be indexed in Typesense when its bucket changed.
2024-07-12 13:29:15 +02:00
62412ce29b
fix(kanban): do not move repeating task into a different bucket
2024-07-12 13:19:50 +02:00
7c42fb5d75
fix: lint
2024-07-12 11:49:03 +02:00
42c2d0884b
chore(i18n): update translations via Crowdin
2024-07-12 00:22:53 +00:00
ec0c05fd47
fix(kanban): update task done status after moving it into done bucket
...
Resolves https://kolaente.dev/vikunja/vikunja/issues/2518
2024-07-11 13:17:33 +02:00
8711f7a935
fix(typesense): do not use modified opts for db fallback search
2024-07-11 12:52:09 +02:00
7f27cee6a3
fix(tasks): do not use typesense modified options to search with database
2024-07-11 12:41:40 +02:00
5644130f01
fix(filters): do not create a default filter for list view when creating a saved filter
...
Because a default filter in a filter is highly unexpected, it can lead to these filters cancelling each other out, resulting in confusing behaviour. See https://kolaente.dev/vikunja/vikunja/issues/2547#issuecomment-65180
2024-07-11 12:29:09 +02:00
38c30d1eee
fix(filters): trim spaces when parsing filter values
...
This fixes a bug where values would not be trimmed before parsing them. That resulted in a value like " 2" being invalid, even though it's a perfectly fine number.
Because the frontend sends the filters for projects and other values with comma-separated spaces like "1, 2, 3", this essentially broke filtering by these values.
Resolves https://kolaente.dev/vikunja/vikunja/issues/2547
2024-07-11 12:20:32 +02:00
471d0fcd4a
fix(typesense): reindex tasks when their position changed
2024-07-11 12:07:48 +02:00
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
70615d6843
fix(filter): make sure filter values are properly escaped before executing them
...
Resolves https://community.vikunja.io/t/filtering-unexpected-character-relative-dates/2544
Resolves https://github.com/go-vikunja/vikunja/issues/286
2024-07-11 11:27:19 +02:00
2982acc0ec
fix(tasks): limit to max 250 entries when using typesense
...
Resolves https://community.vikunja.io/t/typesense-250-hits-limit/2536/8
2024-07-11 10:06:39 +02:00
2c6bc7742f
fix(tasks): explicitly add task position to select statement when looking up tasks with Typesense
...
Resolves https://kolaente.dev/vikunja/vikunja/issues/2546
Resolves https://community.vikunja.io/t/version-0-24-0-internal-server-error-breaking-change/2558/5
2024-07-11 09:28:22 +02:00