kolaente
4d454de228
chore: 0.24.4 release preperation
2024-09-29 15:45:46 +02:00
kolaente
fcb70b884c
fix(test): use correct selector for modal header
...
(cherry picked from commit 3ce477e1d1 )
2024-09-29 15:38:45 +02:00
kolaente
33c9ea802a
fix(task): improve task delete modal on mobile
...
(cherry picked from commit 9f9b00144b )
2024-09-29 15:38:45 +02:00
kolaente
ab29ac7a5c
fix(task): do not show close button when the task was not opened via modal
...
(cherry picked from commit 308e634c71 )
2024-09-29 15:38:44 +02:00
kolaente
7a1519da43
fix(task): paginate task comments
...
Resolves https://github.com/go-vikunja/vikunja/issues/329
(cherry picked from commit 54994a1671 )
2024-09-29 15:38:43 +02:00
kolaente
7a839925ea
fix(filters): explicitly search in json when using postgres
...
Resolves https://github.com/go-vikunja/vikunja/issues/330
Resolves https://community.vikunja.io/t/add-task-to-filter-view-cron-error-fetching-filters-pq-operator-does-not-exist-json-unknown/2831
(cherry picked from commit ca967782e8 )
2024-09-29 15:38:10 +02:00
jd
60fa211334
fix: partial fix to allow list tasks in ios reminders app ( #2717 )
...
This PR introduces a partial fix for the CalDAV task listing bug (#753 ) when handling PROPFIND requests with `Depth: 1`, improving task visibility in the iOS Reminders app.
Notes:
* This might make Thunderbird somewhat usable when interacting with tasks using the `/dav/projects/{id} url`.
* This does not fully resolve the issue where the Reminders app will only display the last project after some time when adding the URL.
This is my first time working with Golang and CalDAV, so I’d really appreciate any feedback or suggestions on the code structure, style, or any improvements I could make.
Co-authored-by: JD <43763092+jdw1023@users.noreply.github.com>
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2717
Reviewed-by: konrad <k@knt.li>
Co-authored-by: jd <jd@noreply.kolaente.dev>
Co-committed-by: jd <jd@noreply.kolaente.dev>
(cherry picked from commit 84dbc5fd84 )
2024-09-29 15:38:09 +02:00
renovate
e318e604b5
chore(deps): update dev-dependencies
...
(cherry picked from commit 4d8c957f75 )
2024-09-29 15:38:07 +02:00
renovate
6ea482a10b
fix(deps): update dependency vue to v3.5.10
...
(cherry picked from commit 654f375d39 )
2024-09-29 15:38:05 +02:00
renovate
a9b37db504
fix(deps): update tiptap to v2.7.4
...
(cherry picked from commit bdb3df8395 )
2024-09-29 15:38:03 +02:00
renovate
7f3c074958
fix(deps): update dependency dompurify to v3.1.7
...
(cherry picked from commit df41a96148 )
2024-09-29 15:38:02 +02:00
renovate
2e4de2919f
fix(deps): update dependency vue to v3.5.9
...
(cherry picked from commit 892b8ad89a )
2024-09-29 15:38:00 +02:00
renovate
addcb9c1f6
chore(deps): update dev-dependencies
...
(cherry picked from commit b4ac1adacb )
2024-09-29 15:37:59 +02:00
renovate
6b3e7f0d25
fix(deps): update tiptap to v2.7.3
...
(cherry picked from commit 0706ca60b5 )
2024-09-29 15:37:57 +02:00
kolaente
6dbfbc43da
fix(checkbox): use sibling css selector instead of has
...
This makes the checkbox work as intended on older browsers which do not support the :has selector.
Resolves https://kolaente.dev/vikunja/vikunja/issues/2713
(cherry picked from commit 15d95f16da )
2024-09-29 15:37:56 +02:00
renovate
3e3efa85ea
fix(deps): update dependency @sentry/vue to v8.32.0
...
(cherry picked from commit f7f1b1638b )
2024-09-29 15:37:55 +02:00
renovate
5dc94bfa64
chore(deps): update dev-dependencies
...
(cherry picked from commit 2ece97fc2b )
2024-09-29 15:37:53 +02:00
renovate
04c6b6ba36
chore(deps): update dev-dependencies
...
(cherry picked from commit 71901a62f2 )
2024-09-29 15:37:52 +02:00
renovate
85d0c8b1b9
fix(deps): update dependency tailwindcss to v3.4.13
...
(cherry picked from commit cda0848b2a )
2024-09-29 15:37:51 +02:00
kolaente
f32472eb24
fix(files): only use service rootpath for files when the files path is not absolute
...
Resolves https://community.vikunja.io/t/images-failing-to-load-500-internal-server-error/2835
(cherry picked from commit 261c6e6c9e )
2024-09-29 15:37:49 +02:00
renovate
99bed5c616
fix(deps): update dependency @sentry/vue to v8.31.0
...
(cherry picked from commit c85cfcce6a )
2024-09-29 15:37:48 +02:00
renovate
166d9cf860
fix(deps): update dependency @intlify/unplugin-vue-i18n to v5.2.0
...
(cherry picked from commit 51bdbba286 )
2024-09-29 15:37:47 +02:00
renovate
16994c5d36
fix(deps): update dependency vue-i18n to v10.0.3
...
(cherry picked from commit 2d5e2f70b9 )
2024-09-29 15:37:45 +02:00
renovate
8d849b3d30
fix(deps): update dependency @intlify/unplugin-vue-i18n to v5.1.0
...
(cherry picked from commit 2c8ca629de )
2024-09-29 15:37:44 +02:00
renovate
884eef5407
fix(deps): update dependency vue to v3.5.8
...
(cherry picked from commit a61ac5ac32 )
2024-09-29 15:37:43 +02:00
renovate
96d8de06da
chore(deps): update dev-dependencies
...
(cherry picked from commit 8c9d75e9a4 )
2024-09-29 15:37:41 +02:00
renovate
d6bab95376
fix(deps): update dependency vue-i18n to v10.0.2
...
(cherry picked from commit 28f208542f )
2024-09-29 15:37:40 +02:00
renovate
a983142ad6
chore(deps): update dev-dependencies
...
(cherry picked from commit 6a2a78d014 )
2024-09-29 15:37:39 +02:00
renovate
98c878b201
fix(deps): update dependency vue to v3.5.7
...
(cherry picked from commit 2c791e6dd2 )
2024-09-29 15:37:39 +02:00
kolaente
b2e983fde6
chore(deps): update desktop lockfile
...
(cherry picked from commit 4d2021997a )
2024-09-29 15:37:30 +02:00
kolaente
724ec5751f
fix(attachment): do not use image previews
...
Image previews were partially backported from main which caused error messages because some parts are missing.
Resolved https://community.vikunja.io/t/preview-size-is-not-defined/2843
2024-09-29 11:59:18 +02:00
kolaente
17618301bc
Revert "chore(attachments): refactor building image preview"
...
This reverts commit e70f5bcce3 .
2024-09-29 11:54:20 +02:00
kolaente
83b27d813a
chore: 0.24.3 release preperation
2024-09-20 14:46:33 +02:00
kolaente
a0ad6e7d28
fix(typesense): use typesense bulk insert, log all errors
...
(cherry picked from commit 207b88a286 )
2024-09-20 14:28:02 +02:00
kolaente
940d149e2a
fix(typesense): force position to always be float instead of auto-inferring
...
This fixes an issue where it would be impossible to update a task in Typesense when the position for a view of it was previously saved as int64. This happened because the field is created per view on demand and its type is automatically inferred from the data saved. Now, when the first value for a particular position field is a float which could as well be an int (for example, 42.0), that field gets created as an int64 instead of float. Subsequent tries to save a float into that field will then fail.
Additionally, errors about this are silently discarded when using bulk insert. That's why the problem was not really debuggable at first.
(cherry picked from commit 50a0674835 )
2024-09-20 14:28:00 +02:00
kolaente
802f661f0d
fix(typesense): index tasks one by one
...
(cherry picked from commit 8181829c9e )
2024-09-20 14:27:59 +02:00
kolaente
f9829a6338
chore(logging): simplify log template string
...
(cherry picked from commit 83aeb90376 )
2024-09-20 14:27:58 +02:00
kolaente
a87419fa07
chore(typesense): add more debug logging
...
(cherry picked from commit e4584109df )
2024-09-20 14:27:55 +02:00
renovate
b321ad5fc0
fix(deps): update dependency vuemoji-picker to v0.3.1
...
(cherry picked from commit 6d7748988a )
2024-09-20 14:27:54 +02:00
renovate
edfe41ef87
chore(deps): update dev-dependencies
...
(cherry picked from commit 363da6c80f )
2024-09-20 14:27:52 +02:00
kolaente
4cbed7c2ed
fix(typesense): use emplace instead of upsert to update documents
...
(cherry picked from commit 3f1d0f390b )
2024-09-20 14:27:50 +02:00
kolaente
25c8476883
fix(typesense): make sure task positions are recreated properly when updating them
...
Related https://community.vikunja.io/t/version-0-24-0-internal-server-error-breaking-change/2558
Related https://github.com/go-vikunja/vikunja/issues/317
(cherry picked from commit edf206aba6 )
2024-09-20 14:27:49 +02:00
kolaente
15cde08db6
fix(typesense): add new tasks to typesense properly
...
Maybe related to https://github.com/go-vikunja/vikunja/issues/317
(cherry picked from commit 9e39ef9397 )
2024-09-20 14:27:46 +02:00
kolaente
96835f6a28
fix(deps): update module github.com/typesense/typesense-go to v2
...
(cherry picked from commit c54181eeda )
2024-09-20 14:27:44 +02:00
kolaente
b1c4f0c216
fix(typesense): only fail silently when a project was not found during indexing
...
(cherry picked from commit b3bf92b7ce )
2024-09-20 14:27:42 +02:00
renovate
d2fbd468e6
fix(deps): update tiptap to v2.7.2
...
(cherry picked from commit 05dd05216d )
2024-09-20 14:27:40 +02:00
kolaente
a751178c8b
fix(views): add migration for filtered kanban buckets
...
(cherry picked from commit cd0ab54d57 )
2024-09-20 14:27:38 +02:00
kolaente
2b9b9216dc
feat(task): use focus-visible for task focus styles
...
(cherry picked from commit a7bd9dad24 )
2024-09-20 14:27:37 +02:00
kolaente
f732082708
fix(a11y): hide unfocusable buttons
...
(cherry picked from commit 10e245f6d0 )
2024-09-20 14:27:35 +02:00
kolaente
f56df8aa34
fix(task): open focused task when pressing enter
...
(cherry picked from commit 010dd1ea22 )
2024-09-20 14:27:34 +02:00