1
0

812 Commits

Author SHA1 Message Date
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
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]
dfda2e5500
chore(i18n): update translations via Crowdin
(cherry picked from commit e1ea84fcd4a65f7da80c1a26a2f342e78862137f)
2024-09-20 14:25:58 +02:00
renovate
78b8ea6211
fix(deps): update dependency vue-i18n to v10
(cherry picked from commit a3d133bfeed077e0213d2b9702cda54a706c098f)
2024-09-20 14:25:55 +02:00
renovate
93cc2e1cb0
fix(deps): update dependency @sentry/vue to v8.30.0
(cherry picked from commit 7b37ad05942e91ecdbd65bca4efd3098027980c0)
2024-09-20 14:25:54 +02:00
kolaente
52fb43a6f7
fix(project): show description in title attribute without html
Resolves https://community.vikunja.io/t/feedback-to-vikunja-0-24-0/2557/6

(cherry picked from commit 4aeb228c3a69218535fddd00378f511a6b5d2b13)
2024-09-20 14:25:53 +02:00
kolaente
8f5273600a
fix(projects): do not hide 6th project on project overview
(cherry picked from commit b52d6dbf59f48a86cbcfad2a24c7fce9e3575639)
2024-09-20 14:25:51 +02:00
kolaente
40105ee4ce
chore: remove console.log
(cherry picked from commit 76f7797e568e7a170cf78ecd973f3b256786f4a7)
2024-09-20 14:25:50 +02:00
kolaente
5bfd99dd77
fix(task): specify task index when creating multiple tasks at once
This change allows to specify the task index when creating a task, which will then be checked to avoid duplicates and used. This allows us to calculate the indexes for all tasks beforehand when creating them at once using quick add magic.
The method is not bulletproof, but already fixes a problem where multiple tasks would have the same index when created that way.

Resolves https://community.vikunja.io/t/add-multiple-tasks-at-once/333/16

(cherry picked from commit 55dd7d298187dcc8393ae67340117d66d45dc4ef)
2024-09-20 14:25:48 +02:00
kolaente
ac87035742
fix(auth): restrict max password length to 72 bytes
Bcrypt allows a maximum of 72 bytes. This is part of the algorithm and not something we could change in Vikunja. The solution here was to restrict the password during registration to a max length of 72 bytes. In the future, this should be changed to hash passwords with sha512 or similar before hashing them with bcrypt. Because they should also be salted in that case and the added complexity during the migration phase, this was not implemented yet.
The change in this commit only improves the error handling to return an input error instead of a server error when the user enters a password > 72 bytes.

Resolves https://vikunja.sentry.io/share/issue/e8e0b64612d84504942feee002ac498a/

(cherry picked from commit 44a43b9f8616f11560c9e04f88f3000a6df5338d)
2024-09-20 14:25:46 +02:00
kolaente
10edeafa46
fix(password): validate password before sending request to api
(cherry picked from commit eb95caf757c05f61d8bc705df62e595903e509d5)
2024-09-20 14:25:42 +02:00
renovate
9deda69baf
fix(deps): update dependency vue to v3.5.4
(cherry picked from commit 044aa1c74281dcaaa9de2470b28dde9c6908e27e)
2024-09-20 14:25:35 +02:00
renovate
a88939ff9a
fix(deps): update dependency @sentry/vue to v8.29.0
(cherry picked from commit c1246d73d496ba6f3ecc2958e7d066542539b32d)
2024-09-20 14:25:31 +02:00
renovate
89e4c3722a
chore(deps): update pnpm to v9.10.0
(cherry picked from commit 85fa397a465f503b38265b7f14d7b904c7cac7af)
2024-09-20 14:25:30 +02:00
renovate
4e27d7da70
chore(deps): update dev-dependencies
(cherry picked from commit af47e43c34d0e5d27edc691538fca059346292ad)
2024-09-20 14:25:28 +02:00
renovate
ac977f02df
fix(deps): update dependency vue-router to v4.4.3
(cherry picked from commit af8100d262f64cc72728f5263f29f75c44d5726f)
2024-09-20 14:25:23 +02:00
renovate
9d3f8635d6
chore(deps): update dev-dependencies
(cherry picked from commit 2b1e3ffd2ac5639dd072cd021d55405f723b11b4)
2024-09-20 14:25:20 +02:00
renovate
5aa6b230cf
fix(deps): update dependency vue to v3.5.3
(cherry picked from commit b42cd5786ee8d13151632d5d43282f70c6a40b4b)
2024-09-20 14:25:15 +02:00
renovate
1371692bb6
fix(deps): update vueuse to v11
(cherry picked from commit b6e142e8d00067c7b052a05e49b520c1e26ad005)
2024-09-20 14:25:07 +02:00
renovate
bd1b1ca23c
fix(deps): update dependency tailwindcss to v3.4.10
(cherry picked from commit 750d565477ce1fdcfe1a542029fcfddbaee3317a)
2024-09-20 14:25:04 +02:00
renovate
5c82333977
fix(deps): update dependency axios to v1.7.7
(cherry picked from commit 669b7452cdba35e4670dd58cd6f8b918bd1ff96d)
2024-09-20 14:24:58 +02:00
renovate
239cabd34a
fix(deps): update dependency sortablejs to v1.15.3
(cherry picked from commit 1601c9098d4d3bbc065c4f493caca7bc05c223ee)
2024-09-20 14:24:57 +02:00
renovate
442009a47b
fix(deps): update dependency @kyvg/vue3-notification to v3.3.0
(cherry picked from commit 2dd133fb4c905a5b7f161453c5f230c2119252ba)
2024-09-20 14:24:54 +02:00
kolaente
e70f5bcce3
chore(attachments): refactor building image preview
(cherry picked from commit 02c1de55c4b21863bb7500811e04bc0de9177089)
2024-09-20 14:24:53 +02:00
renovate
a355d9798e
fix(deps): update dependency @sentry/vue to v8.28.0
(cherry picked from commit cbc63c853d7734767388ee73d5fb6d2a79422d19)
2024-09-20 14:23:51 +02:00
renovate
7fa171c3d3
fix(deps): update dependency pinia to v2.2.2
(cherry picked from commit b5c4a3a80c50d068143fe590003f8e8302c3d0d3)
2024-09-20 14:23:50 +02:00
renovate
672fc5d9c7
fix(deps): update dependency vue-i18n to v9.14.0
(cherry picked from commit a8ea5e11ab8ef7e0ae77908a460c2f081cae9af3)
2024-09-20 14:23:50 +02:00
kolaente
761d278b9a
fix(kanban): save updated position to store
This fixes a bug where the position of a task would not be calculated correctly when the task was moved next to another recently moved task. The problem was caused by the calculation of the new position referring to the old value of the position attribute, because it was not updated in the local store.

Resolves https://community.vikunja.io/t/kanban-cards-in-wrong-order/2731/6

(cherry picked from commit 22e594e253d9f359507b30331dd3b1a2497f2600)
2024-09-20 14:22:54 +02:00
renovate
7646c7f0c9
fix(deps): update dependency dayjs to v1.11.13
(cherry picked from commit 850ec7efb003379bc204439cdf125022de7d4e55)
2024-09-20 14:22:36 +02:00
Frederick [Bot]
1c9590075a
chore(i18n): update translations via Crowdin
(cherry picked from commit 7bd84a845c23a567598eb6ab3949f3ff1d4b66f8)
2024-09-20 14:22:31 +02:00
kolaente
800f4545c1
fix(service worker): use correct workbox version
Resolves https://github.com/go-vikunja/vikunja/issues/322

(cherry picked from commit 165ee9e7f31893726f8a0f0bd22be0e035277e49)
2024-09-20 14:22:29 +02:00
Frederick [Bot]
01c4f1fc0e
chore(i18n): update translations via Crowdin
(cherry picked from commit 14c862d284f6c31281d21baa061362d62a1a37d1)
2024-09-20 14:22:21 +02:00
Frederick [Bot]
499f3f000c
chore(i18n): update translations via Crowdin
(cherry picked from commit c38aaeb224b8eda08ca9815bceb03196803e6089)
2024-09-20 14:21:02 +02:00
Frederick [Bot]
1059b00298
chore(i18n): update translations via Crowdin
(cherry picked from commit 1b9139b9b0f73cc11cd818a42b02b15f9d8695a3)
2024-09-20 14:21:00 +02:00
kolaente
37324aeaf2
chore(deps): update tiptap to 2.6.6
(cherry picked from commit 13763e35408c4ea264a0fcaaa977abad50d11f82)
2024-09-20 14:20:58 +02:00
kolaente
72db97203a
fix(view): do not crash when saving a view
Resolves https://github.com/go-vikunja/vikunja/issues/312

(cherry picked from commit 435cb2e7f753a1d8add6b4914890bf1ea93ab8c6)
2024-09-20 14:20:54 +02:00
Frederick [Bot]
27c14b6903
chore(i18n): update translations via Crowdin
(cherry picked from commit 9ed33f5c084450f297f01249ddf0e32bc9720fe7)
2024-09-20 14:20:53 +02:00
Frederick [Bot]
ec94cf6813
chore(i18n): update translations via Crowdin
(cherry picked from commit 83669fd9e00707c428964e30bb07de1a6d9bb7b0)
2024-09-20 14:20:52 +02:00
Frederick [Bot]
6a9b5cb7d0
chore(i18n): update translations via Crowdin
(cherry picked from commit 35578e002127ff0a4e486e2dc5a1b608017961f2)
2024-09-20 14:20:51 +02:00
Frederick [Bot]
8248049530
chore(i18n): update translations via Crowdin
(cherry picked from commit e281de30b5dd745f245bf24f2c13f86ef45e3903)
2024-09-20 14:20:51 +02:00
Frederick [Bot]
d1678fe420
chore(i18n): update translations via Crowdin
(cherry picked from commit ec2c2e74f0e10e30dc4a8dfc991694fa1260356a)
2024-09-20 14:20:46 +02:00