1
0
Commit Graph

10343 Commits

Author SHA1 Message Date
ami
3fc33dd3db Update translations 2025-01-24 17:01:56 -05:00
ami
247a411262 Update translations 2025-01-24 17:01:21 -05:00
ami
1f06d252a4 Update spanish translation 2025-01-24 16:22:14 -05:00
c934124b88 fix: release bucket name
(cherry picked from commit af11a6527f3813f1049f6bed2640f6e7eade50f7)
2024-12-22 21:24:18 +01:00
b7bba814e3 chore: release preperations 2024-12-22 20:02:08 +01:00
8c285968af chore: do not generate config yaml 2024-12-22 20:00:44 +01:00
b91a5d9adf chore: sign drone config 2024-12-22 19:54:02 +01:00
17b281072f chore: release preparation 2024-12-22 19:52:12 +01:00
d47555e3c2 fix(export): update only current user export file id 2024-12-22 19:49:39 +01:00
3f98f47256 feat: use hetzner object storage for releases
(cherry picked from commit 0472acac980d31c37863d34a8eed988ee1dc6523)
2024-11-21 16:58:44 +01:00
00a4d63344 chore: 0.24.5 release preperation 2024-11-21 16:20:40 +01:00
82f37df16d fix(ci): do not build linux 368 docker images
Related to 6fe22aba395fa3ee7dde241014addf3d51c062d2

(cherry picked from commit da0e110ee4d5eead33ff5bad55708608a1a228cf)
2024-11-21 16:20:18 +01:00
dfd3e276ab chore: go mod tidy 2024-11-21 16:05:36 +01:00
3a0a3b49af chore: sign drone config 2024-11-21 16:05:36 +01:00
6d7f81fa7e fix!: disable 368 releases
We can either support arm64 or 368 release binaries - because the arm64 binaries are probably wider used today, we'll prioritize that. It is still possible to compile Vikunja from source on a 368 system, but would take quite a bit of effort in providing pre-built binaries.
Please reach out if you need assistance for 368 binaries.

See https://github.com/techknowlogick/xgo/issues/256#issuecomment-2462135108

(cherry picked from commit 6fe22aba395fa3ee7dde241014addf3d51c062d2)
2024-11-21 16:05:36 +01:00
154e3e4587 fix: upgrade xgo docker image everywhere
(cherry picked from commit d6194b8f1003e1e85708db7b0f9502a875292b80)
2024-11-21 16:05:36 +01:00
372363d254 fix: upgrade xgo
(cherry picked from commit f826fb9a91007d22082af3421cf8b2876c3bb036)
2024-11-21 16:05:36 +01:00
61e6990ab3 fix: pin xgo to 1.22.x
Hopefully resolves build issues like https://drone.kolaente.de/vikunja/vikunja/8996/3/10

(cherry picked from commit de1eac5d368b17b22cc649476e866f0ecbf94c92)
2024-11-21 16:05:36 +01:00
714298a94e fix(attachments): check permissions when accessing all attachments
(cherry picked from commit 3659b7b58d4405452f3e806e12b0e3dfb4577503)
2024-11-21 15:44:30 +01:00
a0d05211ff fix(saved filters): check permissions when accessing tasks of a filter
(cherry picked from commit bbbd936868f73a73e37d0f40313274e9e0ba30ac)
2024-11-21 15:44:30 +01:00
4d454de228 chore: 0.24.4 release preperation 2024-09-29 15:45:46 +02:00
fcb70b884c fix(test): use correct selector for modal header
(cherry picked from commit 3ce477e1d1835874aa4535019986f8bf3deb4952)
2024-09-29 15:38:45 +02:00
33c9ea802a fix(task): improve task delete modal on mobile
(cherry picked from commit 9f9b00144b8175defbddd14422cae9af4d65af54)
2024-09-29 15:38:45 +02:00
ab29ac7a5c fix(task): do not show close button when the task was not opened via modal
(cherry picked from commit 308e634c71eb11f6263cd13fdf7ec31971c22f58)
2024-09-29 15:38:44 +02:00
7a1519da43 fix(task): paginate task comments
Resolves https://github.com/go-vikunja/vikunja/issues/329

(cherry picked from commit 54994a1671e0093f71476dcff84144e0ac37d941)
2024-09-29 15:38:43 +02:00
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 ca967782e855452f59fecebdd5dc42d46c3ca674)
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 84dbc5fd8467418be6390f4fe9eee9abdc50bf45)
2024-09-29 15:38:09 +02:00
e318e604b5 chore(deps): update dev-dependencies
(cherry picked from commit 4d8c957f7553d9a411e7d8c21070499fad9ee982)
2024-09-29 15:38:07 +02:00
6ea482a10b fix(deps): update dependency vue to v3.5.10
(cherry picked from commit 654f375d39a3c34e59cb2a6d5fddc6a945253f7a)
2024-09-29 15:38:05 +02:00
a9b37db504 fix(deps): update tiptap to v2.7.4
(cherry picked from commit bdb3df8395e7920787c5850802b83febd342ccc0)
2024-09-29 15:38:03 +02:00
7f3c074958 fix(deps): update dependency dompurify to v3.1.7
(cherry picked from commit df41a961489112322f202526c28a2466451f3dd4)
2024-09-29 15:38:02 +02:00
2e4de2919f fix(deps): update dependency vue to v3.5.9
(cherry picked from commit 892b8ad89a287dfc957aa071935208603b6dc2d6)
2024-09-29 15:38:00 +02:00
addcb9c1f6 chore(deps): update dev-dependencies
(cherry picked from commit b4ac1adacb314783448235528f6c62c4f5c138d0)
2024-09-29 15:37:59 +02:00
6b3e7f0d25 fix(deps): update tiptap to v2.7.3
(cherry picked from commit 0706ca60b5cf25e576c09829383f2afe66899b3f)
2024-09-29 15:37:57 +02:00
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 15d95f16da86d57edd02dbe09fd3b55e185b75d9)
2024-09-29 15:37:56 +02:00
3e3efa85ea fix(deps): update dependency @sentry/vue to v8.32.0
(cherry picked from commit f7f1b1638b1251165904e299f3b83a9b5e0dbb30)
2024-09-29 15:37:55 +02:00
5dc94bfa64 chore(deps): update dev-dependencies
(cherry picked from commit 2ece97fc2b38682c69a1f120b6df0ad5ed7febf9)
2024-09-29 15:37:53 +02:00
04c6b6ba36 chore(deps): update dev-dependencies
(cherry picked from commit 71901a62f2bf751e1741082ccd416079fe363181)
2024-09-29 15:37:52 +02:00
85d0c8b1b9 fix(deps): update dependency tailwindcss to v3.4.13
(cherry picked from commit cda0848b2adb2490639ee6055823f81d94be48f4)
2024-09-29 15:37:51 +02:00
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 261c6e6c9e5ad8484cd4b5cee7174de1a3a4156e)
2024-09-29 15:37:49 +02:00
99bed5c616 fix(deps): update dependency @sentry/vue to v8.31.0
(cherry picked from commit c85cfcce6aaa454bbcbdf35d3f4e149e49fd7a67)
2024-09-29 15:37:48 +02:00
166d9cf860 fix(deps): update dependency @intlify/unplugin-vue-i18n to v5.2.0
(cherry picked from commit 51bdbba2860ce1c7164c60c79fee02cb32b5b91b)
2024-09-29 15:37:47 +02:00
16994c5d36 fix(deps): update dependency vue-i18n to v10.0.3
(cherry picked from commit 2d5e2f70b94da4db417281185fd1796a3393d7b3)
2024-09-29 15:37:45 +02:00
8d849b3d30 fix(deps): update dependency @intlify/unplugin-vue-i18n to v5.1.0
(cherry picked from commit 2c8ca629ded224175d22af666b96c86e60f1790f)
2024-09-29 15:37:44 +02:00
884eef5407 fix(deps): update dependency vue to v3.5.8
(cherry picked from commit a61ac5ac32228ba4e4fba50b4a9a42d1b44221cc)
2024-09-29 15:37:43 +02:00
96d8de06da chore(deps): update dev-dependencies
(cherry picked from commit 8c9d75e9a40d8f45bc356f680b413123ee6d00b1)
2024-09-29 15:37:41 +02:00
d6bab95376 fix(deps): update dependency vue-i18n to v10.0.2
(cherry picked from commit 28f208542f3c31dac86f0fce7dfec3b8ee614f9f)
2024-09-29 15:37:40 +02:00
a983142ad6 chore(deps): update dev-dependencies
(cherry picked from commit 6a2a78d014a95f72d50c9bbb7cf3c2507b46dca3)
2024-09-29 15:37:39 +02:00
98c878b201 fix(deps): update dependency vue to v3.5.7
(cherry picked from commit 2c791e6dd2846365aa3561860020c284defe8a1e)
2024-09-29 15:37:39 +02:00
b2e983fde6 chore(deps): update desktop lockfile
(cherry picked from commit 4d2021997a5eebeb2b8b51fe0ea29f859847700a)
2024-09-29 15:37:30 +02:00