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

[Upstream Catchup] Merge Rocket.chat.Livechat:develop to develop (v1.12.0) #125

Merged
merged 44 commits into from
Jan 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
a910710
[IMPROVE] Add cookie to identify widget calls (#645)
KevLehman Sep 14, 2021
351f0c2
[IMPROVE] Russian translations (#644)
vladislavs Sep 14, 2021
0905fa6
[IMPROVE] Spanish translations (#370)
imiguelsalcedo Sep 14, 2021
bf08327
[FIX] Escaping HTML on paste/drop Text (#471)
Shailesh351 Sep 14, 2021
2dd84f3
[IMPROVE] Swedish Translations (#573)
gridnine-developer Sep 14, 2021
741d8f2
[IMPROVE] Readme enhancements (#557)
rafaelblink Sep 14, 2021
09c547a
Release 1.9.5
MartinSchoeler Sep 14, 2021
e32415b
Merge pull request #647 from RocketChat/release-1-9-5
MartinSchoeler Sep 14, 2021
c83d875
[FIX] 'Hide agent info' not working on system message (#651)
murtaza98 Oct 20, 2021
30bdd54
[FIX] Issues on Custom Livechat messages (#648)
murtaza98 Oct 20, 2021
0886758
Release 1.9.6
MartinSchoeler Oct 20, 2021
7034970
Release 1.9.6
ggazzo Oct 20, 2021
485fd47
[NEW] Audio and Video calling in Livechat using WebRTC #646
MartinSchoeler Nov 22, 2021
c76fc34
[FIX] LoadConfig after registering guest (#640)
hanoii Nov 19, 2021
954c2c8
[FIX] Body styles getting overridden #660
MartinSchoeler Nov 22, 2021
3c42aa5
Release 1.10.0
MartinSchoeler Nov 22, 2021
0b50f73
Chore: Add PR title check (#663)
KevLehman Nov 22, 2021
6f70a8c
Merge pull request #664 from RocketChat/release/1-10-0
MartinSchoeler Nov 22, 2021
4c1777f
[NEW] Introduce `clearLocalStorageWhenChatEnded` setting logic (#666)
tiagoevanp Dec 3, 2021
305939d
[IMPROVE] Change logic to generate token on Live Chat
cauefcr Dec 8, 2021
9226ab2
[NEW] Introduce `clearLocalStorageWhenChatEnded` setting logic (#666)
MartinSchoeler Dec 9, 2021
cfa9a95
[IMPROVE] Change logic to generate token on Live Chat
cauefcr Dec 8, 2021
116971f
Release 1.11.0
MartinSchoeler Dec 9, 2021
3ecb6b8
Merge pull request #668 from RocketChat/release/1-11-0
MartinSchoeler Dec 9, 2021
27ed909
Hide Livechat if omnichannel is disabled (#671)
murtaza98 Dec 30, 2021
5677a8a
Release 1.11.1 (#672)
MartinSchoeler Jan 3, 2022
b5f0cce
[FIX] IME not working properly (#674)
tiagoevanp Jan 7, 2022
43b0404
Release 1.11.2 (#675)
tiagoevanp Jan 12, 2022
8da8b8b
Merge branch 'master' into develop
tiagoevanp Jan 14, 2022
eec363e
Merge develop into master
Shailesh351 Jan 20, 2022
facd56a
Update build files
Shailesh351 Jan 20, 2022
7582fbe
Update loki references
Shailesh351 Jan 20, 2022
d401f33
Merge branch 'develop' into master-catchup-1.11.2
Shailesh351 Jan 20, 2022
66426b8
Update build files
Shailesh351 Jan 20, 2022
d95ae3d
[NEW] Introduce Widget API method to manage Business Units (#677)
murtaza98 Jan 20, 2022
1ee9420
[fa] Update FA translations (#653)
shamsnaamir Jan 20, 2022
ca2d04e
Merge branch 'develop' of github.com:RocketChat/Rocket.Chat.Livechat …
tiagoevanp Jan 20, 2022
a0c38c9
Release 1.12.0 (#680)
tiagoevanp Jan 20, 2022
c04dcea
Merge branch 'master' of github.com:RocketChat/Rocket.Chat.Livechat i…
tiagoevanp Jan 20, 2022
38206e1
Fix clearLocalStorageWhenChatEnded
Shailesh351 Jan 20, 2022
be507a7
Update build files
Shailesh351 Jan 20, 2022
2c2084a
Merge branch 'master-catchup-1.11.2' into develop-catchup-c04dcea
Shailesh351 Jan 24, 2022
cf767b1
Update build files
Shailesh351 Jan 24, 2022
e4196c3
Update pr-title-checker-config.json
Shailesh351 Jan 24, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"LABEL": {
"name": "Invalid PR Title",
"color": "B60205"
},
"CHECKS": {
"regexp": "^(?:(?:\\[(NEW|BREAK|IMPROVE|FIX|Upstream Catchup)\\](\\[(ENTERPRISE|APPS)\\])?|(?:Regression|Chore|Bump):) .+|Release [0-9]+\\.[0-9]+\\.[0-9]+)",
"ignoreLabels" : ["[ignore-title]"]
}
}
12 changes: 12 additions & 0 deletions .github/workflows/pr-title-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "PR Title Checker"
on:
pull_request:
types: [opened, edited]

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Binary file modified .loki/reference/chrome_Components_Avatar_default.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Avatar_large.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Avatar_small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Avatar_with_status_indicator.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Button_danger.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Button_disabled.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Button_loading.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Button_normal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Button_nude.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Button_outline.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Button_secondary.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Button_small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Button_stack.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Button_with_badge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Header_for_user_chat.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Header_with_custom_field.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Header_with_theme.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Icons_all.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Icons_doc.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Icons_file.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .loki/reference/chrome_Components_Icons_pdf.png
Binary file modified .loki/reference/chrome_Components_Icons_ppt.png
Binary file modified .loki/reference/chrome_Components_Icons_print.png
Binary file modified .loki/reference/chrome_Components_Icons_sheet.png
Binary file modified .loki/reference/chrome_Components_Icons_viasat.png
Binary file modified .loki/reference/chrome_Components_Icons_zip.png
Binary file modified .loki/reference/chrome_Components_Menu_Item_disabled.png
Binary file modified .loki/reference/chrome_Components_Menu_Item_with_icon.png
Binary file modified .loki/reference/chrome_Components_Modal_alert.png
Binary file modified .loki/reference/chrome_Components_Modal_animated.png
Binary file modified .loki/reference/chrome_Components_Modal_confirm.png
Binary file modified .loki/reference/chrome_Components_Modal_normal.png
Binary file modified .loki/reference/chrome_Components_Modal_timeout.png
Binary file modified .loki/reference/chrome_Components_Screen_Footer_empty.png
Binary file modified .loki/reference/chrome_Components_Screen_Footer_with_children.png
Binary file modified .loki/reference/chrome_Components_Screen_Footer_with_options.png
Binary file modified .loki/reference/chrome_Components_Screen_expanded.png
Binary file modified .loki/reference/chrome_Components_Screen_minimized.png
Binary file modified .loki/reference/chrome_Components_Screen_normal.png
Binary file modified .loki/reference/chrome_Components_Screen_with_agent.png
Binary file modified .loki/reference/chrome_Components_Screen_with_agent_email.png
Binary file modified .loki/reference/chrome_Components_Screen_with_agent_phone.png
Binary file modified .loki/reference/chrome_Components_Screen_with_hidden_agent.png
Binary file modified .loki/reference/chrome_Components_Screen_with_multiple_alerts.png
Binary file modified .loki/reference/chrome_Forms_DateInput_default.png
Binary file modified .loki/reference/chrome_Forms_DateInput_disabled.png
Binary file modified .loki/reference/chrome_Forms_DateInput_filled.png
Binary file modified .loki/reference/chrome_Forms_DateInput_small.png
Binary file modified .loki/reference/chrome_Forms_DateInput_with_error.png
Binary file modified .loki/reference/chrome_Forms_Form_default.png
Binary file modified .loki/reference/chrome_Forms_PasswordInput_disabled.png
Binary file modified .loki/reference/chrome_Forms_SelectInput_disabled.png
Binary file modified .loki/reference/chrome_Forms_TextInput_disabled.png
Binary file modified .loki/reference/chrome_Messages_MessageAvatars_with_one_avatar.png
Binary file modified .loki/reference/chrome_Messages_MessageList_normal.png
Binary file modified .loki/reference/chrome_Messages_Message_default.png
Binary file modified .loki/reference/chrome_Messages_Message_grouping.png
Binary file modified .loki/reference/chrome_Messages_Message_markdown.png
Binary file modified .loki/reference/chrome_Messages_Message_me.png
Binary file modified .loki/reference/chrome_Messages_Message_with_UiKit_blocks.png
Binary file modified .loki/reference/chrome_Messages_Message_with_quotation.png
Binary file modified .loki/reference/chrome_Messages_TypingIndicator_with_avatars.png
Binary file modified .loki/reference/chrome_Routes_ChatFinished_normal.png
Binary file modified .loki/reference/chrome_Routes_ChatFinished_with_custom_messages.png
Binary file modified .loki/reference/chrome_Routes_Chat_loading.png
Binary file modified .loki/reference/chrome_Routes_Chat_normal.png
Binary file modified .loki/reference/chrome_Routes_Chat_with_trigger_messages.png
Binary file modified .loki/reference/chrome_Routes_Chat_with_typing_user.png
Binary file modified .loki/reference/chrome_Routes_GDPRAgreement_normal.png
Binary file modified .loki/reference/chrome_Routes_Leave_a_message_loading.png
Binary file modified .loki/reference/chrome_Routes_Leave_a_message_normal.png
Binary file modified .loki/reference/chrome_Routes_Leave_a_message_unavailable.png
Binary file modified .loki/reference/chrome_Routes_Register_loading.png
Binary file modified .loki/reference/chrome_Routes_Register_normal.png
Binary file modified .loki/reference/chrome_Routes_Register_with_custom_fields.png
Binary file modified .loki/reference/chrome_Routes_SwitchDepartment_loading.png
Binary file modified .loki/reference/chrome_Routes_SwitchDepartment_normal.png
Binary file modified .loki/reference/chrome_Routes_TriggerMessage_multiple.png
Binary file modified .loki/reference/chrome_Routes_TriggerMessage_single.png
Binary file modified .loki/reference/chrome_UiKit_Message_Actions_block_button.png
Binary file modified .loki/reference/chrome_UiKit_Message_Actions_block_datepicker.png
Binary file modified .loki/reference/chrome_UiKit_Message_Button_element_default.png
Binary file modified .loki/reference/chrome_UiKit_Message_Context_block_mrkdwn.png
Binary file modified .loki/reference/chrome_UiKit_Message_Image_block_with_title.png
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.12.0 - 2022-01-20
[NEW] Introduce Widget API method to manage Business Units (#677)
[IMPROVE] Update FA translations (#653)

## 1.11.2 - 2022-01-10
[FIX] IME not working properly #674

## 1.11.1 - 2021-12-30
[FIX] Hide Livechat if Omnichannel is disabled #671

## 1.11.0 - 2021-12-09
[NEW] Introduce clearLocalStorageWhenChatEnded setting logic (#666)
[IMPROVE] Change logic to generate token on Live Chat (#667)

## 1.10.0 - 2021-11-22
[NEW] Audio and Video calling in Livechat using WebRTC (#646)
[FIX] LoadConfig after registering guest (#640)
[FIX] Body styles getting overridden (#660)

## 1.9.6 - 2021-10-20
[FIX] 'Hide agent info' not working on system message (#651)
[FIX] Issues on Custom Livechat messages (#648)

## 1.9.5 - 2021-09-14
[IMPROVE] Readme enhancements (#557)
[IMPROVE] Swedish Translations (#573)
[FIX] Escaping HTML on paste/drop Text (#471)
[IMPROVE] Spanish translations (#370)
[IMPROVE] Russian translations (#644)
[IMPROVE] Add cookie to identify widget calls (#645)

## 1.9.4 - 2021-08-19
[FIX] Iframe overlay (#631)
[IMPROVE] German informal translation (#622)
Expand Down
173 changes: 173 additions & 0 deletions build/0.chunk.16385.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/0.chunk.16385.js.map

Large diffs are not rendered by default.

173 changes: 0 additions & 173 deletions build/0.chunk.3e006.js

This file was deleted.

1 change: 0 additions & 1 deletion build/0.chunk.3e006.js.map

This file was deleted.

27 changes: 0 additions & 27 deletions build/62.chunk.26ef9.js

This file was deleted.

1 change: 0 additions & 1 deletion build/62.chunk.26ef9.js.map

This file was deleted.

32 changes: 32 additions & 0 deletions build/62.chunk.95227.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/62.chunk.95227.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions build/62.chunk.a8a84.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.