Commit Graph

1317 Commits

Author SHA1 Message Date
renovate[bot] eb76bdc8ac chore(deps): update dev-dependencies 2025-04-08 17:50:52 +02:00
kolaente f901773bd3
chore(deps): update histoire to 1.0.0-alpha-2 2025-04-08 17:35:40 +02:00
kolaente 27b58eaf50
fix(test): use fixed date in due date test 2025-04-08 17:21:09 +02:00
kolaente 53cc520161
fix(auth): do not load login an openid auth components async
Regression introduced in a8999336f7
2025-04-08 17:08:02 +02:00
renovate[bot] 199fe219c0 fix(deps): update dependency vue-i18n to v11.1.3 2025-04-06 09:46:27 +02:00
renovate[bot] b7464ba486 chore(deps): update dev-dependencies 2025-04-05 09:55:55 +02:00
renovate[bot] e0e01f9786 chore(deps): update dev-dependencies 2025-04-04 09:00:09 +02:00
renovate[bot] fab809af8e fix(deps): update dependency dompurify to v3.2.5 2025-04-03 15:49:47 +02:00
renovate[bot] c0cd71a285 chore(deps): update dev-dependencies 2025-04-03 07:54:53 +02:00
Dominik Pschenitschni b7c977003a
feat: upgrade to pnpm 10 (#616) 2025-04-02 12:20:56 +00:00
Frederick [Bot] 61ba6424a1 chore(i18n): update translations via Crowdin 2025-04-02 00:53:02 +00:00
renovate[bot] a0483a7391
chore(deps): update dev-dependencies (#472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-01 14:58:00 +00:00
kolaente 145a64acae
fix(test): use a date different from today as due date
This fixes an issue which made the test fail on the 1st of the month.
2025-04-01 16:21:39 +02:00
renovate[bot] 556369bfef
chore(deps): update dependency vite to v6.2.4 [security] (#469)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 20:19:18 +02:00
renovate[bot] ca3c299ba9
fix(deps): update dependency pinia to v3 (#467)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 19:51:05 +02:00
kolaente 5de0e84afa
fix(datepickr): reset styles
It seems like the input order changed and now the flatpickr core styles override our overrides. Since we plan to migrate away from flatpickr, the simplest solution is to just override this again with !important.
2025-03-31 19:30:07 +02:00
renovate[bot] dccf6c3d12
fix(deps): update vueuse to v13 (major) (#463)
fix(deps): update vueuse to v13

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 19:28:50 +02:00
renovate[bot] 79e1f1887e
fix(deps): update dependency marked to v15.0.7 (#464)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 18:31:20 +02:00
kolaente 3e7c2966ab
fix(quick actions): always allow creating a new project or task, regardless of context
Resolves https://community.vikunja.io/t/ui-hotkeys-shortcuts/1096/29
2025-03-31 18:13:58 +02:00
kolaente d6bac2578b
fix(auth): size of password reset request button
Resolves https://kolaente.dev/vikunja/vikunja/issues/1892
2025-03-31 17:56:49 +02:00
renovate[bot] 9f8a85644b
fix(deps): pin dependencies (#435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 17:35:22 +02:00
renovate[bot] a8a429f747
chore(deps): update dev-dependencies (#460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 14:15:55 +02:00
renovate[bot] 1a8e12b00b
fix(deps): update tiptap to v2.11.7 (#444)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 14:15:24 +02:00
renovate[bot] e443ce10e8
fix(deps): update vueuse to v12.8.2 (#459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 12:19:14 +02:00
renovate[bot] c5e79749d4
chore(deps): update node.js to v22.14.0 (#449)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 11:38:04 +02:00
renovate[bot] f9ca68302b
chore(deps): update dev-dependencies (#447)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 11:37:49 +02:00
renovate[bot] ca8d99e679
fix(deps): update dependency axios to v1.8.4 (#440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 10:31:53 +02:00
renovate[bot] 85f212e5a1
fix(deps): update dependency @intlify/unplugin-vue-i18n to v6.0.5 (#439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 10:31:39 +02:00
renovate[bot] b00d727f78
chore(deps): update pnpm to v9.15.9 (#436)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 10:10:57 +02:00
Frederick [Bot] c381e47720 chore(i18n): update translations via Crowdin 2025-03-31 00:55:09 +00:00
Dominik Pschenitschni a8999336f7 feat: inline dynamic component definitions in routes (#2812)
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2812
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2025-03-29 15:06:06 +00:00
kolaente 303dbec78a
feat(i18n): add Hebrew translation for selection 2025-03-27 11:58:23 +01:00
kolaente cfc7f17352
feat(i18n): add Finnish translation for selection 2025-03-27 11:54:17 +01:00
kolaente d3128e28f0
chore(deps-dev): bump vite from 6.0.11 to 6.0.12 2025-03-27 11:31:39 +01:00
kolaente d615e2038b
fix(user): show medium priority by default 2025-03-25 11:24:40 +01:00
Frederick [Bot] 04a7cabbcb chore(i18n): update translations via Crowdin 2025-03-25 00:23:17 +00:00
kolaente 216b2d7180
fix(settings): move time zone selection to dropdown 2025-03-24 18:14:27 +01:00
Frederick [Bot] f188762b86 chore(i18n): update translations via Crowdin 2025-03-24 00:22:33 +00:00
kolaente 4e504c288e
fix(auth): hide two factor authentication when using non-local user
Resolves https://github.com/go-vikunja/vikunja/issues/431
2025-03-23 17:43:36 +01:00
Frederick [Bot] c33acb5356 chore(i18n): update translations via Crowdin 2025-03-23 00:21:58 +00:00
Frederick [Bot] 2e2f82bc44 chore(i18n): update translations via Crowdin 2025-03-22 00:21:30 +00:00
kolaente 6c08ce814b
fix(i18n): add translation for favorite project description
Resolves https://community.vikunja.io/t/missing-strings-in-language-files/3532
2025-03-21 12:58:04 +01:00
Frederick [Bot] c4ef566a42 chore(i18n): update translations via Crowdin 2025-03-21 00:21:23 +00:00
kolaente e287364b78
fix(team): do not allow leaving exernal teams 2025-03-20 17:13:51 +01:00
Frederick [Bot] 8e475e77be chore(i18n): update translations via Crowdin 2025-03-20 00:21:23 +00:00
kolaente 060adac797
fix(kanban): do not set filter by default
This fixes a bug where, upon updating a bucket, it would set a default filter of done = false (which is the default filter for the list view), coming from the model.

Partially resolves https://community.vikunja.io/t/bugs-around-project-duplication-with-kanban-buckets/3433/3
2025-03-19 19:46:52 +01:00
kolaente 8da1102204
fix(kanban): only stop adding tasks when a limit is set 2025-03-19 17:28:59 +01:00
kolaente 1f0f698cab
fix(kanban): do not set bucket when it is null 2025-03-19 16:32:18 +01:00
kolaente beb711d38c
fix(kanban): set new bucket id on task after moving it
This fixes a bug where a bucket update in the api was not triggered because the task still had the old bucket id saved. This led to inconsistencies between what was visible in the UI and what was actually stored.

Probably introduced in 5c6be117fe

Resolves https://community.vikunja.io/t/warning-when-moving-tasks-to-a-bucket-with-limit/3520
2025-03-19 16:06:20 +01:00
kolaente 617070f9f7
fix(kanban): use full updated kanban bucket when moving task 2025-03-19 16:06:20 +01:00