Commit Graph

12185 Commits

Author SHA1 Message Date
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
kolaente 5568d751bf
fix(rtl): make sure modals are centered
Resolves https://github.com/go-vikunja/vikunja/issues/1544
2025-10-08 18:28:54 +02:00
kolaente d3319544e3
fix(rtl): put the menu to the correct side on rtl languages
Resolves https://github.com/go-vikunja/vikunja/issues/1544
2025-10-08 18:28:54 +02:00
kolaente c2e224dbb1
fix: correct case-sensitivity in duedate time parsing (#1613)
Co-authored-by: mechanarchy <1166756+mechanarchy@users.noreply.github.com>
2025-10-08 16:24:54 +00:00
renovate[bot] 22baaf2bbb
fix(deps): update module golang.org/x/sys to v0.37.0 (#1612)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 14:11:09 +00:00
renovate[bot] 4632780f4c
fix(deps): update module golang.org/x/oauth2 to v0.32.0 (#1611)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 14:10:21 +00:00
renovate[bot] d001c7f9d9
chore(deps): update cypress/browsers:latest docker digest to 1f1adf3 (#1608)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 10:29:50 +00:00
renovate[bot] b86fd8d2d2
chore(deps): update pnpm/action-setup digest to 41ff726 (#1609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 10:19:31 +00:00
renovate[bot] d44dbd116e
chore(deps): update dependency go to v1.25.2 (#1607)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 21:10:26 +00:00
renovate[bot] 74a86a510b
chore(deps): update ghcr.io/go-vikunja/dex-testing:main docker digest to d401c06 (#1604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 20:46:12 +00:00
renovate[bot] aa400bb532
fix(deps): update dependency @sentry/vue to v10.18.0 (#1606)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 22:35:33 +02:00
kolaente d33e742961
chore: make condition simpler 2025-10-07 10:56:03 +02:00
kolaente 1b02f78eee
fix(filter): check date boundary after timezone conversion
Resolves https://github.com/go-vikunja/vikunja/issues/1605
2025-10-07 10:55:22 +02:00
renovate[bot] 49e6d73a11
chore(deps): update useblacksmith/setup-docker-builder digest to 6679018 (#1600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 10:01:38 +02:00
renovate[bot] 866aedf94a
chore(deps): update dev-dependencies (#1601)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 10:01:25 +02:00
renovate[bot] a05089e5cd
chore(deps): update softprops/action-gh-release digest to aec2ec5 (#1602)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 10:01:10 +02:00
renovate[bot] 4bf3f73df2
fix(deps): update dependency marked to v16.4.0 (#1603)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 10:00:55 +02:00