Skip to content

Commit

Permalink
Develop sync (#10505)
Browse files Browse the repository at this point in the history
* add redhat dockerfile to master (#10408)

* add redhat dockerfile to master

* Add redhat dockerfile to set-version helper script

* Release 0.63.2 (#10476)

* [FIX] Even TypeErrors with SAML (#10475)

* Bump version to 0.63.2

* Added one2mail.info to default blocked domain list (#10218)

* [FIX] The 'channel.messages' REST API Endpoint error (#10485)

* Bump version to 0.63.3

* Add the history of v0.63.3

* Fix the failed auto-merge of history.md file
  • Loading branch information
graywolf336 authored and rodrigok committed Apr 20, 2018
1 parent ee06a91 commit 2d123a8
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 0.63.2
ENV RC_VERSION 0.64.0-develop

MAINTAINER buildmaster@rocket.chat

Expand Down
41 changes: 40 additions & 1 deletion .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -12225,5 +12225,44 @@
"geekgonecrazy"
]
}
],
"0.63.3": [
{
"pr": "10485",
"title": "[FIX] The 'channel.messages' REST API Endpoint error",
"userLogin": "rafaelks",
"milestone": "0.64.0",
"contributors": [
"rafaelks",
"web-flow"
]
},
{
"pr": "10218",
"title": "Added one2mail.info to default blocked domains list",
"userLogin": "nsuchy",
"milestone": "0.64.0",
"contributors": [
"nsuchy",
"web-flow"
]
},
{
"pr": "10476",
"title": "Release 0.63.2",
"userLogin": "graywolf336",
"contributors": [
"graywolf336",
"web-flow"
]
},
{
"pr": "10475",
"title": "[FIX] Even TypeErrors with SAML",
"userLogin": "graywolf336",
"contributors": [
"graywolf336"
]
}
]
}
}
20 changes: 19 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@
# 0.64.0-develop (2018-04-07)


# 0.63.3
`2018-04-18 · 2 🐛 · 2 🔍 · 1 👩‍💻👨‍💻`

### 🐛 Bug fixes

- The 'channel.messages' REST API Endpoint error ([#10485](https://github.com/RocketChat/Rocket.Chat/pull/10485))
- Even TypeErrors with SAML ([#10475](https://github.com/RocketChat/Rocket.Chat/pull/10475))

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

- Added one2mail.info to default blocked domains list ([#10218](https://github.com/RocketChat/Rocket.Chat/pull/10218) by [@nsuchy](https://github.com/nsuchy))
- Release 0.63.2 ([#10476](https://github.com/RocketChat/Rocket.Chat/pull/10476))

</details>

### 👩‍💻👨‍💻 Contributors 😍

- [@nsuchy](https://github.com/nsuchy)

# 0.63.2
`2018-04-17 · 1 🐛 · 1 🔍`
Expand Down Expand Up @@ -1939,4 +1957,4 @@
- [@qge](https://github.com/qge)
- [@sezinkarli](https://github.com/sezinkarli)
- [@szluohua](https://github.com/szluohua)
- [@tgxn](https://github.com/tgxn)
- [@tgxn](https://github.com/tgxn)
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ RocketChat.emailDomainDefaultBlackList = [
'one-time.email',
'oneoffemail.com',
'oneoffmail.com',
'one2mail.info',
'onewaymail.com',
'onlatedotcom.info',
'online.ms',
Expand Down

0 comments on commit 2d123a8

Please sign in to comment.