Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into develop & Set version to 3.7.0-develop #18752

Merged
merged 34 commits into from
Aug 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5f58a4a
[FIX] Can't send long messages as attachment (#18355)
gabriellsh Jul 28, 2020
de27d47
[FIX] Appending 'false' to Jitsi URL (#18430)
ggazzo Jul 31, 2020
c9ccb78
[FIX] Multiple push notifications sent via native drivers (#18442)
sampaiodiego Jul 31, 2020
b185129
[FIX] Omnichannel Take Inquiry endpoint checking wrong permission (#1…
renatobecker Jul 31, 2020
cf81e7f
[FIX] Error when updating omnichannel department without agents param…
renatobecker Jul 31, 2020
f03a20a
[FIX] Invalid MIME type when uploading audio files (#18426)
renatobecker Jul 31, 2020
efb956a
[FIX] Omnichannel session monitor is not starting (#18412)
renatobecker Jul 31, 2020
af6988e
[FIX] Migration 194 (#18457)
thirsch Aug 1, 2020
411c5c2
Bump version to 3.5.1
sampaiodiego Aug 1, 2020
2fb78cf
Merge pull request #18452 from RocketChat/release-3.5.1
sampaiodiego Aug 3, 2020
9ad3a40
[FIX] Sending notifications from senders without a name (#18479)
sampaiodiego Aug 7, 2020
0613e46
Defer startup checks (#18547)
sampaiodiego Aug 13, 2020
f137daa
Bump version to 3.5.2
sampaiodiego Aug 13, 2020
be2c9fe
Merge pull request #18548 from RocketChat/release-3.5.2
sampaiodiego Aug 13, 2020
e130e17
[FIX] Users page in admin panel not working for inactive user after r…
pierre-lehnen-rc Aug 18, 2020
7afbe76
[FIX] React being loaded on the main bundle (#18597)
ggazzo Aug 18, 2020
6d6a00d
[FIX] UIKit Select and Multiselects not working (#18598)
ggazzo Aug 19, 2020
00e5403
Bump version to 3.5.3
sampaiodiego Aug 19, 2020
e6fdb27
Merge pull request #18610 from RocketChat/release-3.5.3
sampaiodiego Aug 19, 2020
68a4d11
Bump version to 3.6.0-rc.0
sampaiodiego Aug 22, 2020
3c84df2
[FIX] MarkdownText usage (#18621)
ggazzo Aug 21, 2020
e8f3f09
Bump version to 3.5.4
sampaiodiego Aug 24, 2020
ef23479
Merge pull request #18665 from RocketChat/release-3.5.4
sampaiodiego Aug 24, 2020
eeb7832
Merge remote-tracking branch 'origin/develop' into release-candidate
sampaiodiego Aug 25, 2020
48816a2
Bump version to 3.6.0-rc.1
sampaiodiego Aug 25, 2020
5673ff2
Merge remote-tracking branch 'origin/develop' into release-candidate
sampaiodiego Aug 27, 2020
73320d9
Bump version to 3.6.0-rc.2
sampaiodiego Aug 27, 2020
1f06d3c
Merge remote-tracking branch 'origin/develop' into release-candidate
sampaiodiego Aug 29, 2020
4cabdbe
Bump version to 3.6.0-rc.3
sampaiodiego Aug 29, 2020
ca70de3
Merge remote-tracking branch 'origin/release-candidate' into release-…
sampaiodiego Aug 29, 2020
aff1660
Bump version to 3.6.0
sampaiodiego Aug 29, 2020
071d72e
Merge pull request #18727 from RocketChat/release-3.6.0
sampaiodiego Aug 29, 2020
94cb30f
Update History files
rodrigok Aug 31, 2020
9efa419
Bump version to 3.7.0-develop
sampaiodiego Aug 31, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.0-develop
ENV RC_VERSION 3.7.0-develop

MAINTAINER buildmaster@rocket.chat

Expand Down
Loading