1
0

106 Commits

Author SHA1 Message Date
Frederick [Bot]
89d643b9cf
chore(i18n): update translations via Crowdin
(cherry picked from commit 427eb2a618925e033ca69b6a99946acf94ec10f2)
2024-09-20 14:26:38 +02:00
Frederick [Bot]
44f5e42c0b
chore(i18n): update translations via Crowdin
(cherry picked from commit 14710d0bba969cf28b8d95614ad45a69730dc2a9)
2024-09-20 14:26:27 +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
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
Frederick [Bot]
1c9590075a
chore(i18n): update translations via Crowdin
(cherry picked from commit 7bd84a845c23a567598eb6ab3949f3ff1d4b66f8)
2024-09-20 14:22:31 +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
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
Frederick [Bot]
42ba9240b0
chore(i18n): update translations via Crowdin
(cherry picked from commit 4a4ed2cf89eb52583a5e907fbd017bb02e4fcf20)
2024-08-12 20:16:52 +02:00
Frederick [Bot]
1ac0f412b9
chore(i18n): update translations via Crowdin
(cherry picked from commit 6137d07138ae8ac78f6767c322a129b0b0f4ff6c)
2024-08-12 20:16:48 +02:00
kolaente
e7fbdc2727
fix(i18n): change casing of Ukrainian language in selector
(cherry picked from commit 66d316f0b5c74d3cebf2fd93989284ecae578670)
2024-08-12 20:16:46 +02:00
Frederick [Bot]
c47ea2716c
chore(i18n): update translations via Crowdin
(cherry picked from commit bf1c8c6119648184a3d55f5653f4f49618b20578)
2024-08-12 20:16:42 +02:00
Frederick [Bot]
cbdcc61414
chore(i18n): update translations via Crowdin
(cherry picked from commit 49fa0a846896b8caf86690be5e2b5319cce018a2)
2024-08-12 20:16:41 +02:00
Frederick [Bot]
194a7d4cf8
chore(i18n): update translations via Crowdin
(cherry picked from commit 784cd42a7a1d2bdb078b9cc38e6448ed161b798f)
2024-08-12 20:16:37 +02:00
Frederick [Bot]
9695785a0c
chore(i18n): update translations via Crowdin
(cherry picked from commit 4f74be0247d9ff3e67414325c439e6f169d9d444)
2024-08-12 20:16:35 +02:00
Dominik Pschenitschni
6e38bcf349
chore: improve error message
(cherry picked from commit bc5fd380e55252f360059d90b894ddbe60688d94)
2024-08-12 20:16:30 +02:00
Frederick [Bot]
9e8e43bd12
chore(i18n): update translations via Crowdin
(cherry picked from commit 917748777ff20d7d9f7e62613fbcbbf4b9050264)
2024-08-12 20:16:24 +02:00
Frederick [Bot]
28fff10fec
chore(i18n): update translations via Crowdin
(cherry picked from commit ebd6139c1fd62aad1fe55bc9ae096e650ef92837)
2024-08-12 20:16:07 +02:00
Frederick [Bot]
f98a336920 chore(i18n): update translations via Crowdin 2024-07-18 00:03:00 +00:00
kolaente
7c54d1accf
fix(api tokens): show error message when the user tries to create an api token without at least one permission selected 2024-07-17 14:42:47 +02:00
Frederick [Bot]
68b9d391b0 chore(i18n): update translations via Crowdin 2024-07-16 00:23:00 +00:00
Frederick [Bot]
4bd02a1181 chore(i18n): update translations via Crowdin 2024-07-15 00:21:19 +00:00
Frederick [Bot]
dcf88560a7 chore(i18n): update translations via Crowdin 2024-07-14 00:23:03 +00:00
Dominik Pschenitschni
2dc541571c fix: spelling mail 2024-07-13 11:03:43 +00:00
Frederick [Bot]
08c2cd6b63 chore(i18n): update translations via Crowdin 2024-07-13 00:22:53 +00:00
Frederick [Bot]
42c2d0884b chore(i18n): update translations via Crowdin 2024-07-12 00:22:53 +00:00
Frederick [Bot]
02a7958865 chore(i18n): update translations via Crowdin 2024-07-11 00:22:47 +00:00
Frederick [Bot]
e2eb711ac9 chore(i18n): update translations via Crowdin 2024-07-10 00:22:50 +00:00
Frederick [Bot]
f507a46324 chore(i18n): update translations via Crowdin 2024-07-09 00:22:12 +00:00
Frederick [Bot]
35dea13b22 chore(i18n): update translations via Crowdin 2024-07-08 00:21:34 +00:00
Frederick [Bot]
af54ee6c5c chore(i18n): update translations via Crowdin 2024-07-07 00:22:51 +00:00
Frederick [Bot]
161fd1f1b6 chore(i18n): update translations via Crowdin 2024-07-06 00:23:06 +00:00
Frederick [Bot]
0231d79b5a chore(i18n): update translations via Crowdin 2024-07-05 00:21:53 +00:00
Dominik Pschenitschni
20efacfa59 feat: improve settings label casing 2024-07-04 09:17:58 +00:00
Dominik Pschenitschni
5e84a237fb fix(translation): TOTP casing 2024-07-04 09:10:01 +00:00
Frederick [Bot]
f2a0ae108c chore(i18n): update translations via Crowdin 2024-07-04 00:21:54 +00:00
Frederick [Bot]
c42fbd6e0e chore(i18n): update translations via Crowdin 2024-07-03 00:22:03 +00:00
Frederick [Bot]
62ba1d864a chore(i18n): update translations via Crowdin 2024-07-02 00:22:51 +00:00
Frederick [Bot]
5a05cd3f8e chore(i18n): update translations via Crowdin 2024-07-01 00:21:24 +00:00
kolaente
f6c041db5b
feat(i18n): add Ukrainian for language selection in UI 2024-06-30 22:05:21 +02:00
Frederick [Bot]
e71865ef99 chore(i18n): update translations via Crowdin 2024-06-30 00:23:05 +00:00
Frederick [Bot]
5daad1b29f chore(i18n): update translations via Crowdin 2024-06-28 00:22:08 +00:00
Frederick [Bot]
1b7a1292c5 chore(i18n): update translations via Crowdin 2024-06-26 00:21:56 +00:00
Frederick [Bot]
6c4d467aec chore(i18n): update translations via Crowdin 2024-06-24 00:21:12 +00:00
Frederick [Bot]
f2ac9c2cca chore(i18n): update translations via Crowdin 2024-06-23 00:21:58 +00:00