Skip to content

Commit

Permalink
Merge branch 'develop_pwa' of https://github.com/WideChat/Rocket.Chat
Browse files Browse the repository at this point in the history
…into push_notification_subscription_handle
  • Loading branch information
bhardwajaditya committed Sep 6, 2020
2 parents 06c8b74 + 7b7aa0e commit 448e475
Show file tree
Hide file tree
Showing 461 changed files with 21,941 additions and 14,475 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.3
ENV RC_VERSION 3.6.0

MAINTAINER buildmaster@rocket.chat

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 448e475

Please sign in to comment.