1
0

10307 Commits

Author SHA1 Message Date
kolaente
1e7d9c982d
chore: remove console.log
(cherry picked from commit a1105434bff981e721640f31bc7f7cf3d1f34859)
2024-09-20 14:27:03 +02:00
kolaente
20c52a8325
fix(editor): restore the current value, not the one from a previous task
Resolves https://community.vikunja.io/t/task-description-is-overwritten-when-pressing-esc-key/2813

(cherry picked from commit acc7c9f8f5442e5008bfd86b1615a72f6f763ee8)
2024-09-20 14:27:02 +02:00
kolaente
a46009dfc9
fix(task): align task title on mobile popup
(cherry picked from commit cc64ca640635ad888670cb48bba390d2a8a07d8d)
2024-09-20 14:27:00 +02:00
kolaente
6ab12b9dd1
chore: add go and direnv to recommended vscode extensions
(cherry picked from commit 89f78cd36970fb38df4e6e6ebffcc62d7c63968a)
2024-09-20 14:26:59 +02:00
renovate
aeb404f313
fix(deps): update tiptap to v2.7.1
(cherry picked from commit 14c3b13823e500babd1d4fb5fc6381ff153b8ae9)
2024-09-20 14:26:57 +02:00
renovate
9c5df7d389
chore(deps): update dev-dependencies
(cherry picked from commit c2a7438814729172ad6af7f4b01023c7a3f613c7)
2024-09-20 14:26:56 +02:00
renovate
ffd36261cb
fix(deps): update tiptap to v2.7.0
(cherry picked from commit 8fe37fd900fa17b877f35b610f9fba0f80da6553)
2024-09-20 14:26:54 +02:00
renovate
8812af2d77
fix(deps): update module github.com/prometheus/client_golang to v1.20.4
(cherry picked from commit 88b4ab17684e44423d08cae12cffe3b9a7722e9e)
2024-09-20 14:26:52 +02:00
kolaente
93f7dd611a
fix: reset id before creating
(cherry picked from commit c252c8f0cd1c09a74b564e67a855cca4cd436585)
2024-09-20 14:26:51 +02:00
renovate
0e683ae7bf
fix(deps): update vueuse to v11.1.0
(cherry picked from commit 410ff28b71897cd2fafdabdf437ff7fc1507f23e)
2024-09-20 14:26:49 +02:00
renovate
deef8da370
chore(deps): update dev-dependencies
(cherry picked from commit d98dd7ecbb605c88abfd9fa81164756e1d8a2c96)
2024-09-20 14:26:47 +02:00
renovate
a0988daeaf
fix(deps): update dependency date-fns to v4
(cherry picked from commit fc73085876199b1f3cde46f18e36484e3e9d05c9)
2024-09-20 14:26:46 +02:00
renovate
6225b24da8
chore(deps): update dev-dependencies
(cherry picked from commit c71f7334b4cb70d40f2e08a76ba9e66120a0d559)
2024-09-20 14:26:44 +02:00
kolaente
983c02964c
fix(modal): do not prevent scrolling on mobile
Maybe related to https://github.com/go-vikunja/vikunja/issues/325

(cherry picked from commit 6a5342bd49b53903e19ac4297312963c7dcdad32)
2024-09-20 14:26:44 +02:00
renovate
7bc93757c7
fix(deps): update dependency vue-router to v4.4.5
(cherry picked from commit b4ea1bb86a55841f68d763c0e3078444bc24b224)
2024-09-20 14:26:42 +02:00
renovate
b4c5df1ef8
fix(deps): update dependency vue to v3.5.5
(cherry picked from commit 378d0ae9bb1db0bacf72e10a21a763093a465934)
2024-09-20 14:26:41 +02:00
kolaente
fd7d83bdaf
fix(user): do not create user with existing id
Resolves https://vikunja.sentry.io/share/issue/6f1e37d4b8b248188e20650234a45cde/

(cherry picked from commit 6f27e1401ae00710b1ec5df3cad3fcd6193d455b)
2024-09-20 14:26:40 +02:00
kolaente
53d62d35f4
fix: lint
(cherry picked from commit bf5cafc03f661bc534f47adfff4b92f06ca2ab57)
2024-09-20 14:26:40 +02:00
kolaente
a266fbf2b9
fix(filter): do not replace labels keyword when the value is 'label'
Resolves https://community.vikunja.io/t/filtering-by-label-ux-issues/2393/16

(cherry picked from commit f4a7326b684cbfbad20a496ddc1c79c59c0672f0)
2024-09-20 14:26:39 +02:00
kolaente
971f328256
fix(kanban): correctly paginate filtered kanban buckets
Resolves https://github.com/go-vikunja/vikunja/issues/314

(cherry picked from commit 1451f6e46f03c30384834ff99e0cbe7f15958536)
2024-09-20 14:26:39 +02:00
Frederick [Bot]
89d643b9cf
chore(i18n): update translations via Crowdin
(cherry picked from commit 427eb2a618925e033ca69b6a99946acf94ec10f2)
2024-09-20 14:26:38 +02:00
kolaente
a1c4fbf936
fix(view): correctly get paginated task results
(cherry picked from commit e4b541e6535885bf3e7b1b60f0f75f56aa43e3e4)
2024-09-20 14:26:36 +02:00
kolaente
1049b27d37
fix(view): correctly resolve bucket filter when paginating
(cherry picked from commit 45ff5907e69b24f00926841790d0f4f3d11e530a)
2024-09-20 14:26:34 +02:00
kolaente
6b850c56f7
fix(view): correctly resolve label for filtered views or buckets
(cherry picked from commit 5a7c3927f39fc6b677fd5a76452e1b658d5cf84f)
2024-09-20 14:26:33 +02:00
kolaente
614f70db36
fix(filters): do not replace filter or project values when the id value resolves to undefined
This change fixes a bug where the label title in the query string would be replaced to undefined, resulting in an invalid filter. The underlying problem was the resolved filter query string got re-parsed and the id value of the labels were resolved to undefined (and rendered as that string) in the process.

Resolves https://community.vikunja.io/t/filtering-by-label-ux-issues/2393/14

(cherry picked from commit f425d98b4d7593445ab2fda74f827ad8b5abe759)
2024-09-20 14:26:32 +02:00
kolaente
b297cb5398
fix(task): multiple overlapping defer due date popups
Resolves https://github.com/go-vikunja/vikunja/issues/131

(cherry picked from commit 4c55016c1a450f75f0a8c5acd8ed01517ed08a1d)
2024-09-20 14:26:31 +02:00
kolaente
8e32d099c4
fix(kanban): do not mark first bucked as done bucket in filter bucket mode
Resolves https://github.com/go-vikunja/vikunja/issues/313

(cherry picked from commit 1a8f12ac137f20745895a5c3b828683324b82dc4)
2024-09-20 14:26:31 +02:00
kolaente
19a1dc9daf
fix(table): make sorting for two-word properties work
Resolves https://community.vikunja.io/t/various-sorting-filtering-issues/2781/8

(cherry picked from commit 7b873ec31c8ea93da131e1965397f343019d2da0)
2024-09-20 14:26:29 +02:00
kolaente
7f28a514ea
fix(test): cypress test selector
(cherry picked from commit 8b77832af27b791152137ed2426b73b8885758e5)
2024-09-20 14:26:28 +02:00
Frederick [Bot]
44f5e42c0b
chore(i18n): update translations via Crowdin
(cherry picked from commit 14710d0bba969cf28b8d95614ad45a69730dc2a9)
2024-09-20 14:26:27 +02:00
kolaente
2fc9504285
fix(kanban): make kanban full width on mobile
Related to https://github.com/go-vikunja/vikunja/issues/309

(cherry picked from commit 945f25b81858f0abb303c5bd0d6ce2612e1dbf3b)
2024-09-20 14:26:26 +02:00
kolaente
2b15bb5154
fix(modal): make sure modal and its content scrolls properly on mobile
Related to https://github.com/go-vikunja/vikunja/issues/309

(cherry picked from commit f53b93d98ae35e904dd24944722a0388421cca5e)
2024-09-20 14:26:26 +02:00
kolaente
f1451abebe
fix(home): explicitly use filter for tasks on home page when one is set
Resolves https://github.com/go-vikunja/vikunja/issues/289
Resolves https://community.vikunja.io/t/various-sorting-filtering-issues/2781/5

(cherry picked from commit 97e030a1fc032c73ca6144139a488c18979fb310)
2024-09-20 14:26:24 +02:00
renovate
c9f47797cf
chore(deps): update golangci/golangci-lint docker tag to v1.61.0 (#2678)
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>

(cherry picked from commit b708db70259602769548faf34332fc5e5f35d1a5)
2024-09-20 14:26:23 +02:00
kolaente
42b33d6553
fix(filters): immediately propagate changes
Resolves https://community.vikunja.io/t/filtering-startdate-now-is-invalid/2613/6

(cherry picked from commit 6bfe71b30ee4ea8dfe47a5b5ca915a82b0a0a846)
2024-09-20 14:26:21 +02:00
renovate
b4b2136869
fix(deps): update dependency @intlify/unplugin-vue-i18n to v5
(cherry picked from commit db196bdffe87eba189bd8621544834362d0f4c5a)
2024-09-20 14:26:19 +02:00
renovate
3d9a719424
fix(deps): update dependency express to v4.21.0
(cherry picked from commit 9428acd5e169b3f59042421ba41300bc7d287635)
2024-09-20 14:26:18 +02:00
renovate
5c5f42d4ca
fix(deps): update dependency vue-router to v4.4.4
(cherry picked from commit 58a60fb4aec4c3be6756cb0d62de4d30050962aa)
2024-09-20 14:26:17 +02:00
renovate
fc1208029e
fix(deps): update dependency flexsearch to v0.7.43 (#2095)
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>

(cherry picked from commit f4ca22a6ad726f3c4ebb9c39adf602edd7a04021)
2024-09-20 14:26:14 +02:00
kolaente
4a40bdfe89
fix(kanban): make task creation loading spinner actually visible
(cherry picked from commit 7e38a9f4428471492f5a654e39cc22507b4a77ba)
2024-09-20 14:26:13 +02:00
renovate
b01e531fb7
fix(deps): update dependency vue-i18n to v10.0.1
(cherry picked from commit a0a77818b1bdefeec7819edc15a5d445966198c4)
2024-09-20 14:26:11 +02:00
kolaente
02ab944020
fix(labels): remove input interactivity when label edit is disabled
(cherry picked from commit bdccd633fe7a3418aaedc5d6ea9df57a0c51b62e)
2024-09-20 14:26:10 +02:00
kolaente
1df4a4ea2e
chore: fix comment
(cherry picked from commit 1f3eb8f2a319e49cfb94fe6957950749040cbcf6)
2024-09-20 14:26:08 +02:00
renovate
61cb072ba3
fix(deps): update dependency tailwindcss to v3.4.11
(cherry picked from commit 8891ef347e84221153701291217e530d7a7e1303)
2024-09-20 14:26:07 +02:00
kolaente
02b8ea40af
fix(multiselect): make selectPlaceholder optional
(cherry picked from commit 3b8ccbad4fe66d133bbe0eeddc7e3692b1db548b)
2024-09-20 14:26:05 +02:00
kolaente
b5eaa51560
fix(task): make print styles work when printing task detail view from kanban
Resolves https://community.vikunja.io/t/feature-request-export-a-task-as-pdf/2735/6

(cherry picked from commit cc1b4bbd1b22c346590685bd5272a8635cdc7715)
2024-09-20 14:26:03 +02:00
Frederick [Bot]
eb6663e1f5
[skip ci] Updated swagger docs
(cherry picked from commit 9dd95101f9b695a16c1ff755442194f54ace154b)
2024-09-20 14:26:01 +02:00
kolaente
b94802169c
fix(task): cyclomatic complexity
(cherry picked from commit 20724f6fb57128fd212544cb3a6b55b90f38c316)
2024-09-20 14:26:00 +02:00
Frederick [Bot]
dfda2e5500
chore(i18n): update translations via Crowdin
(cherry picked from commit e1ea84fcd4a65f7da80c1a26a2f342e78862137f)
2024-09-20 14:25:58 +02:00
kolaente
d23484c8f3
fix(project): reset id before creating
Resolves https://vikunja.sentry.io/share/issue/6f1e37d4b8b248188e20650234a45cde/

(cherry picked from commit 8d730543c3c7bbb8e4f3a8b18022275a35ce5330)
2024-09-20 14:25:57 +02:00