kolaente
42b33d6553
fix(filters): immediately propagate changes
...
Resolves https://community.vikunja.io/t/filtering-startdate-now-is-invalid/2613/6
(cherry picked from commit 6bfe71b30e )
2024-09-20 14:26:21 +02:00
renovate
b4b2136869
fix(deps): update dependency @intlify/unplugin-vue-i18n to v5
...
(cherry picked from commit db196bdffe )
2024-09-20 14:26:19 +02:00
renovate
3d9a719424
fix(deps): update dependency express to v4.21.0
...
(cherry picked from commit 9428acd5e1 )
2024-09-20 14:26:18 +02:00
renovate
5c5f42d4ca
fix(deps): update dependency vue-router to v4.4.4
...
(cherry picked from commit 58a60fb4ae )
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 f4ca22a6ad )
2024-09-20 14:26:14 +02:00
kolaente
4a40bdfe89
fix(kanban): make task creation loading spinner actually visible
...
(cherry picked from commit 7e38a9f442 )
2024-09-20 14:26:13 +02:00
renovate
b01e531fb7
fix(deps): update dependency vue-i18n to v10.0.1
...
(cherry picked from commit a0a77818b1 )
2024-09-20 14:26:11 +02:00
kolaente
02ab944020
fix(labels): remove input interactivity when label edit is disabled
...
(cherry picked from commit bdccd633fe )
2024-09-20 14:26:10 +02:00
kolaente
1df4a4ea2e
chore: fix comment
...
(cherry picked from commit 1f3eb8f2a3 )
2024-09-20 14:26:08 +02:00
renovate
61cb072ba3
fix(deps): update dependency tailwindcss to v3.4.11
...
(cherry picked from commit 8891ef347e )
2024-09-20 14:26:07 +02:00
kolaente
02b8ea40af
fix(multiselect): make selectPlaceholder optional
...
(cherry picked from commit 3b8ccbad4f )
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 cc1b4bbd1b )
2024-09-20 14:26:03 +02:00
Frederick [Bot]
eb6663e1f5
[skip ci] Updated swagger docs
...
(cherry picked from commit 9dd95101f9 )
2024-09-20 14:26:01 +02:00
kolaente
b94802169c
fix(task): cyclomatic complexity
...
(cherry picked from commit 20724f6fb5 )
2024-09-20 14:26:00 +02:00
Frederick [Bot]
dfda2e5500
chore(i18n): update translations via Crowdin
...
(cherry picked from commit e1ea84fcd4 )
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 8d730543c3 )
2024-09-20 14:25:57 +02:00
renovate
78b8ea6211
fix(deps): update dependency vue-i18n to v10
...
(cherry picked from commit a3d133bfee )
2024-09-20 14:25:55 +02:00
renovate
93cc2e1cb0
fix(deps): update dependency @sentry/vue to v8.30.0
...
(cherry picked from commit 7b37ad0594 )
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 4aeb228c3a )
2024-09-20 14:25:53 +02:00
kolaente
8f5273600a
fix(projects): do not hide 6th project on project overview
...
(cherry picked from commit b52d6dbf59 )
2024-09-20 14:25:51 +02:00
kolaente
40105ee4ce
chore: remove console.log
...
(cherry picked from commit 76f7797e56 )
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 55dd7d2981 )
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 44a43b9f86 )
2024-09-20 14:25:46 +02:00
kolaente
10edeafa46
fix(password): validate password before sending request to api
...
(cherry picked from commit eb95caf757 )
2024-09-20 14:25:42 +02:00
kolaente
01a7a62541
fix(caldav): reject invalid project id with error 400
...
Resolves https://vikunja.sentry.io/share/issue/6fc18edefa0e4db3b2e10efe36deeaa4/
(cherry picked from commit 1085a6583b )
2024-09-20 14:25:41 +02:00
kolaente
c5f043c346
fix(label): ignore existing ID during creation
...
(cherry picked from commit e698ac5a34 )
2024-09-20 14:25:39 +02:00
renovate
1b55be6a15
fix(deps): update module github.com/getsentry/sentry-go to v0.29.0
...
(cherry picked from commit 020fea686d )
2024-09-20 14:25:37 +02:00
renovate
99e401cc67
fix(deps): update dependency express to v4.20.0
...
(cherry picked from commit addf8523f4 )
2024-09-20 14:25:36 +02:00
renovate
9deda69baf
fix(deps): update dependency vue to v3.5.4
...
(cherry picked from commit 044aa1c742 )
2024-09-20 14:25:35 +02:00
renovate
34fe37bfb7
chore(deps): update goreleaser/nfpm docker tag to v2.40.0 ( #2647 )
...
Co-authored-by: renovate <renovatebot@kolaente.de >
Co-committed-by: renovate <renovatebot@kolaente.de >
(cherry picked from commit 552e1ce796 )
2024-09-20 14:25:33 +02:00
renovate
a88939ff9a
fix(deps): update dependency @sentry/vue to v8.29.0
...
(cherry picked from commit c1246d73d4 )
2024-09-20 14:25:31 +02:00
renovate
89e4c3722a
chore(deps): update pnpm to v9.10.0
...
(cherry picked from commit 85fa397a46 )
2024-09-20 14:25:30 +02:00
renovate
4e27d7da70
chore(deps): update dev-dependencies
...
(cherry picked from commit af47e43c34 )
2024-09-20 14:25:28 +02:00
Frederick [Bot]
be5822712e
[skip ci] Updated swagger docs
...
(cherry picked from commit 2539f15dfb )
2024-09-20 14:25:27 +02:00
kolaente
a5a54a40f6
docs(api): use correct return type for the /user endpoint
...
(cherry picked from commit 5c1b2846a1 )
2024-09-20 14:25:25 +02:00
renovate
ac977f02df
fix(deps): update dependency vue-router to v4.4.3
...
(cherry picked from commit af8100d262 )
2024-09-20 14:25:23 +02:00
renovate
3d43603b23
chore(deps): update dependency go to v1.23.1
...
(cherry picked from commit 63f85c97ae )
2024-09-20 14:25:22 +02:00
renovate
9d3f8635d6
chore(deps): update dev-dependencies
...
(cherry picked from commit 2b1e3ffd2a )
2024-09-20 14:25:20 +02:00
renovate
dab0c39b70
fix(deps): update module golang.org/x/image to v0.20.0
...
(cherry picked from commit 5f470afd7c )
2024-09-20 14:25:19 +02:00
renovate
f71cc9e77b
fix(deps): update module github.com/prometheus/client_golang to v1.20.3
...
(cherry picked from commit 37c6f94ba2 )
2024-09-20 14:25:17 +02:00
renovate
5aa6b230cf
fix(deps): update dependency vue to v3.5.3
...
(cherry picked from commit b42cd5786e )
2024-09-20 14:25:15 +02:00
renovate
785ee36921
fix(deps): update module dario.cat/mergo to v1.0.1
...
(cherry picked from commit 5072ab3d72 )
2024-09-20 14:25:14 +02:00
renovate
476cadbbed
fix(deps): update module github.com/redis/go-redis/v9 to v9.6.1
...
(cherry picked from commit 4b5ec018f5 )
2024-09-20 14:25:12 +02:00
renovate
69c609478f
fix(deps): update module golang.org/x/crypto to v0.27.0
...
(cherry picked from commit efe5c7b3cb )
2024-09-20 14:25:10 +02:00
renovate
77ac70c47a
fix(deps): update module golang.org/x/oauth2 to v0.23.0
...
(cherry picked from commit ba0c32aacf )
2024-09-20 14:25:08 +02:00
renovate
1371692bb6
fix(deps): update vueuse to v11
...
(cherry picked from commit b6e142e8d0 )
2024-09-20 14:25:07 +02:00
renovate
bd1b1ca23c
fix(deps): update dependency tailwindcss to v3.4.10
...
(cherry picked from commit 750d565477 )
2024-09-20 14:25:04 +02:00
Frederick [Bot]
85445ea032
[skip ci] Updated swagger docs
...
(cherry picked from commit 2b8515b91d )
2024-09-20 14:25:03 +02:00
kolaente
0b9f3070fd
fix(files): use absolute path everywhere
...
(cherry picked from commit 68636f27da )
2024-09-20 14:25:02 +02:00
kolaente
cca02a3f2e
chore(docs): clarify usage of related model creation
...
Resolves https://github.com/go-vikunja/vikunja/issues/323
(cherry picked from commit cf94cc8cab )
2024-09-20 14:25:00 +02:00