1
0
Commit Graph

10211 Commits

Author SHA1 Message Date
eb6663e1f5 [skip ci] Updated swagger docs
(cherry picked from commit 9dd95101f9b695a16c1ff755442194f54ace154b)
2024-09-20 14:26:01 +02:00
b94802169c fix(task): cyclomatic complexity
(cherry picked from commit 20724f6fb57128fd212544cb3a6b55b90f38c316)
2024-09-20 14:26:00 +02:00
dfda2e5500 chore(i18n): update translations via Crowdin
(cherry picked from commit e1ea84fcd4a65f7da80c1a26a2f342e78862137f)
2024-09-20 14:25:58 +02:00
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
78b8ea6211 fix(deps): update dependency vue-i18n to v10
(cherry picked from commit a3d133bfeed077e0213d2b9702cda54a706c098f)
2024-09-20 14:25:55 +02:00
93cc2e1cb0 fix(deps): update dependency @sentry/vue to v8.30.0
(cherry picked from commit 7b37ad05942e91ecdbd65bca4efd3098027980c0)
2024-09-20 14:25:54 +02:00
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
8f5273600a fix(projects): do not hide 6th project on project overview
(cherry picked from commit b52d6dbf59f48a86cbcfad2a24c7fce9e3575639)
2024-09-20 14:25:51 +02:00
40105ee4ce chore: remove console.log
(cherry picked from commit 76f7797e568e7a170cf78ecd973f3b256786f4a7)
2024-09-20 14:25:50 +02:00
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
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
10edeafa46 fix(password): validate password before sending request to api
(cherry picked from commit eb95caf757c05f61d8bc705df62e595903e509d5)
2024-09-20 14:25:42 +02:00
01a7a62541 fix(caldav): reject invalid project id with error 400
Resolves https://vikunja.sentry.io/share/issue/6fc18edefa0e4db3b2e10efe36deeaa4/

(cherry picked from commit 1085a6583be733aa39128bde9dcb641be734870d)
2024-09-20 14:25:41 +02:00
c5f043c346 fix(label): ignore existing ID during creation
(cherry picked from commit e698ac5a346785df623553104c5650566d1a9bcd)
2024-09-20 14:25:39 +02:00
1b55be6a15 fix(deps): update module github.com/getsentry/sentry-go to v0.29.0
(cherry picked from commit 020fea686d23cc6f7aa76cbff3149b0715fc4104)
2024-09-20 14:25:37 +02:00
99e401cc67 fix(deps): update dependency express to v4.20.0
(cherry picked from commit addf8523f47df9ddf9fc192622c7df5a85346ad3)
2024-09-20 14:25:36 +02:00
9deda69baf fix(deps): update dependency vue to v3.5.4
(cherry picked from commit 044aa1c74281dcaaa9de2470b28dde9c6908e27e)
2024-09-20 14:25:35 +02:00
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 552e1ce796e76fd0697d5e223659e78584fb215b)
2024-09-20 14:25:33 +02:00
a88939ff9a fix(deps): update dependency @sentry/vue to v8.29.0
(cherry picked from commit c1246d73d496ba6f3ecc2958e7d066542539b32d)
2024-09-20 14:25:31 +02:00
89e4c3722a chore(deps): update pnpm to v9.10.0
(cherry picked from commit 85fa397a465f503b38265b7f14d7b904c7cac7af)
2024-09-20 14:25:30 +02:00
4e27d7da70 chore(deps): update dev-dependencies
(cherry picked from commit af47e43c34d0e5d27edc691538fca059346292ad)
2024-09-20 14:25:28 +02:00
be5822712e [skip ci] Updated swagger docs
(cherry picked from commit 2539f15dfb62689137e1a68a3ca7cbb8e13ac222)
2024-09-20 14:25:27 +02:00
a5a54a40f6 docs(api): use correct return type for the /user endpoint
(cherry picked from commit 5c1b2846a1c6a9ea3690ac03d58149c3715f04d4)
2024-09-20 14:25:25 +02:00
ac977f02df fix(deps): update dependency vue-router to v4.4.3
(cherry picked from commit af8100d262f64cc72728f5263f29f75c44d5726f)
2024-09-20 14:25:23 +02:00
3d43603b23 chore(deps): update dependency go to v1.23.1
(cherry picked from commit 63f85c97ae2a8aea415161b6e225ff50c7439442)
2024-09-20 14:25:22 +02:00
9d3f8635d6 chore(deps): update dev-dependencies
(cherry picked from commit 2b1e3ffd2ac5639dd072cd021d55405f723b11b4)
2024-09-20 14:25:20 +02:00
dab0c39b70 fix(deps): update module golang.org/x/image to v0.20.0
(cherry picked from commit 5f470afd7ccb18f8b32539694cd2902cdb95a08d)
2024-09-20 14:25:19 +02:00
f71cc9e77b fix(deps): update module github.com/prometheus/client_golang to v1.20.3
(cherry picked from commit 37c6f94ba26bc64424ee31c72f46a561abe8399a)
2024-09-20 14:25:17 +02:00
5aa6b230cf fix(deps): update dependency vue to v3.5.3
(cherry picked from commit b42cd5786ee8d13151632d5d43282f70c6a40b4b)
2024-09-20 14:25:15 +02:00
785ee36921 fix(deps): update module dario.cat/mergo to v1.0.1
(cherry picked from commit 5072ab3d72904fa3e22bc3a50d486b172cd24805)
2024-09-20 14:25:14 +02:00
476cadbbed fix(deps): update module github.com/redis/go-redis/v9 to v9.6.1
(cherry picked from commit 4b5ec018f58b2f2cc09cfb3cd591f6ed84f734cc)
2024-09-20 14:25:12 +02:00
69c609478f fix(deps): update module golang.org/x/crypto to v0.27.0
(cherry picked from commit efe5c7b3cbe592185123cb79847977fefe5f7581)
2024-09-20 14:25:10 +02:00
77ac70c47a fix(deps): update module golang.org/x/oauth2 to v0.23.0
(cherry picked from commit ba0c32aacf723e3807d3017cf1080462164b62b6)
2024-09-20 14:25:08 +02:00
1371692bb6 fix(deps): update vueuse to v11
(cherry picked from commit b6e142e8d00067c7b052a05e49b520c1e26ad005)
2024-09-20 14:25:07 +02:00
bd1b1ca23c fix(deps): update dependency tailwindcss to v3.4.10
(cherry picked from commit 750d565477ce1fdcfe1a542029fcfddbaee3317a)
2024-09-20 14:25:04 +02:00
85445ea032 [skip ci] Updated swagger docs
(cherry picked from commit 2b8515b91db6f90becfe150b351120e3b1afc726)
2024-09-20 14:25:03 +02:00
0b9f3070fd fix(files): use absolute path everywhere
(cherry picked from commit 68636f27da707f3ee87ba0e4f1ff100504486608)
2024-09-20 14:25:02 +02:00
cca02a3f2e chore(docs): clarify usage of related model creation
Resolves https://github.com/go-vikunja/vikunja/issues/323

(cherry picked from commit cf94cc8cab1c438eb30e63b0b02819c503b32e20)
2024-09-20 14:25:00 +02:00
5c82333977 fix(deps): update dependency axios to v1.7.7
(cherry picked from commit 669b7452cdba35e4670dd58cd6f8b918bd1ff96d)
2024-09-20 14:24:58 +02:00
239cabd34a fix(deps): update dependency sortablejs to v1.15.3
(cherry picked from commit 1601c9098d4d3bbc065c4f493caca7bc05c223ee)
2024-09-20 14:24:57 +02:00
4701c91c1a fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.5
(cherry picked from commit f132b0e71896d98e79aaccb40bad1bd4e8c683b9)
2024-09-20 14:24:56 +02:00
5775c51be5 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.23
(cherry picked from commit 5d12986e3ff389196a714ab3606dbda5ea85e83d)
2024-09-20 14:24:56 +02:00
1cdf8f4271 fix(deps): update module github.com/threedotslabs/watermill to v1.3.7
(cherry picked from commit 74e0197dc61b239cc22b5cb5fece0956042eb584)
2024-09-20 14:24:55 +02:00
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
e70f5bcce3 chore(attachments): refactor building image preview
(cherry picked from commit 02c1de55c4b21863bb7500811e04bc0de9177089)
2024-09-20 14:24:53 +02:00
a355d9798e fix(deps): update dependency @sentry/vue to v8.28.0
(cherry picked from commit cbc63c853d7734767388ee73d5fb6d2a79422d19)
2024-09-20 14:23:51 +02:00
7fa171c3d3 fix(deps): update dependency pinia to v2.2.2
(cherry picked from commit b5c4a3a80c50d068143fe590003f8e8302c3d0d3)
2024-09-20 14:23:50 +02:00
672fc5d9c7 fix(deps): update dependency vue-i18n to v9.14.0
(cherry picked from commit a8ea5e11ab8ef7e0ae77908a460c2f081cae9af3)
2024-09-20 14:23:50 +02:00
586132ce8c fix(deps): update module golang.org/x/text to v0.18.0
(cherry picked from commit 812430b9cff261ee8e00465f78c90509f880a9b9)
2024-09-20 14:23:49 +02:00
bf08dc2585 chore(files): use absolute file path to retrieve and save files
(cherry picked from commit c2b116de70df335a6a354cf2b3595632c8b49ff1)
2024-09-20 14:23:48 +02:00