Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:RocketChat/Rocket.Chat into fix/…
Browse files Browse the repository at this point in the history
…pinned_messages_collapse

* 'develop' of github.com:RocketChat/Rocket.Chat: (90 commits)
  [FIX] livechat/rooms endpoint not working with big amount of livechats (#16623)
  [FIX] Regression: Jitsi on external window infinite loop (#16625)
  [FIX] UiKit not updating new actionIds received as responses from actions (#16624)
  Bump version to 3.1.0-develop
  Bump version to 3.0.0
  Bump version to 3.0.0-rc.11
  Fix enter behavior
  send file on enter
  Fix github actions accessing the github registry (#16521)
  Bump version to 3.0.0-rc.10
  [FIX] Bug on starting Jitsi video calls , multiple messages (#16601)
  Bump version to 3.0.0-rc.9
  Regression: fix read unread messages (#16562)
  Regression: UIKit update modal actions (#16570)
  fixed duplicated toastrs (#16578)
  Update Livechat widget dependency version to 1.3.1. (#16580)
  Update Apps-Engine version (#16584)
  [FIX] Error when successfully joining room by invite link (#16571)
  Add breaking notice regarding TLS (#16575)
  [FIX] Invite links proxy URLs not working when using CDN (#16581)
  ...
  • Loading branch information
gabriellsh committed Feb 18, 2020
2 parents ccd3e9a + f86323f commit b5abb9e
Show file tree
Hide file tree
Showing 161 changed files with 15,639 additions and 14,001 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 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 b5abb9e

Please sign in to comment.