From 4f6fc10b84c0e90eb16b1672e8362d178b1d99e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 13:22:22 -0500 Subject: [PATCH 01/11] fix(deps): update dependency nodebb-theme-persona to v11.3.12 (#10100) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 82555367e3..86b27db292 100644 --- a/install/package.json +++ b/install/package.json @@ -93,7 +93,7 @@ "nodebb-plugin-spam-be-gone": "0.7.12", "nodebb-rewards-essentials": "0.2.0", "nodebb-theme-lavender": "5.3.1", - "nodebb-theme-persona": "11.3.11", + "nodebb-theme-persona": "11.3.12", "nodebb-theme-slick": "1.4.21", "nodebb-theme-vanilla": "12.1.13", "nodebb-widget-essentials": "5.0.4", From ee05b76264a92fa4f6d678de6c977e152200fd5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 13:23:11 -0500 Subject: [PATCH 02/11] chore(deps): update dependency jsdom to v19 (#10053) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 86b27db292..7f0ca00f35 100644 --- a/install/package.json +++ b/install/package.json @@ -151,7 +151,7 @@ "grunt": "1.4.1", "grunt-contrib-watch": "1.1.0", "husky": "7.0.4", - "jsdom": "18.1.1", + "jsdom": "19.0.0", "lint-staged": "12.1.3", "mocha": "9.1.3", "mocha-lcov-reporter": "1.3.0", From eccdfc9d6b0469a3979ba20a5cf1cc96e2ac5642 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 13:27:12 -0500 Subject: [PATCH 03/11] fix(deps): update dependency nodebb-theme-lavender to v5.3.2 (#10099) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 7f0ca00f35..bd888056dc 100644 --- a/install/package.json +++ b/install/package.json @@ -92,7 +92,7 @@ "nodebb-plugin-mentions": "3.0.4", "nodebb-plugin-spam-be-gone": "0.7.12", "nodebb-rewards-essentials": "0.2.0", - "nodebb-theme-lavender": "5.3.1", + "nodebb-theme-lavender": "5.3.2", "nodebb-theme-persona": "11.3.12", "nodebb-theme-slick": "1.4.21", "nodebb-theme-vanilla": "12.1.13", From dd1633fff83eac50fc6cf82828b0085600ea652f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 13:54:50 -0500 Subject: [PATCH 04/11] fix(deps): update dependency nodebb-theme-slick to v1.4.22 (#10101) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index bd888056dc..14d0082a79 100644 --- a/install/package.json +++ b/install/package.json @@ -94,7 +94,7 @@ "nodebb-rewards-essentials": "0.2.0", "nodebb-theme-lavender": "5.3.2", "nodebb-theme-persona": "11.3.12", - "nodebb-theme-slick": "1.4.21", + "nodebb-theme-slick": "1.4.22", "nodebb-theme-vanilla": "12.1.13", "nodebb-widget-essentials": "5.0.4", "nodemailer": "^6.5.0", From dd8b1f757d0515589f9d3e65371603d1332cbf48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 13:58:44 -0500 Subject: [PATCH 05/11] fix(deps): update dependency nodebb-theme-vanilla to v12.1.14 (#10102) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 14d0082a79..6526bdb0a2 100644 --- a/install/package.json +++ b/install/package.json @@ -95,7 +95,7 @@ "nodebb-theme-lavender": "5.3.2", "nodebb-theme-persona": "11.3.12", "nodebb-theme-slick": "1.4.22", - "nodebb-theme-vanilla": "12.1.13", + "nodebb-theme-vanilla": "12.1.14", "nodebb-widget-essentials": "5.0.4", "nodemailer": "^6.5.0", "nprogress": "0.2.0", From b5b188fd539367c933e35d99712bda07d8b5bcf3 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 23 Dec 2021 15:20:22 -0500 Subject: [PATCH 06/11] feat: allow isCluster, isPrimary, and jobsDisabled to be passed in as numbers in addition to string/bool /cc @barisusakli --- src/prestart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prestart.js b/src/prestart.js index 8f89336b9a..6b1d1dfcc4 100644 --- a/src/prestart.js +++ b/src/prestart.js @@ -65,7 +65,7 @@ function loadConfig(configFile) { castAsBool.forEach((prop) => { const value = nconf.get(prop); if (value !== undefined) { - nconf.set(prop, typeof value === 'boolean' ? value : String(value).toLowerCase() === 'true'); + nconf.set(prop, ['1', 1, 'true', true].includes(value)); } }); nconf.stores.env.readOnly = true; From 5c3335b79915c56a36bb0325841243a805373083 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Dec 2021 23:57:33 +0000 Subject: [PATCH 07/11] fix(deps): update dependency yargs to v17.3.1 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 6526bdb0a2..ec0d0fa521 100644 --- a/install/package.json +++ b/install/package.json @@ -137,7 +137,7 @@ "winston": "3.3.3", "xml": "^1.0.1", "xregexp": "^5.0.1", - "yargs": "17.3.0", + "yargs": "17.3.1", "zxcvbn": "^4.4.2" }, "devDependencies": { From a395596fbcf94a5e1cf9e286921ea3f44c0e159b Mon Sep 17 00:00:00 2001 From: "Misty (Bot)" Date: Fri, 24 Dec 2021 09:05:54 +0000 Subject: [PATCH 08/11] Latest translations and fallbacks --- public/language/it/error.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/language/it/error.json b/public/language/it/error.json index 7eb64f570e..6441a4a561 100644 --- a/public/language/it/error.json +++ b/public/language/it/error.json @@ -1,8 +1,8 @@ { "invalid-data": "Dati non validi", "invalid-json": "JSON non valido", - "wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead", - "required-parameters-missing": "Required parameters were missing from this API call: %1", + "wrong-parameter-type": "Era previsto un valore di tipo %3 per la proprietà '%1', ma invece è stato ricevuto %2", + "required-parameters-missing": "I parametri richiesti sono mancanti in questa chiamata API: %1", "not-logged-in": "Non sembra che tu abbia effettuato l'accesso.", "account-locked": "Il tuo account è stato bloccato temporaneamente", "search-requires-login": "La ricerca richiede un account! Si prega di effettuare l'accesso o registrarsi!", @@ -11,7 +11,7 @@ "invalid-tid": "ID Topic non valido", "invalid-pid": "ID Post non valido", "invalid-uid": "ID Utente non valido", - "invalid-mid": "Invalid Chat Message ID", + "invalid-mid": "ID messaggio chat non valido", "invalid-date": "Deve essere fornita una data valida", "invalid-username": "Nome utente non valido", "invalid-email": "Email non valida", From 87779fc8f9d1d6c7966792c952093da20bda7287 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Dec 2021 12:05:42 +0000 Subject: [PATCH 09/11] chore(deps): update dependency lint-staged to v12.1.4 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index ec0d0fa521..1ae7f67062 100644 --- a/install/package.json +++ b/install/package.json @@ -152,7 +152,7 @@ "grunt-contrib-watch": "1.1.0", "husky": "7.0.4", "jsdom": "19.0.0", - "lint-staged": "12.1.3", + "lint-staged": "12.1.4", "mocha": "9.1.3", "mocha-lcov-reporter": "1.3.0", "mockdate": "3.0.5", From 1a6d5250fbc9921f4967d76d028deed53d7627b1 Mon Sep 17 00:00:00 2001 From: "Misty (Bot)" Date: Sun, 26 Dec 2021 09:16:51 +0000 Subject: [PATCH 10/11] Latest translations and fallbacks --- public/language/vi/category.json | 2 +- public/language/vi/login.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/language/vi/category.json b/public/language/vi/category.json index 5119a2a490..93bc07f7aa 100644 --- a/public/language/vi/category.json +++ b/public/language/vi/category.json @@ -1,7 +1,7 @@ { "category": "Chuyên mục", "subcategories": "Chuyên mục con", - "new_topic_button": "Chủ đề mới", + "new_topic_button": "Chủ Đề Mới", "guest-login-post": "Đăng nhập để đăng bài", "no_topics": "Không có chủ đề nào trong chuyên mục này.
Tại sao bạn không thử đăng?", "browsing": "đang duyệt", diff --git a/public/language/vi/login.json b/public/language/vi/login.json index 545104c9ba..531fa94abf 100644 --- a/public/language/vi/login.json +++ b/public/language/vi/login.json @@ -2,7 +2,7 @@ "username-email": "Tên đăng nhập / Email", "username": "Tên đăng nhập", "remember_me": "Ghi Nhớ Tôi?", - "forgot_password": "Quên mật khẩu?", + "forgot_password": "Quên Mật Khẩu?", "alternative_logins": "Đăng Nhập Thay Thế", "failed_login_attempt": "Đăng Nhập Thất Bại", "login_successful": "Bạn đã đăng nhập thành công!", From 5439e45f3e1c584be6653d177bee38a731c742ba Mon Sep 17 00:00:00 2001 From: "Misty (Bot)" Date: Tue, 28 Dec 2021 09:05:54 +0000 Subject: [PATCH 11/11] Latest translations and fallbacks --- public/language/vi/global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/language/vi/global.json b/public/language/vi/global.json index 567ff9fd2b..534e5ce59a 100644 --- a/public/language/vi/global.json +++ b/public/language/vi/global.json @@ -2,10 +2,10 @@ "home": "Trang chủ", "search": "Tìm kiếm", "buttons.close": "Đóng", - "403.title": "Đã từ chối truy cập", + "403.title": "Truy Cập Bị Từ Chối", "403.message": "Dường như bạn đã tình cờ gặp một trang mà bạn không có quyền truy cập.", "403.login": "Có lẽ bạn nên thử đăng nhập?", - "404.title": "Không tìm thấy", + "404.title": "Không Tìm Thấy", "404.message": "Có vẻ như bạn đã tình cờ gặp một trang không tồn tại. Hãy trở lại trang chủ.", "500.title": "Lỗi Bên Trong.", "500.message": "Úi chà! Có vẻ như đã xảy ra sự cố!",