Skip to content

Commit d223fb1

Browse files
committed
Merge branch 'develop' into feature/custom-oauth-mail-field
* develop: (36 commits) Group DM improvements [NEW] Sort channel directory listing by latest message (#16604) [FIX] Wrong message count statistics in Admin info page (#16680) Fix: 2FA DDP method not getting code on API call that doesn’t requires 2FA (#16998) [NEW] Direct message between multiple users (#16761) Bump version to 3.0.7 Regression: Remove deprecated Omnichannel setting used to fetch the queue data through subscription (#17017) Regression: Remove deprecated Omnichannel setting used to fetch the queue data through subscription (#17017) Bump version to 3.0.6 [Regression] Replace the Omnichannel queue model observe with Stream (#16999) [FIX] Keeps the agent in the room after accepting a new Omnichannel request (#16787) Bump version to 3.0.5 [FIX] Race conditions on/before login (#16989) Bump version to 3.0.4 [IMPROVE] Send files over rest api (#16617) [FIX] Integrations page pagination (#16838) [FIX] TypeError when trying to load avatar of an invalid room. (#16699) Bump version to 3.0.3 [FIX] Language country has been ignored on translation load (#16757) [FIX] Manual Register use correct state for determining registered (#16726) ...
2 parents 0b2654e + 0cf6dbd commit d223fb1

File tree

67 files changed

+1665
-563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1665
-563
lines changed

.github/history.json

Lines changed: 322 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39745,6 +39745,328 @@
3974539745
"4.0"
3974639746
],
3974739747
"pull_requests": []
39748+
},
39749+
"3.0.1": {
39750+
"node_version": "12.14.0",
39751+
"npm_version": "6.13.4",
39752+
"mongo_versions": [
39753+
"3.4",
39754+
"3.6",
39755+
"4.0"
39756+
],
39757+
"pull_requests": [
39758+
{
39759+
"pr": "16624",
39760+
"title": "[FIX] UiKit not updating new actionIds received as responses from actions",
39761+
"userLogin": "ggazzo",
39762+
"milestone": "3.0.1",
39763+
"contributors": [
39764+
"ggazzo"
39765+
]
39766+
},
39767+
{
39768+
"pr": "16625",
39769+
"title": "[FIX] Regression: Jitsi on external window infinite loop",
39770+
"userLogin": "ggazzo",
39771+
"milestone": "3.0.1",
39772+
"contributors": [
39773+
"ggazzo"
39774+
]
39775+
},
39776+
{
39777+
"pr": "16623",
39778+
"title": "[FIX] livechat/rooms endpoint not working with big amount of livechats",
39779+
"userLogin": "MarcosSpessatto",
39780+
"milestone": "3.0.1",
39781+
"contributors": [
39782+
"MarcosSpessatto",
39783+
"sampaiodiego"
39784+
]
39785+
},
39786+
{
39787+
"pr": "16637",
39788+
"title": "[FIX] Regression: New 'app' role with no permissions when updating to 3.0.0",
39789+
"userLogin": "d-gubert",
39790+
"milestone": "3.0.1",
39791+
"contributors": [
39792+
"d-gubert"
39793+
]
39794+
},
39795+
{
39796+
"pr": "16626",
39797+
"title": "[FIX] Block user option inside admin view",
39798+
"userLogin": "ggazzo",
39799+
"milestone": "3.0.1",
39800+
"contributors": [
39801+
"ggazzo"
39802+
]
39803+
},
39804+
{
39805+
"pr": "16639",
39806+
"title": "[FIX] Data converters overriding fields added by apps",
39807+
"userLogin": "d-gubert",
39808+
"milestone": "3.0.1",
39809+
"contributors": [
39810+
"ggazzo",
39811+
"d-gubert",
39812+
"web-flow"
39813+
]
39814+
},
39815+
{
39816+
"pr": "16629",
39817+
"title": "[FIX] Admin height if the blue banner is opened",
39818+
"userLogin": "ggazzo",
39819+
"milestone": "3.0.1",
39820+
"contributors": [
39821+
"ggazzo"
39822+
]
39823+
}
39824+
]
39825+
},
39826+
"2.4.10": {
39827+
"node_version": "8.17.0",
39828+
"npm_version": "6.13.4",
39829+
"mongo_versions": [
39830+
"3.4",
39831+
"3.6",
39832+
"4.0"
39833+
],
39834+
"pull_requests": [
39835+
{
39836+
"pr": "16495",
39837+
"title": "[FIX] users.info endpoint not handling the error if the user does not exist",
39838+
"userLogin": "MarcosSpessatto",
39839+
"milestone": "3.0.2",
39840+
"contributors": [
39841+
"MarcosSpessatto",
39842+
"sampaiodiego"
39843+
]
39844+
}
39845+
]
39846+
},
39847+
"3.0.2": {
39848+
"node_version": "12.14.0",
39849+
"npm_version": "6.13.4",
39850+
"mongo_versions": [
39851+
"3.4",
39852+
"3.6",
39853+
"4.0"
39854+
],
39855+
"pull_requests": [
39856+
{
39857+
"pr": "16682",
39858+
"title": "[FIX] ie11 support",
39859+
"userLogin": "gabriellsh",
39860+
"milestone": "3.0.2",
39861+
"contributors": [
39862+
"gabriellsh"
39863+
]
39864+
},
39865+
{
39866+
"pr": "16603",
39867+
"title": "[FIX] Omnichannel Inquiry queues when removing chats",
39868+
"userLogin": "renatobecker",
39869+
"milestone": "3.0.2",
39870+
"contributors": [
39871+
"renatobecker"
39872+
]
39873+
},
39874+
{
39875+
"pr": "16495",
39876+
"title": "[FIX] users.info endpoint not handling the error if the user does not exist",
39877+
"userLogin": "MarcosSpessatto",
39878+
"milestone": "3.0.2",
39879+
"contributors": [
39880+
"MarcosSpessatto",
39881+
"sampaiodiego"
39882+
]
39883+
},
39884+
{
39885+
"pr": "16668",
39886+
"title": "[FIX] Clear unread red line when the ESC key is pressed ",
39887+
"userLogin": "ggazzo",
39888+
"milestone": "3.0.2",
39889+
"contributors": [
39890+
"ggazzo"
39891+
]
39892+
}
39893+
]
39894+
},
39895+
"2.4.11": {
39896+
"node_version": "8.17.0",
39897+
"npm_version": "6.13.4",
39898+
"mongo_versions": [
39899+
"3.4",
39900+
"3.6",
39901+
"4.0"
39902+
],
39903+
"pull_requests": []
39904+
},
39905+
"3.0.3": {
39906+
"node_version": "12.14.0",
39907+
"npm_version": "6.13.4",
39908+
"mongo_versions": [
39909+
"3.4",
39910+
"3.6",
39911+
"4.0"
39912+
],
39913+
"pull_requests": [
39914+
{
39915+
"pr": "16757",
39916+
"title": "[FIX] Language country has been ignored on translation load",
39917+
"userLogin": "rodrigok",
39918+
"milestone": "3.0.3",
39919+
"contributors": [
39920+
"rodrigok"
39921+
]
39922+
},
39923+
{
39924+
"pr": "16726",
39925+
"title": "[FIX] Manual Register use correct state for determining registered",
39926+
"userLogin": "geekgonecrazy",
39927+
"milestone": "3.0.3",
39928+
"contributors": [
39929+
"geekgonecrazy",
39930+
"web-flow",
39931+
"d-gubert"
39932+
]
39933+
},
39934+
{
39935+
"pr": "16723",
39936+
"title": "[FIX] Rocket.Chat takes too long to set the username when it fails to send enrollment email",
39937+
"userLogin": "pierre-lehnen-rc",
39938+
"milestone": "3.0.3",
39939+
"contributors": [
39940+
"pierre-lehnen-rc"
39941+
]
39942+
},
39943+
{
39944+
"pr": "16671",
39945+
"title": "[FIX] LDAP sync admin action was not syncing existent users",
39946+
"userLogin": "rodrigok",
39947+
"milestone": "3.0.3",
39948+
"contributors": [
39949+
"rodrigok"
39950+
]
39951+
},
39952+
{
39953+
"pr": "16618",
39954+
"title": "[FIX] Check agent status when starting a new conversation with an agent assigned",
39955+
"userLogin": "renatobecker",
39956+
"milestone": "3.0.3",
39957+
"contributors": [
39958+
"renatobecker"
39959+
]
39960+
}
39961+
]
39962+
},
39963+
"3.0.4": {
39964+
"node_version": "12.14.0",
39965+
"npm_version": "6.13.4",
39966+
"mongo_versions": [
39967+
"3.4",
39968+
"3.6",
39969+
"4.0"
39970+
],
39971+
"pull_requests": [
39972+
{
39973+
"pr": "16617",
39974+
"title": "[IMPROVE] Send files over REST API",
39975+
"userLogin": "ggazzo",
39976+
"milestone": "3.1.0",
39977+
"contributors": [
39978+
"ggazzo",
39979+
"web-flow",
39980+
"sampaiodiego"
39981+
]
39982+
},
39983+
{
39984+
"pr": "16838",
39985+
"title": "[FIX] Integrations page pagination",
39986+
"userLogin": "sampaiodiego",
39987+
"milestone": "3.1.0",
39988+
"contributors": [
39989+
"sampaiodiego"
39990+
]
39991+
},
39992+
{
39993+
"pr": "16699",
39994+
"title": "[FIX] TypeError when trying to load avatar of an invalid room.",
39995+
"userLogin": "pierre-lehnen-rc",
39996+
"contributors": [
39997+
"pierre-lehnen-rc"
39998+
]
39999+
}
40000+
]
40001+
},
40002+
"3.0.5": {
40003+
"node_version": "12.14.0",
40004+
"npm_version": "6.13.4",
40005+
"mongo_versions": [
40006+
"3.4",
40007+
"3.6",
40008+
"4.0"
40009+
],
40010+
"pull_requests": [
40011+
{
40012+
"pr": "16989",
40013+
"title": "[FIX] Race conditions on/before login",
40014+
"userLogin": "sampaiodiego",
40015+
"contributors": [
40016+
"sampaiodiego"
40017+
]
40018+
}
40019+
]
40020+
},
40021+
"3.0.6": {
40022+
"node_version": "12.14.0",
40023+
"npm_version": "6.13.4",
40024+
"mongo_versions": [
40025+
"3.4",
40026+
"3.6",
40027+
"4.0"
40028+
],
40029+
"pull_requests": [
40030+
{
40031+
"pr": "16999",
40032+
"title": "Regression: Replace the Omnichannel queue model observe with Stream",
40033+
"userLogin": "renatobecker",
40034+
"milestone": "3.1.0",
40035+
"contributors": [
40036+
"renatobecker"
40037+
]
40038+
},
40039+
{
40040+
"pr": "16787",
40041+
"title": "[FIX] Keeps the agent in the room after accepting a new Omnichannel request",
40042+
"userLogin": "renatobecker",
40043+
"milestone": "3.1.0",
40044+
"contributors": [
40045+
"renatobecker",
40046+
"web-flow"
40047+
]
40048+
}
40049+
]
40050+
},
40051+
"3.0.7": {
40052+
"node_version": "12.14.0",
40053+
"npm_version": "6.13.4",
40054+
"mongo_versions": [
40055+
"3.4",
40056+
"3.6",
40057+
"4.0"
40058+
],
40059+
"pull_requests": [
40060+
{
40061+
"pr": "17017",
40062+
"title": "Regression: Remove deprecated Omnichannel setting used to fetch the queue data through subscription ",
40063+
"userLogin": "renatobecker",
40064+
"milestone": "3.1.0",
40065+
"contributors": [
40066+
"renatobecker"
40067+
]
40068+
}
40069+
]
3974840070
}
3974940071
}
3975040072
}

0 commit comments

Comments
 (0)