Skip to content

Commit

Permalink
Merge pull request #27439 from RocketChat/develop-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Dec 3, 2022
2 parents b64502a + a3c51ae commit 671a599
Show file tree
Hide file tree
Showing 5 changed files with 338 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/history-manual.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}]
}
205 changes: 205 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}
}
}
125 changes: 124 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -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))

<details>
<summary>🔍 Minor changes</summary>


- Release 5.3.3 ([#27340](https://github.com/RocketChat/Rocket.Chat/pull/27340))

</details>

### 👩‍💻👨‍💻 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.

<details>
<summary>🔍 Minor changes</summary>


- Chore: Check for Cloud client secret to check if workspace is registered ([#27229](https://github.com/RocketChat/Rocket.Chat/pull/27229))

</details>

### 👩‍💻👨‍💻 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`
Expand Down
1 change: 0 additions & 1 deletion apps/meteor/app/apps/server/bridges/scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export class AppSchedulerBridge extends SchedulerBridge {

private async scheduleOnceAfterRegister(job: IOnetimeSchedule, appId: string): Promise<void | string> {
const scheduledJobs = await this.scheduler.jobs({ name: job.id, type: 'normal' }, {}, 1);

if (!scheduledJobs.length) {
return this.scheduleOnce(job, appId);
}
Expand Down
4 changes: 2 additions & 2 deletions apps/meteor/packages/rocketchat-i18n/i18n/pl.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 671a599

Please sign in to comment.