From 8bb80ba98ffc78eaea78b4e6839c0e9daee058e2 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 5 Oct 2023 16:20:28 +0300 Subject: [PATCH] Pull request 2022: 6280-password-length Updates #6280. Squashed commit of the following: commit 85014e27da6f289a4ecdd8cbd05c0bee358da39e Merge: 2d93201ce 5f61b550f Author: Ainar Garipov Date: Thu Oct 5 15:58:48 2023 +0300 Merge branch 'master' into 6280-password-length commit 2d93201cea23517cdf3c2b3a4a4c26b7d89d2511 Author: Ainar Garipov Date: Thu Oct 5 15:43:05 2023 +0300 client: rm dep commit 3b11d10af8200110fbb1a1d7a7e6e26715ee0436 Author: Ainar Garipov Date: Thu Oct 5 15:22:58 2023 +0300 client: imp i18n commit f88dfc9a991c961b17a9add229a768a5cc127071 Author: Ainar Garipov Date: Thu Oct 5 15:17:56 2023 +0300 all: imp i18n, names commit a7874f5f1a057a76e05a009ed5204bb1a3d70f50 Author: Ainar Garipov Date: Thu Oct 5 15:07:10 2023 +0300 all: fix passwd check --- CHANGELOG.md | 7 +- client/package-lock.json | 53886 ++++++++++++++++++++--------- client/package.json | 1 - client/src/__locales/en.json | 2 +- client/src/helpers/constants.js | 1 + client/src/helpers/validators.js | 25 +- internal/home/auth.go | 19 +- internal/home/auth_test.go | 3 +- internal/home/controlinstall.go | 17 +- 9 files changed, 37408 insertions(+), 16553 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf83ecf..2f857fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,17 +29,18 @@ NOTE: Add new changes BELOW THIS COMMENT. - Ability to specify for how long clients should cache a filtered response, using the *Blocked response TTL* field on the *DNS settings* page ([#4569]). -[#1700]: https://github.com/AdguardTeam/AdGuardHome/issues/1700 -[#4569]: https://github.com/AdguardTeam/AdGuardHome/issues/4569 - ### Fixed +- Improper validation of password length ([#6280]). - Wrong algorithm for filtering self addresses from the list of private upstream DNS servers ([#6231]). - An accidental change in DNS rewrite priority ([#6226]). +[#1700]: https://github.com/AdguardTeam/AdGuardHome/issues/1700 +[#4569]: https://github.com/AdguardTeam/AdGuardHome/issues/4569 [#6226]: https://github.com/AdguardTeam/AdGuardHome/issues/6226 [#6231]: https://github.com/AdguardTeam/AdGuardHome/issues/6231 +[#6280]: https://github.com/AdguardTeam/AdGuardHome/issues/6280