diff --git a/.github/history-manual.json b/.github/history-manual.json
index 4ae9ca168f0c..67e891757f72 100644
--- a/.github/history-manual.json
+++ b/.github/history-manual.json
@@ -203,5 +203,12 @@
"contributors": [
"ggazzo"
]
+ }],
+ "5.3.3": [{
+ "title": "[FIX] Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)",
+ "userLogin": "ggazzo",
+ "contributors": [
+ "ggazzo"
+ ]
}]
}
diff --git a/.github/history.json b/.github/history.json
index e1caf7080a0d..46cd0f2b8511 100644
--- a/.github/history.json
+++ b/.github/history.json
@@ -95549,6 +95549,211 @@
"5.0"
],
"pull_requests": []
+ },
+ "5.3.1": {
+ "node_version": "14.19.3",
+ "npm_version": "6.14.17",
+ "mongo_versions": [
+ "4.2",
+ "4.4",
+ "5.0"
+ ],
+ "pull_requests": [
+ {
+ "pr": "27243",
+ "title": "[FIX] Multi instance error message",
+ "userLogin": "sampaiodiego",
+ "milestone": "5.3.1",
+ "contributors": [
+ "sampaiodiego",
+ "kodiakhq[bot]",
+ "web-flow"
+ ]
+ },
+ {
+ "pr": "27240",
+ "title": "[FIX] Next schedule check for Apps",
+ "userLogin": "sampaiodiego",
+ "milestone": "5.3.1",
+ "contributors": [
+ "sampaiodiego"
+ ]
+ },
+ {
+ "pr": "27151",
+ "title": "[FIX] Hide system messages setting not being respected.",
+ "userLogin": "gabriellsh",
+ "description": "There was a query missing the parameters in the client.\r\n\r\nAlso added a few tests to help reduce the risk of this happening again.",
+ "milestone": "5.3.1",
+ "contributors": [
+ "gabriellsh",
+ "ggazzo",
+ "web-flow",
+ "kodiakhq[bot]"
+ ]
+ },
+ {
+ "pr": "27229",
+ "title": "Chore: Check for Cloud client secret to check if workspace is registered",
+ "userLogin": "sampaiodiego",
+ "milestone": "5.3.1",
+ "contributors": [
+ "sampaiodiego"
+ ]
+ },
+ {
+ "pr": "27105",
+ "title": "[FIX] File upload receiving whole file to apply limits",
+ "userLogin": "sampaiodiego",
+ "milestone": "5.3.1",
+ "contributors": [
+ "sampaiodiego",
+ "web-flow",
+ "ggazzo",
+ "casalsgh"
+ ]
+ },
+ {
+ "pr": "27167",
+ "title": "[FIX] User merge by e-mail on OAuth is case-sensitive",
+ "userLogin": "matheusbsilva137",
+ "description": "- Ignore case when searching for a user by email.",
+ "milestone": "5.3.1",
+ "contributors": [
+ "matheusbsilva137",
+ "kodiakhq[bot]",
+ "web-flow"
+ ]
+ }
+ ]
+ },
+ "5.3.2": {
+ "node_version": "14.19.3",
+ "npm_version": "6.14.17",
+ "mongo_versions": [
+ "4.2",
+ "4.4",
+ "5.0"
+ ],
+ "pull_requests": [
+ {
+ "pr": "27259",
+ "title": "[FIX] Sidebar Room list extended preview not updating on new messages.",
+ "userLogin": "gabriellsh",
+ "milestone": "5.3.2",
+ "contributors": [
+ "gabriellsh"
+ ]
+ },
+ {
+ "pr": "27294",
+ "title": "[FIX] Replace regex not compatible with safari",
+ "userLogin": "filipemarins",
+ "milestone": "5.3.2",
+ "contributors": [
+ "filipemarins"
+ ]
+ }
+ ]
+ },
+ "4.8.7": {
+ "node_version": "14.18.3",
+ "npm_version": "6.14.15",
+ "mongo_versions": [
+ "3.6",
+ "4.0",
+ "4.2",
+ "4.4",
+ "5.0"
+ ],
+ "pull_requests": []
+ },
+ "5.0.8": {
+ "node_version": "14.19.3",
+ "npm_version": "6.14.17",
+ "mongo_versions": [
+ "4.2",
+ "4.4",
+ "5.0"
+ ],
+ "pull_requests": []
+ },
+ "5.1.5": {
+ "node_version": "14.19.3",
+ "npm_version": "6.14.17",
+ "mongo_versions": [
+ "4.2",
+ "4.4",
+ "5.0"
+ ],
+ "pull_requests": []
+ },
+ "5.2.1": {
+ "node_version": "14.19.3",
+ "npm_version": "6.14.17",
+ "mongo_versions": [
+ "4.2",
+ "4.4",
+ "5.0"
+ ],
+ "pull_requests": []
+ },
+ "5.3.3": {
+ "node_version": "14.19.3",
+ "npm_version": "6.14.17",
+ "mongo_versions": [
+ "4.2",
+ "4.4",
+ "5.0"
+ ],
+ "pull_requests": []
+ },
+ "5.3.4": {
+ "node_version": "14.19.3",
+ "npm_version": "6.14.17",
+ "mongo_versions": [
+ "4.2",
+ "4.4",
+ "5.0"
+ ],
+ "pull_requests": [
+ {
+ "pr": "27391",
+ "title": "[FIX] Thread messages being included in the room history even though they are not displayed",
+ "userLogin": "dougfabris",
+ "contributors": [
+ "dougfabris"
+ ]
+ },
+ {
+ "pr": "27340",
+ "title": "Release 5.3.3",
+ "userLogin": "ggazzo",
+ "contributors": [
+ "ggazzo"
+ ]
+ }
+ ]
+ },
+ "5.3.5": {
+ "node_version": "14.19.3",
+ "npm_version": "6.14.17",
+ "mongo_versions": [
+ "4.2",
+ "4.4",
+ "5.0"
+ ],
+ "pull_requests": [
+ {
+ "pr": "27435",
+ "title": "[FIX] Fix watch db being started on Micro Services env",
+ "userLogin": "ggazzo",
+ "milestone": "5.4.0",
+ "contributors": [
+ "ggazzo"
+ ]
+ }
+ ]
}
}
}
\ No newline at end of file
diff --git a/HISTORY.md b/HISTORY.md
index b76dd85e37c0..4e4eabf08693 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,129 @@
+# 5.3.5
+`2022-12-02 · 1 🐛 · 1 👩💻👨💻`
+
+### Engine versions
+- Node: `14.19.3`
+- NPM: `6.14.17`
+- MongoDB: `4.2, 4.4, 5.0`
+
+### 🐛 Bug fixes
+
+
+- Fix watch db being started on Micro Services env ([#27435](https://github.com/RocketChat/Rocket.Chat/pull/27435))
+
+### 👩💻👨💻 Core Team 🤓
+
+- [@ggazzo](https://github.com/ggazzo)
+
+# 5.3.4
+`2022-11-29 · 1 🐛 · 1 🔍 · 2 👩💻👨💻`
+
+### Engine versions
+- Node: `14.19.3`
+- NPM: `6.14.17`
+- MongoDB: `4.2, 4.4, 5.0`
+
+### 🐛 Bug fixes
+
+
+- Thread messages being included in the room history even though they are not displayed ([#27391](https://github.com/RocketChat/Rocket.Chat/pull/27391))
+
+
+🔍 Minor changes
+
+
+- Release 5.3.3 ([#27340](https://github.com/RocketChat/Rocket.Chat/pull/27340))
+
+
+
+### 👩💻👨💻 Core Team 🤓
+
+- [@dougfabris](https://github.com/dougfabris)
+- [@ggazzo](https://github.com/ggazzo)
+
+# 5.3.3
+`2022-11-24 · 1 🐛 · 1 👩💻👨💻`
+
+### Engine versions
+- Node: `14.19.3`
+- NPM: `6.14.17`
+- MongoDB: `4.2, 4.4, 5.0`
+
+### 🐛 Bug fixes
+
+
+- Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)
+
+### 👩💻👨💻 Core Team 🤓
+
+- [@ggazzo](https://github.com/ggazzo)
+
+# 5.3.2
+`2022-11-18 · 2 🐛 · 2 👩💻👨💻`
+
+### Engine versions
+- Node: `14.19.3`
+- NPM: `6.14.17`
+- MongoDB: `4.2, 4.4, 5.0`
+
+### 🐛 Bug fixes
+
+
+- Replace regex not compatible with safari ([#27294](https://github.com/RocketChat/Rocket.Chat/pull/27294))
+
+- Sidebar Room list extended preview not updating on new messages. ([#27259](https://github.com/RocketChat/Rocket.Chat/pull/27259))
+
+### 👩💻👨💻 Core Team 🤓
+
+- [@filipemarins](https://github.com/filipemarins)
+- [@gabriellsh](https://github.com/gabriellsh)
+
+# 5.3.1
+`2022-11-14 · 5 🐛 · 1 🔍 · 5 👩💻👨💻`
+
+### Engine versions
+- Node: `14.19.3`
+- NPM: `6.14.17`
+- MongoDB: `4.2, 4.4, 5.0`
+
+### 🐛 Bug fixes
+
+
+- File upload receiving whole file to apply limits ([#27105](https://github.com/RocketChat/Rocket.Chat/pull/27105))
+
+- Hide system messages setting not being respected. ([#27151](https://github.com/RocketChat/Rocket.Chat/pull/27151))
+
+ There was a query missing the parameters in the client.
+
+ Also added a few tests to help reduce the risk of this happening again.
+
+- Multi instance error message ([#27243](https://github.com/RocketChat/Rocket.Chat/pull/27243))
+
+- Next schedule check for Apps ([#27240](https://github.com/RocketChat/Rocket.Chat/pull/27240))
+
+- User merge by e-mail on OAuth is case-sensitive ([#27167](https://github.com/RocketChat/Rocket.Chat/pull/27167))
+
+ - Ignore case when searching for a user by email.
+
+
+🔍 Minor changes
+
+
+- Chore: Check for Cloud client secret to check if workspace is registered ([#27229](https://github.com/RocketChat/Rocket.Chat/pull/27229))
+
+
+
+### 👩💻👨💻 Core Team 🤓
+
+- [@casalsgh](https://github.com/casalsgh)
+- [@gabriellsh](https://github.com/gabriellsh)
+- [@ggazzo](https://github.com/ggazzo)
+- [@matheusbsilva137](https://github.com/matheusbsilva137)
+- [@sampaiodiego](https://github.com/sampaiodiego)
+
# 5.3.0
-`2022-10-31 · 3 🎉 · 4 🚀 · 13 🐛 · 23 🔍 · 23 👩💻👨💻`
+`2022-11-01 · 3 🎉 · 4 🚀 · 13 🐛 · 23 🔍 · 23 👩💻👨💻`
### Engine versions
- Node: `14.19.3`
diff --git a/apps/meteor/app/apps/server/bridges/scheduler.ts b/apps/meteor/app/apps/server/bridges/scheduler.ts
index faefc5d7e4f7..b4ab5170fc4f 100644
--- a/apps/meteor/app/apps/server/bridges/scheduler.ts
+++ b/apps/meteor/app/apps/server/bridges/scheduler.ts
@@ -114,7 +114,6 @@ export class AppSchedulerBridge extends SchedulerBridge {
private async scheduleOnceAfterRegister(job: IOnetimeSchedule, appId: string): Promise {
const scheduledJobs = await this.scheduler.jobs({ name: job.id, type: 'normal' }, {}, 1);
-
if (!scheduledJobs.length) {
return this.scheduleOnce(job, appId);
}
diff --git a/apps/meteor/packages/rocketchat-i18n/i18n/pl.i18n.json b/apps/meteor/packages/rocketchat-i18n/i18n/pl.i18n.json
index 35fd8832ea9e..6b55c35acb6a 100644
--- a/apps/meteor/packages/rocketchat-i18n/i18n/pl.i18n.json
+++ b/apps/meteor/packages/rocketchat-i18n/i18n/pl.i18n.json
@@ -3312,7 +3312,7 @@
"Msgs": "Wiadomości",
"multi": "multi",
"multi_line": "linia multi",
- "Multiple_monolith_instances_alert": "Obsługujesz wiele instancji... niektóre funkcje nie będą zachowywać się zgodnie z projektem.",
+ "Multiple_monolith_instances_alert": null,
"Mute": "Wyciszenie",
"Mute_and_dismiss": "Wycisz i odrzuć",
"Mute_all_notifications": "Wycisz wszystkie powiadomienia",
@@ -5393,4 +5393,4 @@
"onboarding.form.standaloneServerForm.publishOwnApp": "W celu wysyłania powiadomień push należy skompilować i opublikować własną aplikację w Google Play i App Store",
"onboarding.form.standaloneServerForm.manuallyIntegrate": "Konieczność ręcznej integracji z usługami zewnętrznymi",
"Something_Went_Wrong": "Coś poszło nie tak"
-}
\ No newline at end of file
+}