Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into lazy-load-apps-cat…
Browse files Browse the repository at this point in the history
…egories
  • Loading branch information
d-gubert committed Feb 28, 2020
2 parents 826a97e + 6f0e929 commit f1e49e5
Show file tree
Hide file tree
Showing 550 changed files with 19,243 additions and 17,500 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"@babel/preset-env"
]
}
2 changes: 1 addition & 1 deletion .docker-mongo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocketchat/base:8
FROM rocketchat/base:12.14.0

ADD . /app
ADD entrypoint.sh /app/bundle/
Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocketchat/base:8.17.0
FROM rocketchat/base:12.14.0

ADD . /app

Expand Down
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 2.5.0-develop
ENV RC_VERSION 3.1.0-develop

MAINTAINER buildmaster@rocket.chat

Expand Down
5 changes: 5 additions & 0 deletions .github/history-manual.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@
"title": "[BREAK] Support for Cordova (Rocket.Chat Legacy app) has reached End-of-life, support has been discontinued",
"userLogin": "sampaiodiego",
"contributors": []
}],
"3.0.0-rc.9": [{
"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": []
}]
}
Loading

0 comments on commit f1e49e5

Please sign in to comment.