renovate
24fc7be8c4
chore(deps): update dev-dependencies
2024-11-03 04:17:29 +00:00
Dominik Pschenitschni
452cc66b32
fix: use modern-compiler for sass files as well
2024-11-02 20:08:59 +00:00
Dominik Pschenitschni
cf6836f857
feat: only build sourcemaps for sentry
2024-11-02 20:06:37 +01:00
Dominik Pschenitschni
e8bf5e33f7
feat: use sass-embedded
2024-11-02 17:39:20 +00:00
Dominik Pschenitschni
49fa32aad6
feat: use position sticky for demo bar
2024-11-02 08:20:57 +00:00
renovate
216177d873
chore(deps): update dev-dependencies
2024-11-02 08:19:37 +00:00
Dominik Pschenitschni
f3e77eb1f0
fix: remove defineProps
2024-11-01 17:19:28 +01:00
Frederick [Bot]
78379637d4
chore(i18n): update translations via Crowdin
2024-11-01 00:03:09 +00:00
renovate
f1f1f669b3
fix(deps): update dependency @sentry/vue to v8.36.0
2024-10-31 10:24:16 +00:00
renovate
03cda24bcf
chore(deps): update dev-dependencies
2024-10-31 06:16:07 +00:00
Frederick [Bot]
004d5709d0
chore(i18n): update translations via Crowdin
2024-10-31 00:04:23 +00:00
renovate
6794547942
fix(deps): update vueuse to v11.2.0
2024-10-30 20:18:45 +00:00
kolaente
32bdef841f
fix: lint
2024-10-30 15:45:37 +01:00
kolaente
e766b63d99
feat(kanban): add debug option to show task position on card
...
This will hopefully help debugging heisenbugs which only happen in production
2024-10-30 15:44:36 +01:00
kolaente
796199827e
feat(filters): show when the current view has a filter as well and both will be used
...
This should make it clear when a filter does not bring the expected results - maybe because it contradicts with the one set in the view.
Related to https://github.com/go-vikunja/vikunja/issues/296
2024-10-30 15:27:33 +01:00
kolaente
8522eb9b0d
docs(filters): fix typos with filter query docs
2024-10-30 14:30:10 +01:00
kolaente
3c22b3cf00
feat(kanban): show project on kanban card if it's not the same as the current one
...
Resolves https://community.vikunja.io/t/feature-requests-regarding-view-ordering-project-reference-in-kanban-and-a-notin-operator/2728
2024-10-30 13:48:21 +01:00
konrad
564852ab12
chore(deps): set workbox version to 7.3.0
2024-10-30 06:26:34 +00:00
renovate
7aed582965
chore(deps): update dev-dependencies
2024-10-30 00:15:46 +00:00
renovate
70bd12badc
fix(deps): update dependency pinia to v2.2.5
2024-10-29 20:15:44 +00:00
renovate
2c486a30a0
chore(deps): update dependency node to v22
2024-10-29 19:15:07 +00:00
renovate
d1df1a3174
fix(deps): update dependency workbox-precaching to v7.3.0
2024-10-29 19:10:23 +00:00
kolaente
57c6f2cd10
feat(filters): add "not in" operator for filters
...
Resolves https://community.vikunja.io/t/feature-requests-regarding-view-ordering-project-reference-in-kanban-and-a-notin-operator/2728
2024-10-29 12:03:16 +01:00
kolaente
aad9d8dffc
fix(tests): faker usage
2024-10-29 09:57:53 +00:00
kolaente
d4a5d1ecdf
chore: remove unused rushstack eslint patch
2024-10-29 09:57:53 +00:00
kolaente
703c641aeb
fix: lint issues
2024-10-29 09:57:53 +00:00
kolaente
b601671395
chore: migrate eslint config
2024-10-29 09:57:53 +00:00
renovate
e36578bb89
chore(deps): update dev-dependencies
2024-10-29 09:57:53 +00:00
Kiril Vladimirov
540c5f4225
fix(i18n): capitalize Bulgarian label ( #2784 )
...
Also, remove 'език' which means 'language' for the sake of consistency.
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2784
Reviewed-by: konrad <k@knt.li >
Co-authored-by: Kiril Vladimirov <kiril@vld.bg >
Co-committed-by: Kiril Vladimirov <kiril@vld.bg >
2024-10-29 07:17:28 +00:00
renovate
58491ef55e
chore(deps): update dev-dependencies
2024-10-29 00:16:41 +00:00
renovate
8b0ab4758e
fix(deps): update dependency @kyvg/vue3-notification to v3.4.1
2024-10-28 18:15:36 +00:00
kolaente
fcd56cb7cf
feat(i18n): add Bulgarian for language selection
2024-10-28 11:27:42 +01:00
renovate
6a804e8b2d
chore(deps): update pnpm to v9.12.3
2024-10-28 06:16:02 +00:00
renovate
a917676e50
chore(deps): update dev-dependencies
2024-10-28 00:15:53 +00:00
Frederick [Bot]
9c0c5fdd6c
chore(i18n): update translations via Crowdin
2024-10-28 00:03:02 +00:00
renovate
d42af853ec
chore(deps): update dependency caniuse-lite to v1.0.30001672
2024-10-27 00:16:16 +00:00
renovate
ca1384e3c9
chore(deps): update dev-dependencies ( #2754 )
...
Co-authored-by: renovate <renovatebot@kolaente.de >
Co-committed-by: renovate <renovatebot@kolaente.de >
2024-10-26 18:06:51 +00:00
renovate
4b464b3216
fix(deps): update tiptap to v2.9.1
2024-10-23 10:16:00 +00:00
renovate
b346a96127
fix(deps): update tiptap to v2.9.0
2024-10-22 14:15:14 +00:00
kolaente
5f5d93dfa0
fix(gantt): reload the gantt chart when switching between projects
...
Resolves https://github.com/go-vikunja/vikunja/issues/340
2024-10-21 18:32:57 +02:00
Sebastien Danthinne
75dddc9dbe
fix(attachments): Add .jpeg to previewable image ( #2770 )
...
This is necessary to be able to set .jpeg images as the background for kanban tiles. This extension is equivalent to .jpg, and is the default extension for uploading from iOS.
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2770
Co-authored-by: Sebastien Danthinne <sebastien@danthinne.com >
Co-committed-by: Sebastien Danthinne <sebastien@danthinne.com >
2024-10-21 15:04:17 +00:00
renovate
6a671a7093
fix(deps): update dependency @sentry/vue to v8.35.0
2024-10-21 12:15:48 +00:00
Frederick [Bot]
1cc3f3c7fe
chore(i18n): update translations via Crowdin
2024-10-21 00:05:05 +00:00
Frederick [Bot]
ac91e942a5
chore(i18n): update translations via Crowdin
2024-10-20 14:02:57 +00:00
kolaente
29b9001078
feat(filters): allow filtering by created and updated task fields
...
Resolves https://kolaente.dev/vikunja/vikunja/issues/2768
2024-10-18 15:15:19 +02:00
renovate
d53164d196
chore(deps): update pnpm to v9.12.2
2024-10-16 15:51:30 +00:00
renovate
685992383d
fix(deps): update dependency tailwindcss to v3.4.14
2024-10-15 12:42:05 +00:00
kolaente
38964ace04
fix(task): do not allow saving an empty description
...
Resolves https://github.com/go-vikunja/vikunja/issues/338
2024-10-13 19:38:42 +02:00
kolaente
21af73ff93
fix(caldav): use subpath for caldav url in frontend
...
Resolves https://github.com/go-vikunja/vikunja/issues/337
2024-10-13 19:32:45 +02:00
kolaente
92b90013ab
feat(projects): optionally return max right when querying all projects
...
This change introduces an expand query parameter which, when provided, allows to return all projects with the max right the current user has on that project. This allows to show and hide appropriate buttons in the frontend.
Resolves https://github.com/go-vikunja/vikunja/issues/334
2024-10-13 19:22:09 +02:00