From 3a8b415ed97a95da26b7ca1b545be4d00452951a Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Mon, 27 Sep 2021 22:52:17 -0400 Subject: [PATCH 1/4] docs: update BACKERS ***NO_CI*** --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c4d9cf200..f15ddcbddb 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Support this project by becoming a sponsor. Your name will show up in the Contri - Dragan Espenschied ([@despens](https://github.com/despens)) - Elijah Zobenko ([@he110](https://github.com/he110)) - Ernie ([@iamernie](https://github.com/iamernie)) +- Fabio Ferrari ([@devxops](https://github.com/devxops)) - Florian Moss ([@florianmoss](https://github.com/florianmoss)) - HeavenBay ([@HeavenBay](https://github.com/heavenbay)) - Jaimyn Mayer ([@jabelone](https://github.com/jabelone)) From 3814eef92277973a52ceb3c76e793586ab2b1226 Mon Sep 17 00:00:00 2001 From: craph Date: Thu, 30 Sep 2021 02:41:04 +0200 Subject: [PATCH 2/4] fix: admin email setup toLowerCase (#4516) --- server/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/setup.js b/server/setup.js index 44fb9d5d71..6d87a29f26 100644 --- a/server/setup.js +++ b/server/setup.js @@ -288,7 +288,7 @@ module.exports = () => { // Create root administrator WIKI.logger.info('Creating root administrator...') const adminUser = await WIKI.models.users.query().insert({ - email: req.body.adminEmail, + email: req.body.adminEmail.toLowerCase(), provider: 'local', password: req.body.adminPassword, name: 'Administrator', From ed3925b1c52b4155e0595146837916db0d094e40 Mon Sep 17 00:00:00 2001 From: Beh Date: Thu, 30 Sep 2021 02:42:48 +0200 Subject: [PATCH 3/4] fix: use first email address in Rocket.Chat auth response (#3122) --- server/modules/authentication/rocketchat/authentication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/authentication/rocketchat/authentication.js b/server/modules/authentication/rocketchat/authentication.js index 944d667c2e..edffef0064 100644 --- a/server/modules/authentication/rocketchat/authentication.js +++ b/server/modules/authentication/rocketchat/authentication.js @@ -23,7 +23,7 @@ module.exports = { cb(null, { id: usr._id, displayName: _.isEmpty(usr.name) ? usr.username : usr.name, - email: usr.email, + email: usr.emails[0].address, picture: usr.avatarUrl }) } catch (err) { From a208f1f5e09bbf880c584c7944b482e2b8da6c79 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Wed, 29 Sep 2021 21:21:26 -0400 Subject: [PATCH 4/4] docs: update BACKERS ***NO_CI*** --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f15ddcbddb..2e52480fa1 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ Support this project by becoming a sponsor. Your name will show up in the Contri Alexander Casassovici
(@alexksso) + + + Broxen
(@broxen) +
+ Dacon
(@xDacon) @@ -85,11 +90,6 @@ Support this project by becoming a sponsor. Your name will show up in the Contri Oleksii
(@idokka)
- - - Theodore Chu
(@TheodoreChu) -
-