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
02a7958865
chore(i18n): update translations via Crowdin
2024-07-11 00:22:47 +00:00
af639a180c
fix: wrapped button
...
This somehow weirdly fixes the test. I have no clue why. Regardless it should be better than before, because a button (DropdownItem) should never contain another interactive element (the setBucketLimit input and save button).
The test failed because I replaced a v-if with v-show. I do not know _why_ this made the test fail. When I reproduced the test step by step it worked for me…
2024-07-10 09:19:55 +00:00
faa797f461
feat: improve main nav spacing and open speed
2024-07-10 09:19:55 +00:00
e2eb711ac9
chore(i18n): update translations via Crowdin
2024-07-10 00:22:50 +00:00
7dcb5fec9a
chore(deps): update dev-dependencies
2024-07-09 11:27:08 +00:00
f507a46324
chore(i18n): update translations via Crowdin
2024-07-09 00:22:12 +00:00
a863b5d375
fix(deps): update dependency dompurify to v3.1.6
2024-07-08 15:11:51 +00:00
0a81855bc1
fix: muliselect optional props
...
also adds name and id props
2024-07-08 14:04:03 +00:00
6064d72aa7
chore(deps): update dev-dependencies
2024-07-08 13:55:26 +00:00
35dea13b22
chore(i18n): update translations via Crowdin
2024-07-08 00:21:34 +00:00
7ef6ddf8f7
fix: gitignore dist path
2024-07-07 15:02:49 +00:00
c37fe49890
feat: improve BaseButtonEmits type
2024-07-07 15:02:41 +00:00
413d1f9ad7
feat: withDefaults for Multiselect
2024-07-07 15:02:30 +00:00
3317280062
fix: dropdown item disabled prop
2024-07-07 15:01:11 +00:00
136ef58820
fix: reorder mail options ( #2533 )
...
This PR fixes a bug where setting the SMTP port didn't have any effect, since it is overridden when `NewClient()` executes the `WithTLSPortPolicy()` option.
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2533
Resolves https://kolaente.dev/vikunja/vikunja/issues/2534
Co-authored-by: Balázs Keresztury <b@belidzs.hu >
Co-committed-by: Balázs Keresztury <b@belidzs.hu >
2024-07-07 15:00:19 +00:00
1eb1aa2575
feat: remove unnecessary prop from Card
2024-07-07 14:58:58 +00:00
43e38fae17
feat: rename TheNavigation to AppHeader
2024-07-07 14:57:23 +00:00
af54ee6c5c
chore(i18n): update translations via Crowdin
2024-07-07 00:22:51 +00:00
161fd1f1b6
chore(i18n): update translations via Crowdin
2024-07-06 00:23:06 +00:00
479b786761
feat: use withDefaults for ProjectCardGrid
2024-07-05 15:50:10 +00:00
daeefeb487
feat: define prop and emit types DatepickerWithRange
2024-07-05 15:35:06 +00:00
a56331d39d
feat: use withDefaults in ReminderDetail
2024-07-05 15:34:12 +00:00
42c458a736
feat: simplify playPopSound setting check
2024-07-05 14:24:53 +02:00
5cf57a520c
feat: use withDefaults for Heading
2024-07-05 12:02:39 +00:00
b500981434
feat: use withDefaults for SelectUser
2024-07-05 12:01:53 +00:00
b0c41ca436
fix(deps): update dependency @sentry/vue to v8.15.0
2024-07-05 10:15:52 +00:00
df1f805294
feat: remove eslint rule vue/no-required-prop-with-default
...
This rule is not part of the recommended rule set. I added it before, because I thought it might make sense.
2024-07-05 11:49:29 +02:00
e640149a23
chore: go mod tidy
2024-07-05 10:40:56 +02:00
5e36bf797e
fix: add info log message when starting to run migrations
2024-07-05 10:26:26 +02:00
038e4ba386
chore(deps): update dependency vue-tsc to v2.0.26
2024-07-05 06:49:44 +00:00
0231d79b5a
chore(i18n): update translations via Crowdin
2024-07-05 00:21:53 +00:00
fe0e22a5cd
fix(deps): update dependency @sentry/vue to v8.14.0
2024-07-04 10:11:29 +00:00
20efacfa59
feat: improve settings label casing
2024-07-04 09:17:58 +00:00
5e84a237fb
fix(translation): TOTP casing
2024-07-04 09:10:01 +00:00