kolaente
d22bc79d3c
chore(tasks): add more details to error message
...
Trying to debug https://vikunja.sentry.io/share/issue/ef81451b0c7b43f1bff2d3a86ba393bb/
2024-09-29 21:44:28 +02:00
kolaente
3855e179a9
fix(filters): clarify usage of reminders in filters
2024-09-29 21:11:08 +02:00
kolaente
1fe5e9cc55
chore(tasks): add more details to error message
...
Trying to debug https://vikunja.sentry.io/share/issue/ef81451b0c7b43f1bff2d3a86ba393bb/
2024-09-29 21:05:55 +02:00
kolaente
5478acfc09
fix(files): configure the files path in files init instead of globally
...
This fixes a regression introduced in daa7ad053c where the root path would be included twice in the file path, leading to retrieval issues.
2024-09-29 19:04:25 +02:00
kolaente
287d4f7de2
fix(filters): make sure year is always at least 1
...
Resolves https://vikunja.sentry.io/share/issue/ef81451b0c7b43f1bff2d3a86ba393bb/
Resolves https://github.com/go-vikunja/app/issues/94#issuecomment-2351818484
2024-09-29 18:56:46 +02:00
kolaente
14a3156465
fix(mage): actually pass the cli parameter to the function
2024-09-29 18:22:21 +02:00
kolaente
daa7ad053c
feat: auto tls
...
This commit introduces the automatic retrieval of TLS certificates from Let's Encrypt. If the feature is enabled, Vikunja will automagically request a certificate from Let's Encrypt and configure it to server content via TLS.
2024-09-29 18:20:30 +02:00
kolaente
6a94c39ea8
fix(desktop): use pnpm in ci
2024-09-29 16:07:58 +02:00
kolaente
ca048d07f9
chore: 0.24.4 release preperation
2024-09-29 15:46:37 +02:00
kolaente
3ce477e1d1
fix(test): use correct selector for modal header
2024-09-29 14:16:43 +02:00
kolaente
9f9b00144b
fix(task): improve task delete modal on mobile
2024-09-29 13:47:35 +02:00
kolaente
308e634c71
fix(task): do not show close button when the task was not opened via modal
2024-09-29 13:36:30 +02:00
kolaente
54994a1671
fix(task): paginate task comments
...
Resolves https://github.com/go-vikunja/vikunja/issues/329
2024-09-29 13:28:29 +02:00
kolaente
ca967782e8
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
2024-09-29 11:39:44 +02:00
jd
84dbc5fd84
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>
2024-09-28 09:06:32 +00:00
renovate
4d8c957f75
chore(deps): update dev-dependencies
2024-09-28 03:15:11 +00:00
renovate
654f375d39
fix(deps): update dependency vue to v3.5.10
2024-09-27 16:16:35 +00:00
renovate
bdb3df8395
fix(deps): update tiptap to v2.7.4
2024-09-26 13:15:53 +00:00
renovate
df41a96148
fix(deps): update dependency dompurify to v3.1.7
2024-09-26 12:43:48 +00:00
renovate
892b8ad89a
fix(deps): update dependency vue to v3.5.9
2024-09-26 12:15:21 +00:00
renovate
b4ac1adacb
chore(deps): update dev-dependencies
2024-09-26 04:15:38 +00:00
renovate
0706ca60b5
fix(deps): update tiptap to v2.7.3
2024-09-25 16:15:32 +00:00
kolaente
15d95f16da
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
2024-09-25 14:38:17 +02:00
renovate
f7f1b1638b
fix(deps): update dependency @sentry/vue to v8.32.0
2024-09-25 12:03:31 +00:00
renovate
2ece97fc2b
chore(deps): update dev-dependencies
2024-09-25 05:15:48 +00:00
renovate
71901a62f2
chore(deps): update dev-dependencies
2024-09-24 00:15:47 +00:00
renovate
cda0848b2a
fix(deps): update dependency tailwindcss to v3.4.13
2024-09-23 15:15:27 +00:00
kolaente
261c6e6c9e
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
2024-09-23 14:41:00 +02:00
kolaente
204dccf08b
feat: add utm tag to powered by link
2024-09-23 12:07:06 +02:00
renovate
c85cfcce6a
fix(deps): update dependency @sentry/vue to v8.31.0
2024-09-23 08:49:46 +00:00
kolaente
c35c70e71f
feat: do not load notifications while in the background
2024-09-23 10:31:09 +02:00
kolaente
dea123dbea
docs: format config json
2024-09-22 17:18:17 +02:00
kolaente
5643027454
docs: intro for migrators
2024-09-22 17:18:01 +02:00
kolaente
b9cdc9fbe5
docs: clarify migrators
2024-09-22 17:10:36 +02:00
kolaente
003db05b66
docs: clarify enabled providers
2024-09-22 16:32:48 +02:00
kolaente
c5a97ef0a3
docs: correctly document providers in config
2024-09-22 15:58:21 +02:00
kolaente
8776465fa2
fix: generate config in ci
2024-09-22 15:35:03 +02:00
renovate
51bdbba286
fix(deps): update dependency @intlify/unplugin-vue-i18n to v5.2.0
2024-09-22 12:37:53 +00:00
kolaente
3c70bd630d
feat: generate yml config from json
...
This change introduces a more abstract way of managing the config, allowing us to generate it into yaml and markdoc for the website.
It also changes the distributed config to be all commented out so that people using it only comment in the values they need.
2024-09-22 14:37:31 +02:00
renovate
2d5e2f70b9
fix(deps): update dependency vue-i18n to v10.0.3
2024-09-22 11:15:26 +00:00
renovate
2c8ca629de
fix(deps): update dependency @intlify/unplugin-vue-i18n to v5.1.0
2024-09-22 10:15:42 +00:00
renovate
a61ac5ac32
fix(deps): update dependency vue to v3.5.8
2024-09-22 07:15:39 +00:00
renovate
8c9d75e9a4
chore(deps): update dev-dependencies
2024-09-22 02:15:43 +00:00
renovate
28f208542f
fix(deps): update dependency vue-i18n to v10.0.2
2024-09-21 18:15:59 +00:00
renovate
6a2a78d014
chore(deps): update dev-dependencies
2024-09-21 05:16:14 +00:00
renovate
2c791e6dd2
fix(deps): update dependency vue to v3.5.7
2024-09-20 16:15:48 +00:00
kolaente
4d2021997a
chore(deps): update desktop lockfile
2024-09-20 17:42:37 +02:00
kolaente
732902919b
chore: 0.24.3 release preperation
2024-09-20 14:48:51 +02:00
renovate
31ae716ab2
chore(deps): update pnpm to v9.11.0
2024-09-20 11:15:25 +00:00
kolaente
207b88a286
fix(typesense): use typesense bulk insert, log all errors
2024-09-20 10:20:18 +02:00