Skip to content

Commit

Permalink
Merge pull request #18727 from RocketChat/release-3.6.0
Browse files Browse the repository at this point in the history
Release 3.6.0
  • Loading branch information
sampaiodiego authored Aug 29, 2020
2 parents ef23479 + aff1660 commit 071d72e
Show file tree
Hide file tree
Showing 450 changed files with 21,667 additions and 14,561 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 3.5.4
ENV RC_VERSION 3.6.0

MAINTAINER [email protected]

Expand Down
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,15 @@
"@typescript-eslint"
],
"rules": {
"func-call-spacing": "off",
"jsx-quotes": [
"error",
"prefer-single"
],
"indent": "off",
"no-extra-parens": "off",
"no-spaced-func": "off",
"no-useless-constructor": "off",
"react/jsx-uses-react": "error",
"react/jsx-uses-vars": "error",
"react/jsx-no-undef": "error",
Expand Down
7 changes: 7 additions & 0 deletions .github/history-manual.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@
"title": "[BREAK] TLS v1.0 and TLS v1.1 were disabled by due to NodeJS update to v12. You can still enable them by using flags like `--tls-min-v1.0` and `--tls-min-v1.1`",
"userLogin": "sampaiodiego",
"contributors": []
}],
"3.6.0-rc.0": [{
"pr": "18642",
"title": "[NEW] Admin option to reset other users’ E2E encryption key",
"userLogin": "rodrigok",
"contributors": [],
"description": "Requires the 2FA password fallback enforcement enabled to work"
}]
}
Loading

0 comments on commit 071d72e

Please sign in to comment.