renovate[bot]
ddc78cd1d0
fix(deps): update dependency vue-router to v4.6.3 ( #1671 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 16:10:45 +02:00
renovate[bot]
64ad07d698
chore(deps): update paradedb/paradedb:latest-pg17 docker digest to 4f5d59a ( #1675 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 16:10:30 +02:00
renovate[bot]
2d728fff08
chore(deps): update dev-dependencies ( #1676 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 16:10:17 +02:00
renovate[bot]
36872d8274
fix(deps): update dependency marked to v16.4.1 ( #1677 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 16:10:03 +02:00
renovate[bot]
a5e2fbbe69
chore(deps): update dev-dependencies ( #1662 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 21:23:00 +00:00
renovate[bot]
71287778d3
chore(deps): update dependency happy-dom to v20.0.2 [security] ( #1668 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 21:05:20 +00:00
renovate[bot]
187722b636
chore(deps): update paradedb/paradedb:latest-pg17 docker digest to 11e1827 ( #1661 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 23:03:45 +02:00
renovate[bot]
cf0b05324e
fix(deps): update dependency vue-router to v4.6.2 ( #1665 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 23:03:32 +02:00
renovate[bot]
79d07c833b
fix(deps): update dependency @sentry/vue to v10.20.0 ( #1666 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 23:03:22 +02:00
renovate[bot]
113025a12d
fix(deps): update module github.com/getsentry/sentry-go/echo to v0.36.0 ( #1659 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 19:18:11 +00:00
renovate[bot]
1094edab80
fix(deps): update dependency vue-router to v4.6.0 ( #1657 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 19:12:16 +00:00
renovate[bot]
96606bf913
fix(deps): update tiptap to v3.7.0 ( #1660 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 19:04:32 +00:00
renovate[bot]
9608f4ab1b
fix(deps): update module github.com/getsentry/sentry-go to v0.36.0 ( #1658 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 21:02:50 +02:00
renovate[bot]
aa08a89c65
fix(deps): update dependency dompurify to v3.3.0 ( #1651 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 10:42:34 +00:00
renovate[bot]
9ebaea5d9b
fix(deps): update tiptap to v3.6.7 ( #1656 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 10:25:57 +00:00
renovate[bot]
aaae3ccd34
chore(deps): update dev-dependencies ( #1644 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 12:24:53 +02:00
renovate[bot]
d483f09a46
chore(deps): update dependency go to v1.25.3 ( #1653 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 12:24:42 +02:00
renovate[bot]
abcdb2c537
chore(deps): update pnpm to v10.18.3 ( #1655 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 12:24:19 +02:00
renovate[bot]
09fc61fdf1
chore(deps): update actions/setup-node action to v6 ( #1654 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 12:12:21 +02:00
kolaente
2977a11a2c
fix: show cross-project subtasks in List view ( #1649 )
2025-10-13 18:43:40 +02:00
kolaente
7689b6c181
fix(ci): unxecpected token in issue close workflow
2025-10-13 11:13:29 +02:00
kolaente
c8837aeaeb
fix(filters): support project filter in parentheses ( #1647 )
...
The filter regex pattern was not matching values inside parentheses correctly.
The lookahead pattern only allowed `&&`, `||`, or end-of-string after filter
values, but when filters are wrapped in parentheses like `( project = Filtertest )`,
the closing `)` appears after the value.
Fixed by adding `\)` to the lookahead pattern so it correctly handles closing
parentheses. This allows the project filter (and other filters) to work
properly when nested in parentheses.
- Added tests for project filters in parentheses (both frontend and backend)
- Backend tests confirm the backend already handled this correctly
- Frontend regex pattern now matches the backend behavior
Fixes #1645
2025-10-13 11:10:22 +02:00
kolaente
4383948275
fix: prevent duplicate CreateEdit submissions ( #1541 )
2025-10-11 20:24:21 +00:00
kolaente
215605db77
fix(project): correctly set last project when navigating from a saved filter ( #1642 )
2025-10-11 20:11:43 +00:00
renovate[bot]
a110d0f577
chore(deps): update softprops/action-gh-release digest to 6da8fa9 ( #1641 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-11 20:06:18 +02:00
renovate[bot]
c723b2dffb
chore(deps): update dependency happy-dom to v20 [security] ( #1640 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-11 09:26:17 +02:00
renovate[bot]
cf9e5d0829
chore(deps): update pnpm to v10.18.2 ( #1636 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 09:27:03 +02:00
renovate[bot]
d77853e940
chore(deps): update dependency @types/node to v22.18.9 ( #1635 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 09:26:44 +02:00
renovate[bot]
95dd749ba8
chore(deps): update mariadb:12 docker digest to 5b6a1ea ( #1634 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 09:26:31 +02:00
renovate[bot]
b6f61b08a7
fix(deps): update tiptap to v3.6.6 ( #1633 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 20:46:47 +02:00
kolaente
6425c6d2d8
fix(ci): don't run cypress tests in parallel when started from a fork ( #1631 )
...
Workaround for https://github.com/cypress-io/github-action/issues/1546
2025-10-09 12:02:24 +00:00
renovate[bot]
27015e0ab7
fix(deps): update dependency @sentry/vue to v10.19.0 ( #1632 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 11:58:32 +00:00
kolaente
2a43f9b076
fix(reminders): refactor and check permissions when fetching task users
2025-10-09 13:33:27 +02:00
kolaente
9358954c90
fix: cleanup team memberships, assignments and subscriptions when users lose access to a project
2025-10-09 13:33:27 +02:00
kolaente
7442fbb9c2
fix(ci): find closing PRs when they are not explicitly referenced
...
Works around a limitation in the GitHub api which makes it hard to find a PR that closed an issue directly
2025-10-09 11:14:05 +02:00
renovate[bot]
87d542b4b3
chore(deps): update node.js to dbcedd8 ( #1627 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 08:59:38 +00:00
kolaente
2dd36ad0a9
fix(sharing): make editing link share comments work
...
Resolves https://github.com/go-vikunja/vikunja/issues/1510
2025-10-09 10:53:18 +02:00
kolaente
7da2942ca6
fix: correctly set database path on windows ( #1616 )
2025-10-09 08:38:01 +00:00
renovate[bot]
4220e8219e
chore(deps): update dev-dependencies ( #1625 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 08:34:06 +00:00
kolaente
0c602d10b8
fix: preserve link share hash on task back navigation ( #1623 )
2025-10-09 10:07:37 +02:00
renovate[bot]
18d41f6b76
chore(deps): update docker/dockerfile:1 docker digest to b6afd42 ( #1624 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 09:47:09 +02:00
renovate[bot]
88b5ce8382
chore(deps): update node.js to 605dc0b ( #1626 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 09:35:32 +02:00
kolaente
dd245cf35e
fix: restore quick add magic modal close button on mobile ( #1622 )
...
* fix(frontend): add close control to quick add magic modal
2025-10-08 21:49:43 +00:00
kolaente
db6b82a002
fix: task.comment.deleted triggers panic in event listener which sends webhook ( #1621 )
...
Co-authored-by: Gabriel <fossecruor@gmail.com>
2025-10-08 21:46:57 +00:00
renovate[bot]
164eed0cd9
fix(deps): update module golang.org/x/image to v0.32.0 ( #1619 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 21:19:56 +00:00
renovate[bot]
45419e0bf6
fix(deps): update module golang.org/x/crypto to v0.43.0 ( #1618 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 21:04:32 +00:00
renovate[bot]
7f78a44e1c
chore(deps): update useblacksmith/setup-docker-builder digest to 78f4168 ( #1617 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 22:43:27 +02:00
kolaente
28f9e5b83b
fix: style lint
2025-10-08 18:51:44 +02:00
kolaente
1f1e0b227d
fix(date parsing): 12pm/12am edge case
...
Fixes a regression introduced in
c2e224dbb1
2025-10-08 18:35:11 +02:00
kolaente
c63b3550d5
fix(rtl): correct spacing for user avatar menu
...
Resolves https://github.com/go-vikunja/vikunja/issues/1544
2025-10-08 18:28:54 +02:00