Skip to content

Commit 803e9cf

Browse files
authored
Merge pull request #23554 from RocketChat/release-4.0.5
Release 4.0.5
2 parents 17db619 + f1cf805 commit 803e9cf

File tree

9 files changed

+54
-9
lines changed

9 files changed

+54
-9
lines changed

.docker/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/ubi8/nodejs-12
22

3-
ENV RC_VERSION 4.0.4
3+
ENV RC_VERSION 4.0.5
44

55
66

.github/history.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66254,6 +66254,29 @@
6625466254
]
6625566255
}
6625666256
]
66257+
},
66258+
"4.0.5": {
66259+
"node_version": "12.22.1",
66260+
"npm_version": "6.14.1",
66261+
"apps_engine_version": "1.28.0",
66262+
"mongo_versions": [
66263+
"3.6",
66264+
"4.0",
66265+
"4.2",
66266+
"4.4",
66267+
"5.0"
66268+
],
66269+
"pull_requests": [
66270+
{
66271+
"pr": "23541",
66272+
"title": "[FIX] OAuth login not working on mobile app",
66273+
"userLogin": "pierre-lehnen-rc",
66274+
"milestone": "4.0.5",
66275+
"contributors": [
66276+
"pierre-lehnen-rc"
66277+
]
66278+
}
66279+
]
6625766280
}
6625866281
}
6625966282
}

.snapcraft/resources/prepareRocketChat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
curl -SLf "https://releases.rocket.chat/4.0.4/download/" -o rocket.chat.tgz
3+
curl -SLf "https://releases.rocket.chat/4.0.5/download/" -o rocket.chat.tgz
44

55
tar xf rocket.chat.tgz --strip 1
66

.snapcraft/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 5. `snapcraft snap`
88

99
name: rocketchat-server
10-
version: 4.0.4
10+
version: 4.0.5
1111
summary: Rocket.Chat server
1212
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
1313
confinement: strict

HISTORY.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11

2+
# 4.0.5
3+
`2021-10-25 · 1 🐛 · 1 👩‍💻👨‍💻`
4+
5+
### Engine versions
6+
- Node: `12.22.1`
7+
- NPM: `6.14.1`
8+
- MongoDB: `3.6, 4.0, 4.2, 4.4, 5.0`
9+
- Apps-Engine: `1.28.0`
10+
11+
### 🐛 Bug fixes
12+
13+
14+
- OAuth login not working on mobile app ([#23541](https://github.com/RocketChat/Rocket.Chat/pull/23541))
15+
16+
### 👩‍💻👨‍💻 Core Team 🤓
17+
18+
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
19+
220
# 4.0.4
321
`2021-10-21 · 2 🐛 · 3 👩‍💻👨‍💻`
422

@@ -14857,15 +14875,15 @@
1485714875
<summary>🔍 Minor changes</summary>
1485814876

1485914877

14860-
- Add reetp to the issues' bot whitelist ([#12227](https://github.com/RocketChat/Rocket.Chat/pull/12227))
14878+
- Add reetp to the issues' bot whitelist ([#12227](https://github.com/RocketChat/Rocket.Chat/pull/12227) by [@theorenck](https://github.com/theorenck))
1486114879

1486214880
- Fix: Remove semver satisfies from Apps details that is already done my marketplace ([#12268](https://github.com/RocketChat/Rocket.Chat/pull/12268))
1486314881

1486414882
- Merge master into develop & Set version to 0.71.0-develop ([#12264](https://github.com/RocketChat/Rocket.Chat/pull/12264) by [@cardoso](https://github.com/cardoso) & [@kaiiiiiiiii](https://github.com/kaiiiiiiiii) & [@timkinnane](https://github.com/timkinnane))
1486514883

1486614884
- Regression: fix modal submit ([#12233](https://github.com/RocketChat/Rocket.Chat/pull/12233))
1486714885

14868-
- Release 0.70.1 ([#12270](https://github.com/RocketChat/Rocket.Chat/pull/12270) by [@Hudell](https://github.com/Hudell) & [@edzluhan](https://github.com/edzluhan))
14886+
- Release 0.70.1 ([#12270](https://github.com/RocketChat/Rocket.Chat/pull/12270) by [@Hudell](https://github.com/Hudell) & [@edzluhan](https://github.com/edzluhan) & [@theorenck](https://github.com/theorenck))
1486914887

1487014888
</details>
1487114889

@@ -14875,6 +14893,7 @@
1487514893
- [@cardoso](https://github.com/cardoso)
1487614894
- [@edzluhan](https://github.com/edzluhan)
1487714895
- [@kaiiiiiiiii](https://github.com/kaiiiiiiiii)
14896+
- [@theorenck](https://github.com/theorenck)
1487814897
- [@timkinnane](https://github.com/timkinnane)
1487914898

1488014899
### 👩‍💻👨‍💻 Core Team 🤓
@@ -14884,7 +14903,6 @@
1488414903
- [@rodrigok](https://github.com/rodrigok)
1488514904
- [@sampaiodiego](https://github.com/sampaiodiego)
1488614905
- [@tassoevan](https://github.com/tassoevan)
14887-
- [@theorenck](https://github.com/theorenck)
1488814906

1488914907
# 0.70.0
1489014908
`2018-09-28 · 2 ️️️⚠️ · 18 🎉 · 3 🚀 · 35 🐛 · 19 🔍 · 32 👩‍💻👨‍💻`

app/google-oauth/server/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Meteor.startup(() => {
2222
credentialSecret: escape(options.credentialSecret),
2323
storagePrefix: escape(OAuth._storageTokenPrefix),
2424
redirectUrl: escape(options.redirectUrl),
25+
isCordova: Boolean(options.isCordova),
2526
};
2627

2728
let template;
@@ -64,12 +65,14 @@ Meteor.startup(() => {
6465
}
6566
}
6667

68+
const isCordova = OAuth._isCordovaFromQuery(details.query);
6769

6870
if (details.error) {
6971
res.end(renderEndOfLoginResponse({
7072
loginStyle: details.loginStyle,
7173
setCredentialToken: false,
7274
redirectUrl,
75+
isCordova,
7376
}), 'utf-8');
7477
return;
7578
}
@@ -83,6 +86,7 @@ Meteor.startup(() => {
8386
credentialToken: details.credentials.token,
8487
credentialSecret: details.credentials.secret,
8588
redirectUrl,
89+
isCordova,
8690
}), 'utf-8');
8791
};
8892
});

app/utils/rocketchat.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "4.0.4"
2+
"version": "4.0.5"
33
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Rocket.Chat",
33
"description": "The Ultimate Open Source WebChat Platform",
4-
"version": "4.0.4",
4+
"version": "4.0.5",
55
"author": {
66
"name": "Rocket.Chat",
77
"url": "https://rocket.chat/"

0 commit comments

Comments
 (0)