Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Fix limit banner show modal for cloud in-app purchases #7305

Merged
merged 34 commits into from
Jan 11, 2021

Conversation

nickmisasi
Copy link
Contributor

Summary

Since the cloud banner was initially implemented the underlying logic has been migrated to typescript. Somewhere in this migration the button to open the banner broke. My current hunch is that the initial implementation had some loose typing that allowed it to dispatch the openModal action. In the migration the showModal type was changed to function | boolean (admittedly, that prop wasn't well named). I've changed it to onButtonClick and adjusted the types. I've also added it explicitly to the onClick handler of the button itself.

Ticket Link

N/A, this one is off the cuff

Related Pull Requests

N/A

Screenshots

N/A

mattermost-build and others added 27 commits November 17, 2020 11:45
* The toggle function requires id and not post
  * This was most likely changed to fix a ts error
…re possible (#7064) (#7092)

(cherry picked from commit 1d7e5e9)

Co-authored-by: Harrison Healey <[email protected]>
(cherry picked from commit 6c35b79)

Co-authored-by: Maria A Nunez <[email protected]>
(cherry picked from commit 59cebce)
(cherry picked from commit 0595ff3)

Co-authored-by: Nick Misasi <[email protected]>
* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Romanian)

Currently translated at 93.8% (4121 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 98.9% (4345 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4392 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Spanish)

Currently translated at 97.7% (4292 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4341 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
* Translated using Weblate (Spanish)

Currently translated at 99.1% (4357 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4344 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Dutch)

Currently translated at 98.9% (4349 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.4% (4327 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
* DOPS-243 (#7075)

DOPS-243 (#7075)

* [GH-13483] Migrate 'components/channel_invite_modal' module and associated tests to TypeScript (#6968)

* [WIP] migration to typescript

* [WIP] further typescript changes

* finalized move of component to typescript

* [WIP] move index file to typescript

* updated test to typescript

* fix for types in index file

* removed failing class import

* [No Ticket] Update to latest redux hash and fixing test cases with missing types (#7084)

Automatic Merge

* [MM-27154] Cypress tests: Incoming Webhooks (#6977)

* Incoming webhooks cypress tests

* Remove unused variable

* PR feedback

* add license

* PR feedback and lint

* fix import path

Co-authored-by: Saturnino Abril <[email protected]>

Co-authored-by: Mattermod <[email protected]>
Co-authored-by: Saturnino Abril <[email protected]>

* fix failing tests due to announcement bar (#7077)

* MM-27315 Cypress tests for Integrations > Slash command auto-complete (7 test cases) (#6909)

* MM-30359: Cypress/E2E: Account Settings > Email (#7051)

* MM-30359: Cypress/E2E: Account Settings > Email

This PR automates the following test cases:

MM-T2066

MM-T2067

MM-T2068

MM-T2069

MM-T2070

MM-T2071

MM-T2072

MM-T2073

https://mattermost.atlassian.net/browse/MM-30359

```release-note
NONE
```

* fix lint

* add the other tests

* Address review comments

Co-authored-by: Mattermod <[email protected]>

* [MM-T561] Add e2e test for MM-T561 (#7015)

* Add e2e test
Add test for: Browser tab and team sidebar - direct messages don't add indicator on team icon in team sidebar (but do in browser tab)
Github Issues: Fix mattermost/mattermost#15700
Jira Ticket: MM-T561

* Apply suggested review

* Add cleanup for MM-T560_2

* Linting

* Separate test file

* Linting

* Add prerequisite

* Rename file

* Remove old test

Co-authored-by: Mattermod <[email protected]>

* [MM-28255] Add tests for OAuth Apps (#6558)

* Add tests for OAuth Apps

* Add remaining tests

* Update test names, fix typos and add explicit status codes

* Add group and license check

* Move tests to enterprise folder

Co-authored-by: Mattermod <[email protected]>

* MM-29858: Migrate string refs to functional ones in autosize textarea component (#6885)

* MM-29858: Migrate string refs to functional ones in autosize textarea component

* MM-29858: Rename reference instance variable with suffix Ref

* MM-29858: Use camel casing for textarea reference variable

* MM-29858: Allow empty value for textarea

Co-authored-by: Mattermod <[email protected]>

* Migrate errorMessage string ref (#6882)

Automatic Merge

* MM-T329 Image link preview (#7005)

* wip

* wip

* finished

* revision

* remove log

Co-authored-by: Mattermod <[email protected]>

* [MM-28150] e2e: add MM-T924, MM-T928, MM-T929, MM-T930 (#7045)

* e2e: add MM-T924, MM-T928, MM-T929, MM-T930

* reflect review comments

Co-authored-by: Mattermod <[email protected]>

* MM-30363: Cypress/E2E: Automate backlogs - Edit Bot Username (1 test case) (#7073)

* MM-30373 - first iteration

* MM-30377 - first iteration

* remove spurious file

* MM-30377 - further iteration

* MM-30363 - first iteration

* remove extra file

* some cleanup

* remoe extra space

Co-authored-by: Catalin Tomai <[email protected]>
Co-authored-by: Mattermod <[email protected]>

* promote and demote tests to/from prod (#7080)

* Cypress/E2E: Fix toast appears unread spec (#7081)

* change super to system (#7076)

* MM-20418: Migrate 'components/channel_selector_modal' module and associated tests to TypeScript (#6975)

* DOPS-243: Fix images (#7089)

DOPS-243: Fix images (#7089)

* MM-T439 Town Square is not marked as unread for existing users when a new user is added to the team (#7053)

Automatic Merge

* [MM-20582] Migrate 'components/admin_console/team_channel_settings/ch… (#6840)

* MM-20465 Fix for collapse/expand of image preview (#7085)

* The toggle function requires id and not post
  * This was most likely changed to fix a ts error

* MM-20465 Revert usage of getCurrentChannel to getCurrentChannelId where possible (#7064)

* [MM-29821] Prefer TypeScript files over JavaScript in webpack (#7090)

* [MM-30317] add MANAGE_REMOTE_CLUSTERS permission (#7060)

* add MANAGE_REMOTE_CLUSTERS permission

* Update i18n/en.json

Co-authored-by: Doug Lauder <[email protected]>

Co-authored-by: Doug Lauder <[email protected]>

* MM-20416: Migrate 'components/channel_header_mobile/collapse_lhs_button' module to TypeScript (#6971)

Co-authored-by: Mattermod <[email protected]>

* Remove Cloud billing flag from System Console (#7096)

(cherry picked from commit 6c35b79)

Co-authored-by: Maria A Nunez <[email protected]>

* Translations update from Weblate (#7100)

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4390 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (4329 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (German)

Currently translated at 90.4% (3915 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/de/

* Translated using Weblate (Korean)

Currently translated at 80.1% (3468 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ko/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (4328 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

* Translated using Weblate (Russian)

Currently translated at 95.0% (4113 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ru/

* Translated using Weblate (Dutch)

Currently translated at 98.5% (4328 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 98.4% (4322 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 96.7% (4246 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Romanian)

Currently translated at 93.8% (4119 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 92.7% (4072 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Dutch)

Currently translated at 98.5% (4325 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Ji-Hyeon Gim <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Alexey Napalkov <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>

* Migrate 'components/announcement_bar/default_announcement_bar' module and associated tests to TypeScript (#6963)

* rename file

* working except for test file

* restore unincluded test file to jsx

* pass npm make check

* update snapshot

* respond to review comments

* checkout package-lock.json

* revert package-lock.json changes

* fix linting errors

Co-authored-by: Mattermod <[email protected]>

* Migrate this.ref.dotMenu to functional (#6957)

* Migrate this.ref.dotMenu to functional

* Fixed formatting

* Fix reference

* rename dotMenu to dotMenuRef for consistency with other PRs, remove comments

* Removed blanked line to pass lint check

Co-authored-by: root <[email protected]>
Co-authored-by: Mattermod <[email protected]>

* MM-20897 Add category muting (#7033)

* MM-20897 Add ability to mute categories

* Increase timeout to ensure test passes

* Add E2E test for moving channels into muted categories

* Update mattermost-redux to branch

* Fix unit tests

* Fix types

* Update snapshot

* asdf

* Add additional E2E test and API client infrastructure

* MM-24293 Fix to have group channels return in quick switcher with space (#7059)

* MM-24293 Fix to have group channels return in quick siwchter with space

  * Split the  search term by spaces and match with users in
    group channels

* Update components/suggestion/switch_channel_provider.jsx

Co-authored-by: Guillermo Vayá <[email protected]>

Co-authored-by: Guillermo Vayá <[email protected]>
Co-authored-by: Mattermod <[email protected]>

* If card year is 0 return false for isExpired (#7101)

* Converted 'dot_menu' to typescript. (#6825)

* Migrate string refs of reset password modal (#7038)

Automatic Merge

* MM-20415 Migrate 'components/channel_header_mobile/unmute_channel_button' module and associated tests to TypeScript (#6972)

* MM-30477 Fix for autocomplete not closing (#7093)

Automatic Merge

* MM-20897 Cleanup a couple missed issues (#7106)

* MM-T638 Webhook posts when webhook creator is not a member of the channel (#7091)

* wip

* wip

* wip

* wip

* added check

* small fix

* fix

Co-authored-by: Mattermod <[email protected]>

* [MM-20481] Migrate 'components/post_view/post_body_additional_content' module and associated tests to TypeScript (#6668)

* [MM-20481] Migrate 'components/post_view/post_body_additional_content' module and associated tests to TypeScript

Fixes mattermost/mattermost#15460
JIRA: https://mattermost.atlassian.net/browse/MM-20481

* Make actions attribute non nullable

* Require YoutubeVideo's postId property since it really is

* Fix tests

* Add stages for onprem

* Add build-vars stage

* set isDisabled prop for site > notices (#7103)

Automatic Merge

* [MM-27931][MM-30158] Multi-selection and dragging of channels (#6979)

* [MM-27931] Multiselection of channels

* Test fix

* Lint fix

* Change opacity of selected state to 0.24

* Added hover state for selected channels

* Tests for multiSelect

* Drag and drop working (without visuals, missing redux commit)

* Multi drag and drop styles (fade the selected channels, might change)

* Don't allow multisellected channels to be dropped where they shouldn't be

* Lint, type, test, translation fixes

* Allow dragging of non matching channel groups by rejecting the channels that don't match

* Redux update

* Another test fix

* Fixed selected count style to work off of center channel exclusively

* Added really obvious styling

* Style change/PR feedback

* Style change

* Include active channel in all initial selections

* PR feedback

* Add constant for shifted index

Co-authored-by: Mattermod <[email protected]>

* [MM-20572] Migrate 'components/admin_console/compliance_reports' to TypeScript (#13500) (#7036)

Automatic Merge

* MM-30087 Remove direct dependency between Client4 and Rudder (#7056)

* MM-30087 Remove direct dependency between Client4 and Rudder

* Update tests

* Switch mattermost-redux to master

* Fix missing types

* Change how we mock and import rudder

* Remove test that checks if events are sent to Rudder

* [MM_20423]'external_image'module to ts (#16151) (#7025)

- migrate ts index.js file
- migrate ts for external_image.tsx
- migrate ts for external_images.test.jsx

Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>

* Fix issue 16144: migrate components/claim module and tests to TypeScript (#7043)

Automatic Merge

* MM-T2056 e2e to test, Username change reflecting for other users (#7074)

Co-authored-by: Mattermod <[email protected]>

* [MM-26334] Fixes direct messages loading screen misalignment (#6813)

Summary:
Reduces the height of the loading screen so it is more centered and/or unintrusive(small screens) enough to remove the scroll bar during loading.

Ticket Link:
Fixes mattermost/mattermost#15926

* Translations update from Weblate (#7122)

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Romanian)

Currently translated at 93.8% (4121 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 98.9% (4345 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4392 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Spanish)

Currently translated at 97.7% (4292 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4341 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>

* MM-28153: Cypress/E2E: Automate backlogs - System Console > Environment (8 test cases) (#7049)

* MM-30377: Cypress/E2E: Automate backlogs - Messaging > Channel and Post Links (6 test cases) (#7072)

* MM-30355: Cypress/E2E: Automate backlogs - Account Settings > Username (6 test cases) (#7062)

* MM-27208 Add tests for MM-T1684, MM-T1687, and MM-T1688 (#7124)

* MM-27208 MM-T1684 Add test number to existing test case

* Fix makeClient for requests without a body

* MM-27208 MM-T1687 Add test for another user archiving a channel

* MM-27208 MM-T1688 Add test for searching in archived channels

* Translations update from Weblate (#7139)

* Translated using Weblate (Spanish)

Currently translated at 99.1% (4357 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4344 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Dutch)

Currently translated at 98.9% (4349 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.4% (4327 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>

Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Tobias Weichart <[email protected]>
Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>
Co-authored-by: Michael Kochell <[email protected]>
Co-authored-by: Mattermod <[email protected]>
Co-authored-by: Saturnino Abril <[email protected]>
Co-authored-by: Jason Frerich <[email protected]>
Co-authored-by: Agniva De Sarker <[email protected]>
Co-authored-by: seongwon-kang <[email protected]>
Co-authored-by: Daniel Espino García <[email protected]>
Co-authored-by: sowmiyamuthuraman <[email protected]>
Co-authored-by: Sridhar <[email protected]>
Co-authored-by: Michael Leonard <[email protected]>
Co-authored-by: Ibrahim Serdar Acikgoz <[email protected]>
Co-authored-by: catalintomai <[email protected]>
Co-authored-by: Catalin Tomai <[email protected]>
Co-authored-by: Joseph Baylon <[email protected]>
Co-authored-by: Revanth M <[email protected]>
Co-authored-by: Clément Collin <[email protected]>
Co-authored-by: Sudheer <[email protected]>
Co-authored-by: Harrison Healey <[email protected]>
Co-authored-by: Devin Binnie <[email protected]>
Co-authored-by: Doug Lauder <[email protected]>
Co-authored-by: Mattermost Build <[email protected]>
Co-authored-by: Maria A Nunez <[email protected]>
Co-authored-by: Weblate (bot) <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Ji-Hyeon Gim <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Alexey Napalkov <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: Morgan Connolly <[email protected]>
Co-authored-by: Ekaterina Grinberg <[email protected]>
Co-authored-by: root <[email protected]>
Co-authored-by: Guillermo Vayá <[email protected]>
Co-authored-by: Nick Misasi <[email protected]>
Co-authored-by: Vijay Raghavan Aravamudhan <[email protected]>
Co-authored-by: Nicolas Le Cam <[email protected]>
Co-authored-by: Daniel Shuy <[email protected]>
Co-authored-by: dizkek <[email protected]>
Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>
Co-authored-by: Luciano Lim <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
* Drop aria-label from Marketplace item description

* Add general aria-label

(cherry picked from commit 01b80ca)

Co-authored-by: Ben Schumacher <[email protected]>
(cherry picked from commit 22793b4)

Co-authored-by: Maria A Nunez <[email protected]>
* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.8% (4383 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.9% (4344 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.9% (4346 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

* Translated using Weblate (Romanian)

Currently translated at 100.0% (4391 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 100.0% (4391 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 100.0% (4393 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.2% (4356 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (4356 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Dutch)

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.2% (4359 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Japanese)

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ja/

* Translated using Weblate (Russian)

Currently translated at 93.9% (4125 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ru/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4391 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: kaakaa <[email protected]>
Co-authored-by: Lev <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
* Translated using Weblate (French)

Currently translated at 93.2% (4096 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/fr/

* Translated using Weblate (Dutch)

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.7% (4413 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.4% (4401 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.2% (4393 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.2% (4389 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Romanian)

Currently translated at 100.0% (4424 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Spanish)

Currently translated at 99.3% (4397 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

Translated using Weblate (Spanish)

Currently translated at 98.7% (4368 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

Translated using Weblate (Spanish)

Currently translated at 98.4% (4357 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.2% (4390 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4425 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Spanish)

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

Co-authored-by: wget <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: aeomin <[email protected]>
* Translated using Weblate (German)

Currently translated at 88.6% (3921 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/de/

* Translated using Weblate (Romanian)

Currently translated at 100.0% (4426 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 100.0% (4425 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Korean)

Currently translated at 78.3% (3469 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ko/

Translated using Weblate (Korean)

Currently translated at 78.3% (3468 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ko/

* Translated using Weblate (Ukrainian)

Currently translated at 72.0% (3190 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/uk/

Translated using Weblate (Ukrainian)

Currently translated at 72.0% (3190 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/uk/

Translated using Weblate (Ukrainian)

Currently translated at 72.0% (3189 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/uk/

* Translated using Weblate (German)

Currently translated at 88.7% (3930 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/de/

* Translated using Weblate (Dutch)

Currently translated at 99.9% (4425 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4426 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (4425 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Spanish)

Currently translated at 99.9% (4425 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Japanese)

Currently translated at 99.9% (4423 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ja/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Japanese)

Currently translated at 99.9% (4422 of 4423 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ja/

Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: Lee Dae-yeop <[email protected]>
Co-authored-by: Ivan Novikov <[email protected]>
Co-authored-by: AxicsHD <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: kaakaa <[email protected]>
@nickmisasi nickmisasi added the 2: Dev Review Requires review by a core commiter label Jan 11, 2021
@nickmisasi nickmisasi changed the base branch from cloud to master January 11, 2021 18:25
@nickmisasi
Copy link
Contributor Author

nickmisasi commented Jan 11, 2021

@nickmisasi this should probably go into master first and then get cherry-picked to cloud. We should only commit directly to cloud when it's a fix that doesn't make sense in master

I was worried about conflicts and figured I'd get the PR up for the sake of time. Changed now to master so should be all good.

@nickmisasi nickmisasi requested review from devinbinnie and pvev and removed request for pvev January 11, 2021 18:29
@devinbinnie devinbinnie removed the 2: Dev Review Requires review by a core commiter label Jan 11, 2021
@marianunez marianunez removed the request for review from pvev January 11, 2021 18:41
@marianunez marianunez added the CherryPick/Approved Meant for the quality or patch release tracked in the milestone label Jan 11, 2021
Copy link
Contributor

@stevemudie stevemudie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Will test post-merge.

@stevemudie stevemudie added QA Review Done and removed 3: QA Review Requires review by a QA tester labels Jan 11, 2021
@nickmisasi nickmisasi added the 4: Reviews Complete All reviewers have approved the pull request label Jan 11, 2021
@nickmisasi
Copy link
Contributor Author

/update-branch

@marianunez
Copy link
Member

@nickmisasi all tests have passed, let's merge this so we can cherry-pick for cloud for tomorrow's release.

@nickmisasi nickmisasi merged commit c4f2c4d into master Jan 11, 2021
@nickmisasi nickmisasi deleted the fix-limit-banner-show-modal branch January 11, 2021 21:14
@nickmisasi
Copy link
Contributor Author

/cherry-pick cloud

@mattermod
Copy link
Contributor

Cherry pick is scheduled.

mattermost-build pushed a commit to mattermost-build/mattermost-webapp that referenced this pull request Jan 11, 2021
* change super to system (mattermost#7076) (mattermost#7088)

Automatic Merge

* MM-20465 Fix for collapse/expand of image preview (mattermost#7085)

* The toggle function requires id and not post
  * This was most likely changed to fix a ts error

* MM-20465 Revert usage of getCurrentChannel to getCurrentChannelId where possible (mattermost#7064) (mattermost#7092)

(cherry picked from commit 1d7e5e9)

Co-authored-by: Harrison Healey <[email protected]>

* Automated cherry pick of mattermost#7096 (mattermost#7097)

(cherry picked from commit 6c35b79)

Co-authored-by: Maria A Nunez <[email protected]>
(cherry picked from commit 59cebce)

* Automated cherry pick of mattermost#7101 (mattermost#7104)

(cherry picked from commit 0595ff3)

Co-authored-by: Nick Misasi <[email protected]>

* MM-30477 Fix for autocomplete not closing (mattermost#7093)

Automatic Merge

* Add GitLab jobs

* Translations update from Weblate (mattermost#7122)

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Romanian)

Currently translated at 93.8% (4121 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 98.9% (4345 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4392 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Spanish)

Currently translated at 97.7% (4292 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4341 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>

* Translations update from Weblate (mattermost#7139)

* Translated using Weblate (Spanish)

Currently translated at 99.1% (4357 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4344 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Dutch)

Currently translated at 98.9% (4349 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.4% (4327 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>

* Merge latest master into cloud branch for next release (mattermost#7144)

* DOPS-243 (mattermost#7075)

DOPS-243 (mattermost#7075)

* [GH-13483] Migrate 'components/channel_invite_modal' module and associated tests to TypeScript (mattermost#6968)

* [WIP] migration to typescript

* [WIP] further typescript changes

* finalized move of component to typescript

* [WIP] move index file to typescript

* updated test to typescript

* fix for types in index file

* removed failing class import

* [No Ticket] Update to latest redux hash and fixing test cases with missing types (mattermost#7084)

Automatic Merge

* [MM-27154] Cypress tests: Incoming Webhooks (mattermost#6977)

* Incoming webhooks cypress tests

* Remove unused variable

* PR feedback

* add license

* PR feedback and lint

* fix import path

Co-authored-by: Saturnino Abril <[email protected]>

Co-authored-by: Mattermod <[email protected]>
Co-authored-by: Saturnino Abril <[email protected]>

* fix failing tests due to announcement bar (mattermost#7077)

* MM-27315 Cypress tests for Integrations > Slash command auto-complete (7 test cases) (mattermost#6909)

* MM-30359: Cypress/E2E: Account Settings > Email (mattermost#7051)

* MM-30359: Cypress/E2E: Account Settings > Email

This PR automates the following test cases:

MM-T2066

MM-T2067

MM-T2068

MM-T2069

MM-T2070

MM-T2071

MM-T2072

MM-T2073

https://mattermost.atlassian.net/browse/MM-30359

```release-note
NONE
```

* fix lint

* add the other tests

* Address review comments

Co-authored-by: Mattermod <[email protected]>

* [MM-T561] Add e2e test for MM-T561 (mattermost#7015)

* Add e2e test
Add test for: Browser tab and team sidebar - direct messages don't add indicator on team icon in team sidebar (but do in browser tab)
Github Issues: Fix mattermost/mattermost#15700
Jira Ticket: MM-T561

* Apply suggested review

* Add cleanup for MM-T560_2

* Linting

* Separate test file

* Linting

* Add prerequisite

* Rename file

* Remove old test

Co-authored-by: Mattermod <[email protected]>

* [MM-28255] Add tests for OAuth Apps (mattermost#6558)

* Add tests for OAuth Apps

* Add remaining tests

* Update test names, fix typos and add explicit status codes

* Add group and license check

* Move tests to enterprise folder

Co-authored-by: Mattermod <[email protected]>

* MM-29858: Migrate string refs to functional ones in autosize textarea component (mattermost#6885)

* MM-29858: Migrate string refs to functional ones in autosize textarea component

* MM-29858: Rename reference instance variable with suffix Ref

* MM-29858: Use camel casing for textarea reference variable

* MM-29858: Allow empty value for textarea

Co-authored-by: Mattermod <[email protected]>

* Migrate errorMessage string ref (mattermost#6882)

Automatic Merge

* MM-T329 Image link preview (mattermost#7005)

* wip

* wip

* finished

* revision

* remove log

Co-authored-by: Mattermod <[email protected]>

* [MM-28150] e2e: add MM-T924, MM-T928, MM-T929, MM-T930 (mattermost#7045)

* e2e: add MM-T924, MM-T928, MM-T929, MM-T930

* reflect review comments

Co-authored-by: Mattermod <[email protected]>

* MM-30363: Cypress/E2E: Automate backlogs - Edit Bot Username (1 test case) (mattermost#7073)

* MM-30373 - first iteration

* MM-30377 - first iteration

* remove spurious file

* MM-30377 - further iteration

* MM-30363 - first iteration

* remove extra file

* some cleanup

* remoe extra space

Co-authored-by: Catalin Tomai <[email protected]>
Co-authored-by: Mattermod <[email protected]>

* promote and demote tests to/from prod (mattermost#7080)

* Cypress/E2E: Fix toast appears unread spec (mattermost#7081)

* change super to system (mattermost#7076)

* MM-20418: Migrate 'components/channel_selector_modal' module and associated tests to TypeScript (mattermost#6975)

* DOPS-243: Fix images (mattermost#7089)

DOPS-243: Fix images (mattermost#7089)

* MM-T439 Town Square is not marked as unread for existing users when a new user is added to the team (mattermost#7053)

Automatic Merge

* [MM-20582] Migrate 'components/admin_console/team_channel_settings/ch… (mattermost#6840)

* MM-20465 Fix for collapse/expand of image preview (mattermost#7085)

* The toggle function requires id and not post
  * This was most likely changed to fix a ts error

* MM-20465 Revert usage of getCurrentChannel to getCurrentChannelId where possible (mattermost#7064)

* [MM-29821] Prefer TypeScript files over JavaScript in webpack (mattermost#7090)

* [MM-30317] add MANAGE_REMOTE_CLUSTERS permission (mattermost#7060)

* add MANAGE_REMOTE_CLUSTERS permission

* Update i18n/en.json

Co-authored-by: Doug Lauder <[email protected]>

Co-authored-by: Doug Lauder <[email protected]>

* MM-20416: Migrate 'components/channel_header_mobile/collapse_lhs_button' module to TypeScript (mattermost#6971)

Co-authored-by: Mattermod <[email protected]>

* Remove Cloud billing flag from System Console (mattermost#7096)

(cherry picked from commit 6c35b79)

Co-authored-by: Maria A Nunez <[email protected]>

* Translations update from Weblate (mattermost#7100)

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4390 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (4329 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (German)

Currently translated at 90.4% (3915 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/de/

* Translated using Weblate (Korean)

Currently translated at 80.1% (3468 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ko/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (4328 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

* Translated using Weblate (Russian)

Currently translated at 95.0% (4113 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ru/

* Translated using Weblate (Dutch)

Currently translated at 98.5% (4328 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 98.4% (4322 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 96.7% (4246 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Romanian)

Currently translated at 93.8% (4119 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 92.7% (4072 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Dutch)

Currently translated at 98.5% (4325 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Ji-Hyeon Gim <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Alexey Napalkov <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>

* Migrate 'components/announcement_bar/default_announcement_bar' module and associated tests to TypeScript (mattermost#6963)

* rename file

* working except for test file

* restore unincluded test file to jsx

* pass npm make check

* update snapshot

* respond to review comments

* checkout package-lock.json

* revert package-lock.json changes

* fix linting errors

Co-authored-by: Mattermod <[email protected]>

* Migrate this.ref.dotMenu to functional (mattermost#6957)

* Migrate this.ref.dotMenu to functional

* Fixed formatting

* Fix reference

* rename dotMenu to dotMenuRef for consistency with other PRs, remove comments

* Removed blanked line to pass lint check

Co-authored-by: root <[email protected]>
Co-authored-by: Mattermod <[email protected]>

* MM-20897 Add category muting (mattermost#7033)

* MM-20897 Add ability to mute categories

* Increase timeout to ensure test passes

* Add E2E test for moving channels into muted categories

* Update mattermost-redux to branch

* Fix unit tests

* Fix types

* Update snapshot

* asdf

* Add additional E2E test and API client infrastructure

* MM-24293 Fix to have group channels return in quick switcher with space (mattermost#7059)

* MM-24293 Fix to have group channels return in quick siwchter with space

  * Split the  search term by spaces and match with users in
    group channels

* Update components/suggestion/switch_channel_provider.jsx

Co-authored-by: Guillermo Vayá <[email protected]>

Co-authored-by: Guillermo Vayá <[email protected]>
Co-authored-by: Mattermod <[email protected]>

* If card year is 0 return false for isExpired (mattermost#7101)

* Converted 'dot_menu' to typescript. (mattermost#6825)

* Migrate string refs of reset password modal (mattermost#7038)

Automatic Merge

* MM-20415 Migrate 'components/channel_header_mobile/unmute_channel_button' module and associated tests to TypeScript (mattermost#6972)

* MM-30477 Fix for autocomplete not closing (mattermost#7093)

Automatic Merge

* MM-20897 Cleanup a couple missed issues (mattermost#7106)

* MM-T638 Webhook posts when webhook creator is not a member of the channel (mattermost#7091)

* wip

* wip

* wip

* wip

* added check

* small fix

* fix

Co-authored-by: Mattermod <[email protected]>

* [MM-20481] Migrate 'components/post_view/post_body_additional_content' module and associated tests to TypeScript (mattermost#6668)

* [MM-20481] Migrate 'components/post_view/post_body_additional_content' module and associated tests to TypeScript

Fixes mattermost/mattermost#15460
JIRA: https://mattermost.atlassian.net/browse/MM-20481

* Make actions attribute non nullable

* Require YoutubeVideo's postId property since it really is

* Fix tests

* Add stages for onprem

* Add build-vars stage

* set isDisabled prop for site > notices (mattermost#7103)

Automatic Merge

* [MM-27931][MM-30158] Multi-selection and dragging of channels (mattermost#6979)

* [MM-27931] Multiselection of channels

* Test fix

* Lint fix

* Change opacity of selected state to 0.24

* Added hover state for selected channels

* Tests for multiSelect

* Drag and drop working (without visuals, missing redux commit)

* Multi drag and drop styles (fade the selected channels, might change)

* Don't allow multisellected channels to be dropped where they shouldn't be

* Lint, type, test, translation fixes

* Allow dragging of non matching channel groups by rejecting the channels that don't match

* Redux update

* Another test fix

* Fixed selected count style to work off of center channel exclusively

* Added really obvious styling

* Style change/PR feedback

* Style change

* Include active channel in all initial selections

* PR feedback

* Add constant for shifted index

Co-authored-by: Mattermod <[email protected]>

* [MM-20572] Migrate 'components/admin_console/compliance_reports' to TypeScript (#13500) (mattermost#7036)

Automatic Merge

* MM-30087 Remove direct dependency between Client4 and Rudder (mattermost#7056)

* MM-30087 Remove direct dependency between Client4 and Rudder

* Update tests

* Switch mattermost-redux to master

* Fix missing types

* Change how we mock and import rudder

* Remove test that checks if events are sent to Rudder

* [MM_20423]'external_image'module to ts (#16151) (mattermost#7025)

- migrate ts index.js file
- migrate ts for external_image.tsx
- migrate ts for external_images.test.jsx

Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>

* Fix issue 16144: migrate components/claim module and tests to TypeScript (mattermost#7043)

Automatic Merge

* MM-T2056 e2e to test, Username change reflecting for other users (mattermost#7074)

Co-authored-by: Mattermod <[email protected]>

* [MM-26334] Fixes direct messages loading screen misalignment (mattermost#6813)

Summary:
Reduces the height of the loading screen so it is more centered and/or unintrusive(small screens) enough to remove the scroll bar during loading.

Ticket Link:
Fixes mattermost/mattermost#15926

* Translations update from Weblate (mattermost#7122)

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Romanian)

Currently translated at 93.8% (4121 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 98.9% (4345 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4392 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Spanish)

Currently translated at 97.7% (4292 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4341 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>

* MM-28153: Cypress/E2E: Automate backlogs - System Console > Environment (8 test cases) (mattermost#7049)

* MM-30377: Cypress/E2E: Automate backlogs - Messaging > Channel and Post Links (6 test cases) (mattermost#7072)

* MM-30355: Cypress/E2E: Automate backlogs - Account Settings > Username (6 test cases) (mattermost#7062)

* MM-27208 Add tests for MM-T1684, MM-T1687, and MM-T1688 (mattermost#7124)

* MM-27208 MM-T1684 Add test number to existing test case

* Fix makeClient for requests without a body

* MM-27208 MM-T1687 Add test for another user archiving a channel

* MM-27208 MM-T1688 Add test for searching in archived channels

* Translations update from Weblate (mattermost#7139)

* Translated using Weblate (Spanish)

Currently translated at 99.1% (4357 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4344 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Dutch)

Currently translated at 98.9% (4349 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.4% (4327 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>

Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Tobias Weichart <[email protected]>
Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>
Co-authored-by: Michael Kochell <[email protected]>
Co-authored-by: Mattermod <[email protected]>
Co-authored-by: Saturnino Abril <[email protected]>
Co-authored-by: Jason Frerich <[email protected]>
Co-authored-by: Agniva De Sarker <[email protected]>
Co-authored-by: seongwon-kang <[email protected]>
Co-authored-by: Daniel Espino García <[email protected]>
Co-authored-by: sowmiyamuthuraman <[email protected]>
Co-authored-by: Sridhar <[email protected]>
Co-authored-by: Michael Leonard <[email protected]>
Co-authored-by: Ibrahim Serdar Acikgoz <[email protected]>
Co-authored-by: catalintomai <[email protected]>
Co-authored-by: Catalin Tomai <[email protected]>
Co-authored-by: Joseph Baylon <[email protected]>
Co-authored-by: Revanth M <[email protected]>
Co-authored-by: Clément Collin <[email protected]>
Co-authored-by: Sudheer <[email protected]>
Co-authored-by: Harrison Healey <[email protected]>
Co-authored-by: Devin Binnie <[email protected]>
Co-authored-by: Doug Lauder <[email protected]>
Co-authored-by: Mattermost Build <[email protected]>
Co-authored-by: Maria A Nunez <[email protected]>
Co-authored-by: Weblate (bot) <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Ji-Hyeon Gim <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Alexey Napalkov <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: Morgan Connolly <[email protected]>
Co-authored-by: Ekaterina Grinberg <[email protected]>
Co-authored-by: root <[email protected]>
Co-authored-by: Guillermo Vayá <[email protected]>
Co-authored-by: Nick Misasi <[email protected]>
Co-authored-by: Vijay Raghavan Aravamudhan <[email protected]>
Co-authored-by: Nicolas Le Cam <[email protected]>
Co-authored-by: Daniel Shuy <[email protected]>
Co-authored-by: dizkek <[email protected]>
Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>
Co-authored-by: Luciano Lim <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>

* MM-30972 Add proper padding to code preview line numbers (mattermost#7155) (mattermost#7167)

Automatic Merge

* Automated cherry pick of mattermost#7133 (mattermost#7178)

* Drop aria-label from Marketplace item description

* Add general aria-label

(cherry picked from commit 01b80ca)

Co-authored-by: Ben Schumacher <[email protected]>

* Update NOTICE.txt (mattermost#7102) (mattermost#7179)

Automatic Merge

* Automated cherry pick of mattermost#7183 (mattermost#7184)

(cherry picked from commit 22793b4)

Co-authored-by: Maria A Nunez <[email protected]>

* Translations update from Weblate (mattermost#7182)

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.8% (4383 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.9% (4344 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.9% (4346 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

* Translated using Weblate (Romanian)

Currently translated at 100.0% (4391 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 100.0% (4391 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 100.0% (4393 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.2% (4356 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (4356 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Dutch)

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.2% (4359 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Japanese)

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ja/

* Translated using Weblate (Russian)

Currently translated at 93.9% (4125 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ru/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4391 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: kaakaa <[email protected]>
Co-authored-by: Lev <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>

* Translations update from Weblate (mattermost#7220)

* Translated using Weblate (French)

Currently translated at 93.2% (4096 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/fr/

* Translated using Weblate (Dutch)

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.7% (4413 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.4% (4401 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.2% (4393 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.2% (4389 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Romanian)

Currently translated at 100.0% (4424 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Spanish)

Currently translated at 99.3% (4397 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

Translated using Weblate (Spanish)

Currently translated at 98.7% (4368 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

Translated using Weblate (Spanish)

Currently translated at 98.4% (4357 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.2% (4390 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4425 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Spanish)

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

Co-authored-by: wget <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: aeomin <[email protected]>

* MM-31275 New sidebar performance improvements (mattermost#7207) (mattermost#7240)

Automatic Merge

* MM-31466 Performance investigation part two (cloud) (mattermost#7245)

Automatic Merge

* Translations update from Weblate (mattermost#7273)

* Translated using Weblate (German)

Currently translated at 88.6% (3921 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/de/

* Translated using Weblate (Romanian)

Currently translated at 100.0% (4426 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 100.0% (4425 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Korean)

Currently translated at 78.3% (3469 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ko/

Translated using Weblate (Korean)

Currently translated at 78.3% (3468 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ko/

* Translated using Weblate (Ukrainian)

Currently translated at 72.0% (3190 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/uk/

Translated using Weblate (Ukrainian)

Currently translated at 72.0% (3190 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/uk/

Translated using Weblate (Ukrainian)

Currently translated at 72.0% (3189 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/uk/

* Translated using Weblate (German)

Currently translated at 88.7% (3930 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/de/

* Translated using Weblate (Dutch)

Currently translated at 99.9% (4425 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4426 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (4425 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Spanish)

Currently translated at 99.9% (4425 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Japanese)

Currently translated at 99.9% (4423 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ja/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Japanese)

Currently translated at 99.9% (4422 of 4423 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ja/

Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: Lee Dae-yeop <[email protected]>
Co-authored-by: Ivan Novikov <[email protected]>
Co-authored-by: AxicsHD <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: kaakaa <[email protected]>

* MM-31697- Remove OpenId from System Console (mattermost#7278) (mattermost#7294)

Automatic Merge

* [MM-31580] Fix call to getChannel to use new parameter format (mattermost#7284) (mattermost#7300)

(cherry picked from commit 77a9c3c)

Co-authored-by: Devin Binnie <[email protected]>

* MM-31189 Revert New Messages toast PRs (mattermost#7292) (mattermost#7301)

Automatic Merge

* [MM-31708][MM-31726][MM-31739][MM-31727] - Fix regressions in RHS and Status menu (mattermost#7290) (mattermost#7302)

Automatic Merge

* Add onClick event to button so banner button works for cloud

* Change to onButtonClick

* Reset changes for package-lock

* Put showModal back in case its used elsewhere

* Fix invocation

* Fix payment_announcement_bar

* Reset 2 files to master

Co-authored-by: Mattermost Build <[email protected]>
Co-authored-by: Sudheer <[email protected]>
Co-authored-by: Harrison Healey <[email protected]>
Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Weblate (bot) <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Joram Wilander <[email protected]>
Co-authored-by: Tobias Weichart <[email protected]>
Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>
Co-authored-by: Michael Kochell <[email protected]>
Co-authored-by: Mattermod <[email protected]>
Co-authored-by: Saturnino Abril <[email protected]>
Co-authored-by: Jason Frerich <[email protected]>
Co-authored-by: Agniva De Sarker <[email protected]>
Co-authored-by: seongwon-kang <[email protected]>
Co-authored-by: Daniel Espino García <[email protected]>
Co-authored-by: sowmiyamuthuraman <[email protected]>
Co-authored-by: Sridhar <[email protected]>
Co-authored-by: Michael Leonard <[email protected]>
Co-authored-by: Ibrahim Serdar Acikgoz <[email protected]>
Co-authored-by: catalintomai <[email protected]>
Co-authored-by: Catalin Tomai <[email protected]>
Co-authored-by: Joseph Baylon <[email protected]>
Co-authored-by: Revanth M <[email protected]>
Co-authored-by: Clément Collin <[email protected]>
Co-authored-by: Devin Binnie <[email protected]>
Co-authored-by: Doug Lauder <[email protected]>
Co-authored-by: Maria A Nunez <[email protected]>
Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Ji-Hyeon Gim <[email protected]>
Co-authored-by: Alexey Napalkov <[email protected]>
Co-authored-by: Morgan Connolly <[email protected]>
Co-authored-by: Ekaterina Grinberg <[email protected]>
Co-authored-by: root <[email protected]>
Co-authored-by: Guillermo Vayá <[email protected]>
Co-authored-by: Vijay Raghavan Aravamudhan <[email protected]>
Co-authored-by: Nicolas Le Cam <[email protected]>
Co-authored-by: Daniel Shuy <[email protected]>
Co-authored-by: dizkek <[email protected]>
Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>
Co-authored-by: Luciano Lim <[email protected]>
Co-authored-by: Ben Schumacher <[email protected]>
Co-authored-by: kaakaa <[email protected]>
Co-authored-by: Lev <[email protected]>
Co-authored-by: wget <[email protected]>
Co-authored-by: Lee Dae-yeop <[email protected]>
Co-authored-by: Ivan Novikov <[email protected]>
Co-authored-by: AxicsHD <[email protected]>
(cherry picked from commit c4f2c4d)
@mattermod mattermod added CherryPick/Done Successfully cherry-picked to the quality or patch release tracked in the milestone and removed CherryPick/Approved Meant for the quality or patch release tracked in the milestone labels Jan 11, 2021
marianunez pushed a commit that referenced this pull request Jan 11, 2021
* change super to system (#7076) (#7088)

Automatic Merge

* MM-20465 Fix for collapse/expand of image preview (#7085)

* The toggle function requires id and not post
  * This was most likely changed to fix a ts error

* MM-20465 Revert usage of getCurrentChannel to getCurrentChannelId where possible (#7064) (#7092)

(cherry picked from commit 1d7e5e9)

Co-authored-by: Harrison Healey <[email protected]>

* Automated cherry pick of #7096 (#7097)

(cherry picked from commit 6c35b79)

Co-authored-by: Maria A Nunez <[email protected]>
(cherry picked from commit 59cebce)

* Automated cherry pick of #7101 (#7104)

(cherry picked from commit 0595ff3)

Co-authored-by: Nick Misasi <[email protected]>

* MM-30477 Fix for autocomplete not closing (#7093)

Automatic Merge

* Add GitLab jobs

* Translations update from Weblate (#7122)

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Romanian)

Currently translated at 93.8% (4121 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 98.9% (4345 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4392 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Spanish)

Currently translated at 97.7% (4292 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4341 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>

* Translations update from Weblate (#7139)

* Translated using Weblate (Spanish)

Currently translated at 99.1% (4357 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4344 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Dutch)

Currently translated at 98.9% (4349 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.4% (4327 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>

* Merge latest master into cloud branch for next release (#7144)

* DOPS-243 (#7075)

DOPS-243 (#7075)

* [GH-13483] Migrate 'components/channel_invite_modal' module and associated tests to TypeScript (#6968)

* [WIP] migration to typescript

* [WIP] further typescript changes

* finalized move of component to typescript

* [WIP] move index file to typescript

* updated test to typescript

* fix for types in index file

* removed failing class import

* [No Ticket] Update to latest redux hash and fixing test cases with missing types (#7084)

Automatic Merge

* [MM-27154] Cypress tests: Incoming Webhooks (#6977)

* Incoming webhooks cypress tests

* Remove unused variable

* PR feedback

* add license

* PR feedback and lint

* fix import path

Co-authored-by: Saturnino Abril <[email protected]>

Co-authored-by: Mattermod <[email protected]>
Co-authored-by: Saturnino Abril <[email protected]>

* fix failing tests due to announcement bar (#7077)

* MM-27315 Cypress tests for Integrations > Slash command auto-complete (7 test cases) (#6909)

* MM-30359: Cypress/E2E: Account Settings > Email (#7051)

* MM-30359: Cypress/E2E: Account Settings > Email

This PR automates the following test cases:

MM-T2066

MM-T2067

MM-T2068

MM-T2069

MM-T2070

MM-T2071

MM-T2072

MM-T2073

https://mattermost.atlassian.net/browse/MM-30359

```release-note
NONE
```

* fix lint

* add the other tests

* Address review comments

Co-authored-by: Mattermod <[email protected]>

* [MM-T561] Add e2e test for MM-T561 (#7015)

* Add e2e test
Add test for: Browser tab and team sidebar - direct messages don't add indicator on team icon in team sidebar (but do in browser tab)
Github Issues: Fix mattermost/mattermost#15700
Jira Ticket: MM-T561

* Apply suggested review

* Add cleanup for MM-T560_2

* Linting

* Separate test file

* Linting

* Add prerequisite

* Rename file

* Remove old test

Co-authored-by: Mattermod <[email protected]>

* [MM-28255] Add tests for OAuth Apps (#6558)

* Add tests for OAuth Apps

* Add remaining tests

* Update test names, fix typos and add explicit status codes

* Add group and license check

* Move tests to enterprise folder

Co-authored-by: Mattermod <[email protected]>

* MM-29858: Migrate string refs to functional ones in autosize textarea component (#6885)

* MM-29858: Migrate string refs to functional ones in autosize textarea component

* MM-29858: Rename reference instance variable with suffix Ref

* MM-29858: Use camel casing for textarea reference variable

* MM-29858: Allow empty value for textarea

Co-authored-by: Mattermod <[email protected]>

* Migrate errorMessage string ref (#6882)

Automatic Merge

* MM-T329 Image link preview (#7005)

* wip

* wip

* finished

* revision

* remove log

Co-authored-by: Mattermod <[email protected]>

* [MM-28150] e2e: add MM-T924, MM-T928, MM-T929, MM-T930 (#7045)

* e2e: add MM-T924, MM-T928, MM-T929, MM-T930

* reflect review comments

Co-authored-by: Mattermod <[email protected]>

* MM-30363: Cypress/E2E: Automate backlogs - Edit Bot Username (1 test case) (#7073)

* MM-30373 - first iteration

* MM-30377 - first iteration

* remove spurious file

* MM-30377 - further iteration

* MM-30363 - first iteration

* remove extra file

* some cleanup

* remoe extra space

Co-authored-by: Catalin Tomai <[email protected]>
Co-authored-by: Mattermod <[email protected]>

* promote and demote tests to/from prod (#7080)

* Cypress/E2E: Fix toast appears unread spec (#7081)

* change super to system (#7076)

* MM-20418: Migrate 'components/channel_selector_modal' module and associated tests to TypeScript (#6975)

* DOPS-243: Fix images (#7089)

DOPS-243: Fix images (#7089)

* MM-T439 Town Square is not marked as unread for existing users when a new user is added to the team (#7053)

Automatic Merge

* [MM-20582] Migrate 'components/admin_console/team_channel_settings/ch… (#6840)

* MM-20465 Fix for collapse/expand of image preview (#7085)

* The toggle function requires id and not post
  * This was most likely changed to fix a ts error

* MM-20465 Revert usage of getCurrentChannel to getCurrentChannelId where possible (#7064)

* [MM-29821] Prefer TypeScript files over JavaScript in webpack (#7090)

* [MM-30317] add MANAGE_REMOTE_CLUSTERS permission (#7060)

* add MANAGE_REMOTE_CLUSTERS permission

* Update i18n/en.json

Co-authored-by: Doug Lauder <[email protected]>

Co-authored-by: Doug Lauder <[email protected]>

* MM-20416: Migrate 'components/channel_header_mobile/collapse_lhs_button' module to TypeScript (#6971)

Co-authored-by: Mattermod <[email protected]>

* Remove Cloud billing flag from System Console (#7096)

(cherry picked from commit 6c35b79)

Co-authored-by: Maria A Nunez <[email protected]>

* Translations update from Weblate (#7100)

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4390 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

Translated using Weblate (Turkish)

Currently translated at 100.0% (4329 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (German)

Currently translated at 90.4% (3915 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/de/

* Translated using Weblate (Korean)

Currently translated at 80.1% (3468 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ko/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (4328 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

* Translated using Weblate (Russian)

Currently translated at 95.0% (4113 of 4329 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ru/

* Translated using Weblate (Dutch)

Currently translated at 98.5% (4328 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 98.4% (4322 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 96.7% (4246 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Romanian)

Currently translated at 93.8% (4119 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 92.7% (4072 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Dutch)

Currently translated at 98.5% (4325 of 4390 strings)

Translation: mattermost-languages-shipped/mattermost-webapp_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Ji-Hyeon Gim <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Alexey Napalkov <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>

* Migrate 'components/announcement_bar/default_announcement_bar' module and associated tests to TypeScript (#6963)

* rename file

* working except for test file

* restore unincluded test file to jsx

* pass npm make check

* update snapshot

* respond to review comments

* checkout package-lock.json

* revert package-lock.json changes

* fix linting errors

Co-authored-by: Mattermod <[email protected]>

* Migrate this.ref.dotMenu to functional (#6957)

* Migrate this.ref.dotMenu to functional

* Fixed formatting

* Fix reference

* rename dotMenu to dotMenuRef for consistency with other PRs, remove comments

* Removed blanked line to pass lint check

Co-authored-by: root <[email protected]>
Co-authored-by: Mattermod <[email protected]>

* MM-20897 Add category muting (#7033)

* MM-20897 Add ability to mute categories

* Increase timeout to ensure test passes

* Add E2E test for moving channels into muted categories

* Update mattermost-redux to branch

* Fix unit tests

* Fix types

* Update snapshot

* asdf

* Add additional E2E test and API client infrastructure

* MM-24293 Fix to have group channels return in quick switcher with space (#7059)

* MM-24293 Fix to have group channels return in quick siwchter with space

  * Split the  search term by spaces and match with users in
    group channels

* Update components/suggestion/switch_channel_provider.jsx

Co-authored-by: Guillermo Vayá <[email protected]>

Co-authored-by: Guillermo Vayá <[email protected]>
Co-authored-by: Mattermod <[email protected]>

* If card year is 0 return false for isExpired (#7101)

* Converted 'dot_menu' to typescript. (#6825)

* Migrate string refs of reset password modal (#7038)

Automatic Merge

* MM-20415 Migrate 'components/channel_header_mobile/unmute_channel_button' module and associated tests to TypeScript (#6972)

* MM-30477 Fix for autocomplete not closing (#7093)

Automatic Merge

* MM-20897 Cleanup a couple missed issues (#7106)

* MM-T638 Webhook posts when webhook creator is not a member of the channel (#7091)

* wip

* wip

* wip

* wip

* added check

* small fix

* fix

Co-authored-by: Mattermod <[email protected]>

* [MM-20481] Migrate 'components/post_view/post_body_additional_content' module and associated tests to TypeScript (#6668)

* [MM-20481] Migrate 'components/post_view/post_body_additional_content' module and associated tests to TypeScript

Fixes mattermost/mattermost#15460
JIRA: https://mattermost.atlassian.net/browse/MM-20481

* Make actions attribute non nullable

* Require YoutubeVideo's postId property since it really is

* Fix tests

* Add stages for onprem

* Add build-vars stage

* set isDisabled prop for site > notices (#7103)

Automatic Merge

* [MM-27931][MM-30158] Multi-selection and dragging of channels (#6979)

* [MM-27931] Multiselection of channels

* Test fix

* Lint fix

* Change opacity of selected state to 0.24

* Added hover state for selected channels

* Tests for multiSelect

* Drag and drop working (without visuals, missing redux commit)

* Multi drag and drop styles (fade the selected channels, might change)

* Don't allow multisellected channels to be dropped where they shouldn't be

* Lint, type, test, translation fixes

* Allow dragging of non matching channel groups by rejecting the channels that don't match

* Redux update

* Another test fix

* Fixed selected count style to work off of center channel exclusively

* Added really obvious styling

* Style change/PR feedback

* Style change

* Include active channel in all initial selections

* PR feedback

* Add constant for shifted index

Co-authored-by: Mattermod <[email protected]>

* [MM-20572] Migrate 'components/admin_console/compliance_reports' to TypeScript (#13500) (#7036)

Automatic Merge

* MM-30087 Remove direct dependency between Client4 and Rudder (#7056)

* MM-30087 Remove direct dependency between Client4 and Rudder

* Update tests

* Switch mattermost-redux to master

* Fix missing types

* Change how we mock and import rudder

* Remove test that checks if events are sent to Rudder

* [MM_20423]'external_image'module to ts (#16151) (#7025)

- migrate ts index.js file
- migrate ts for external_image.tsx
- migrate ts for external_images.test.jsx

Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>

* Fix issue 16144: migrate components/claim module and tests to TypeScript (#7043)

Automatic Merge

* MM-T2056 e2e to test, Username change reflecting for other users (#7074)

Co-authored-by: Mattermod <[email protected]>

* [MM-26334] Fixes direct messages loading screen misalignment (#6813)

Summary:
Reduces the height of the loading screen so it is more centered and/or unintrusive(small screens) enough to remove the scroll bar during loading.

Ticket Link:
Fixes mattermost/mattermost#15926

* Translations update from Weblate (#7122)

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Romanian)

Currently translated at 93.8% (4121 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 98.9% (4345 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4392 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Spanish)

Currently translated at 97.7% (4292 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4341 of 4392 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>

* MM-28153: Cypress/E2E: Automate backlogs - System Console > Environment (8 test cases) (#7049)

* MM-30377: Cypress/E2E: Automate backlogs - Messaging > Channel and Post Links (6 test cases) (#7072)

* MM-30355: Cypress/E2E: Automate backlogs - Account Settings > Username (6 test cases) (#7062)

* MM-27208 Add tests for MM-T1684, MM-T1687, and MM-T1688 (#7124)

* MM-27208 MM-T1684 Add test number to existing test case

* Fix makeClient for requests without a body

* MM-27208 MM-T1687 Add test for another user archiving a channel

* MM-27208 MM-T1688 Add test for searching in archived channels

* Translations update from Weblate (#7139)

* Translated using Weblate (Spanish)

Currently translated at 99.1% (4357 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Dutch)

Currently translated at 98.8% (4344 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Dutch)

Currently translated at 98.9% (4349 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.4% (4327 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>

Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Tobias Weichart <[email protected]>
Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>
Co-authored-by: Michael Kochell <[email protected]>
Co-authored-by: Mattermod <[email protected]>
Co-authored-by: Saturnino Abril <[email protected]>
Co-authored-by: Jason Frerich <[email protected]>
Co-authored-by: Agniva De Sarker <[email protected]>
Co-authored-by: seongwon-kang <[email protected]>
Co-authored-by: Daniel Espino García <[email protected]>
Co-authored-by: sowmiyamuthuraman <[email protected]>
Co-authored-by: Sridhar <[email protected]>
Co-authored-by: Michael Leonard <[email protected]>
Co-authored-by: Ibrahim Serdar Acikgoz <[email protected]>
Co-authored-by: catalintomai <[email protected]>
Co-authored-by: Catalin Tomai <[email protected]>
Co-authored-by: Joseph Baylon <[email protected]>
Co-authored-by: Revanth M <[email protected]>
Co-authored-by: Clément Collin <[email protected]>
Co-authored-by: Sudheer <[email protected]>
Co-authored-by: Harrison Healey <[email protected]>
Co-authored-by: Devin Binnie <[email protected]>
Co-authored-by: Doug Lauder <[email protected]>
Co-authored-by: Mattermost Build <[email protected]>
Co-authored-by: Maria A Nunez <[email protected]>
Co-authored-by: Weblate (bot) <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Ji-Hyeon Gim <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Alexey Napalkov <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: Morgan Connolly <[email protected]>
Co-authored-by: Ekaterina Grinberg <[email protected]>
Co-authored-by: root <[email protected]>
Co-authored-by: Guillermo Vayá <[email protected]>
Co-authored-by: Nick Misasi <[email protected]>
Co-authored-by: Vijay Raghavan Aravamudhan <[email protected]>
Co-authored-by: Nicolas Le Cam <[email protected]>
Co-authored-by: Daniel Shuy <[email protected]>
Co-authored-by: dizkek <[email protected]>
Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>
Co-authored-by: Luciano Lim <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>

* MM-30972 Add proper padding to code preview line numbers (#7155) (#7167)

Automatic Merge

* Automated cherry pick of #7133 (#7178)

* Drop aria-label from Marketplace item description

* Add general aria-label

(cherry picked from commit 01b80ca)

Co-authored-by: Ben Schumacher <[email protected]>

* Update NOTICE.txt (#7102) (#7179)

Automatic Merge

* Automated cherry pick of #7183 (#7184)

(cherry picked from commit 22793b4)

Co-authored-by: Maria A Nunez <[email protected]>

* Translations update from Weblate (#7182)

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.8% (4383 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.9% (4344 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.9% (4346 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

* Translated using Weblate (Romanian)

Currently translated at 100.0% (4391 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 100.0% (4391 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 100.0% (4393 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.2% (4356 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (4356 of 4393 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Dutch)

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.2% (4359 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Japanese)

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ja/

* Translated using Weblate (Russian)

Currently translated at 93.9% (4125 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ru/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4391 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: kaakaa <[email protected]>
Co-authored-by: Lev <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>

* Translations update from Weblate (#7220)

* Translated using Weblate (French)

Currently translated at 93.2% (4096 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/fr/

* Translated using Weblate (Dutch)

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.7% (4413 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.4% (4401 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.2% (4393 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.2% (4389 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

Translated using Weblate (Dutch)

Currently translated at 99.9% (4390 of 4391 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Romanian)

Currently translated at 100.0% (4424 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Spanish)

Currently translated at 99.3% (4397 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

Translated using Weblate (Spanish)

Currently translated at 98.7% (4368 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

Translated using Weblate (Spanish)

Currently translated at 98.4% (4357 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.2% (4390 of 4424 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/pt_BR/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4425 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Spanish)

Currently translated at 99.9% (4424 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

Co-authored-by: wget <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: aeomin <[email protected]>

* MM-31275 New sidebar performance improvements (#7207) (#7240)

Automatic Merge

* MM-31466 Performance investigation part two (cloud) (#7245)

Automatic Merge

* Translations update from Weblate (#7273)

* Translated using Weblate (German)

Currently translated at 88.6% (3921 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/de/

* Translated using Weblate (Romanian)

Currently translated at 100.0% (4426 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

Translated using Weblate (Romanian)

Currently translated at 100.0% (4425 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ro/

* Translated using Weblate (Korean)

Currently translated at 78.3% (3469 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ko/

Translated using Weblate (Korean)

Currently translated at 78.3% (3468 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ko/

* Translated using Weblate (Ukrainian)

Currently translated at 72.0% (3190 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/uk/

Translated using Weblate (Ukrainian)

Currently translated at 72.0% (3190 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/uk/

Translated using Weblate (Ukrainian)

Currently translated at 72.0% (3189 of 4425 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/uk/

* Translated using Weblate (German)

Currently translated at 88.7% (3930 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/de/

* Translated using Weblate (Dutch)

Currently translated at 99.9% (4425 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/nl/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (4426 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/tr/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.9% (4425 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/zh_Hans/

* Translated using Weblate (Spanish)

Currently translated at 99.9% (4425 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/es/

* Translated using Weblate (Japanese)

Currently translated at 99.9% (4423 of 4426 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ja/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/

* Translated using Weblate (Japanese)

Currently translated at 99.9% (4422 of 4423 strings)

Translation: mattermost-languages-shipped/mattermost-webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-webapp_master/ja/

Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: Lee Dae-yeop <[email protected]>
Co-authored-by: Ivan Novikov <[email protected]>
Co-authored-by: AxicsHD <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: kaakaa <[email protected]>

* MM-31697- Remove OpenId from System Console (#7278) (#7294)

Automatic Merge

* [MM-31580] Fix call to getChannel to use new parameter format (#7284) (#7300)

(cherry picked from commit 77a9c3c)

Co-authored-by: Devin Binnie <[email protected]>

* MM-31189 Revert New Messages toast PRs (#7292) (#7301)

Automatic Merge

* [MM-31708][MM-31726][MM-31739][MM-31727] - Fix regressions in RHS and Status menu (#7290) (#7302)

Automatic Merge

* Add onClick event to button so banner button works for cloud

* Change to onButtonClick

* Reset changes for package-lock

* Put showModal back in case its used elsewhere

* Fix invocation

* Fix payment_announcement_bar

* Reset 2 files to master

Co-authored-by: Mattermost Build <[email protected]>
Co-authored-by: Sudheer <[email protected]>
Co-authored-by: Harrison Healey <[email protected]>
Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Weblate (bot) <[email protected]>
Co-authored-by: Viorel-Cosmin Miron <[email protected]>
Co-authored-by: aeomin <[email protected]>
Co-authored-by: Kaya Zeren <[email protected]>
Co-authored-by: Elias  Nahum <[email protected]>
Co-authored-by: Tom De Moor <[email protected]>
Co-authored-by: rodrigocorsi <[email protected]>
Co-authored-by: Joram Wilander <[email protected]>
Co-authored-by: Tobias Weichart <[email protected]>
Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>
Co-authored-by: Michael Kochell <[email protected]>
Co-authored-by: Mattermod <[email protected]>
Co-authored-by: Saturnino Abril <[email protected]>
Co-authored-by: Jason Frerich <[email protected]>
Co-authored-by: Agniva De Sarker <[email protected]>
Co-authored-by: seongwon-kang <[email protected]>
Co-authored-by: Daniel Espino García <[email protected]>
Co-authored-by: sowmiyamuthuraman <[email protected]>
Co-authored-by: Sridhar <[email protected]>
Co-authored-by: Michael Leonard <[email protected]>
Co-authored-by: Ibrahim Serdar Acikgoz <[email protected]>
Co-authored-by: catalintomai <[email protected]>
Co-authored-by: Catalin Tomai <[email protected]>
Co-authored-by: Joseph Baylon <[email protected]>
Co-authored-by: Revanth M <[email protected]>
Co-authored-by: Clément Collin <[email protected]>
Co-authored-by: Devin Binnie <[email protected]>
Co-authored-by: Doug Lauder <[email protected]>
Co-authored-by: Maria A Nunez <[email protected]>
Co-authored-by: Elisabeth Kulzer <[email protected]>
Co-authored-by: Ji-Hyeon Gim <[email protected]>
Co-authored-by: Alexey Napalkov <[email protected]>
Co-authored-by: Morgan Connolly <[email protected]>
Co-authored-by: Ekaterina Grinberg <[email protected]>
Co-authored-by: root <[email protected]>
Co-authored-by: Guillermo Vayá <[email protected]>
Co-authored-by: Vijay Raghavan Aravamudhan <[email protected]>
Co-authored-by: Nicolas Le Cam <[email protected]>
Co-authored-by: Daniel Shuy <[email protected]>
Co-authored-by: dizkek <[email protected]>
Co-authored-by: Hossein Ahmadian-Yazdi <[email protected]>
Co-authored-by: Luciano Lim <[email protected]>
Co-authored-by: Ben Schumacher <[email protected]>
Co-authored-by: kaakaa <[email protected]>
Co-authored-by: Lev <[email protected]>
Co-authored-by: wget <[email protected]>
Co-authored-by: Lee Dae-yeop <[email protected]>
Co-authored-by: Ivan Novikov <[email protected]>
Co-authored-by: AxicsHD <[email protected]>
(cherry picked from commit c4f2c4d)

Co-authored-by: Nick Misasi <[email protected]>
@amyblais amyblais added Changelog/Not Needed Does not require a changelog entry Docs/Not Needed Does not require documentation labels Jan 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
4: Reviews Complete All reviewers have approved the pull request Changelog/Not Needed Does not require a changelog entry CherryPick/Done Successfully cherry-picked to the quality or patch release tracked in the milestone Docs/Not Needed Does not require documentation QA Review Done
Projects
None yet