Harshil Sharma
4633d4d3b9
MM-54731 Fixed a bug preventing users be added from system console ( #24828 )
...
* Fixed a bug preventing users be added from system console
* Updated usersToRemove
2023-10-17 11:54:54 +05:30
Umar Abid
1a12faaaae
GH-24784 Convert ./components/common/site_name_and_description.tsx to Function Component ( #24809 )
...
* fix: convert ./components/common/site_name_and_description.tsx to function component
* update: code style changes
* fix: refactor code
* fix: update failing snapshots
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-16 17:30:06 +02:00
Nick Misasi
8f2ae32e82
[CLD-6077] Changes to Country Selectors throughout Webapp ( #24868 )
...
* Standardize country selectors into using a central component - don't use Country Name, use Country Code
* Fix colour of placeholder
* Updates
* Update state selector to reflect changes from Country Name to Country Code
* Fix linter"
2023-10-16 11:23:22 -04:00
Tanmay Vardhaman Thole
cb83bd154b
convert EmojiIcon component from class based to function based component ( #24792 )
...
* convert EmojiIcon comp to functional comp
* comment resolved
* memoization added
* snapshot updated
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-16 17:05:05 +02:00
Tanmay Vardhaman Thole
b4f3816f0c
migrate channel header dropdown comp to functional comp ( #24793 )
...
* migrate channel header comp to functional comp
* snapshots updated
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-16 17:04:31 +02:00
Nick Misasi
930309e01e
[CLD-6373] Fix non-admin users requesting self hosted expansion status on load ( #24890 )
...
* Fix non-admin users requesting self hosted expansion status on load
* Fix linter
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-16 09:55:13 -04:00
Jesús Espino
b6fd1b7bcf
migrating elasticsearch_settings.test.jsx to typescript ( #24947 )
...
* migrating elasticsearch_settings.test.jsx to typescript
* Fixing CI
2023-10-16 15:11:33 +02:00
Jesús Espino
8eaaa7228e
migrating database_settings.test.jsx to typescript ( #24946 )
...
* migrating database_settings.test.jsx to typescript
* Removing unnecessary type assertion
2023-10-16 13:45:53 +02:00
Eric Sethna
6abaf04a95
Add "thanks" and "thank you" to "pray" emoji ( #24090 )
2023-10-16 16:10:57 +05:30
M-ZubairAhmed
d557bd864f
[MM-54138] Remove code involving getRedirectLocation and state.entities.posts.expandedURLs ( #24739 )
2023-10-16 16:09:59 +05:30
Zubair Imtiaz
d98dc31425
Fixes [ #24664 ] Improve System Message Formatting for Channel Header Edits ( #24714 )
...
* Added cancel button in the delete category modal
* fix lint error
* fix eslint issues
* Line break Added in system messages-ChannelHeader
* fix-lint
* Update _post.scss
* Update _markdown.scss
* Update system_message_helpers.tsx
* remove_extra_spaces
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-16 12:34:43 +02:00
Maria A Nunez
2f5b756d67
MM-53481 Fix textbox broken Help link ( #24889 )
...
* Fixed broken link
* Fix importa
* Lint
* Fix import
* Linting
* fix snapshots
2023-10-16 06:24:47 -04:00
Paul Vernin
6457a47110
update (_sidebar-right.scss): remove default max-width (400px) of .sidebar--right ( #24878 )
2023-10-16 11:22:26 +02:00
Kritik Jiyaviya
a2475a46a6
Convert ./components/integrations/integration_option.tsx to functional component ( #24806 )
...
* Convert ./components/integrations/integration_option.tsx to functional component
* update integration_option component
* improve integration_option component
2023-10-16 10:21:35 +02:00
Harshil Sharma
89eae8babe
Updated error message for invalid attachments ( #24872 )
2023-10-16 11:24:58 +05:30
Saturnino Abril
6746857ee7
MM-52642 CLD-6352 MM-54007 Prepare setup for Playwright pipeline ( #24647 )
...
* pipeline(playwright): prepare setup for playwright
* feedback address
* clean up readme
* Fix docker-compose command and definition for dashboard
* fix the dashboard
* ignore dashboard when formatting
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
Co-authored-by: Mario Vitale <mvitale1989@hotmail.com >
2023-10-14 07:02:32 +08:00
Michael Kochell
e9da1ee8ca
Performance metrics: Differentiate requests that are from page load ( #24327 )
...
* POC page_load_context header
* refactor to make this.pageLoadContext a private field, and relocate setTimeout code
* add pageLoadContext to `ObserveAPIEndpointDuration` method
* move to telemetry_actions
* move PageContext constant in webapp
* give server control of possible page_load_context values
* variable name change
---------
Co-authored-by: mickmister <mickmister>
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-13 14:59:12 -04:00
Ben Cooke
72c75f01ce
[MM-52710] Adding a separator to the channel search string ( #24349 )
...
* adding a separator to the search string
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-13 12:52:23 -04:00
Gabriel Akinyosoye
02d0b12c96
[MM-54639] Help menu should open correctly aligned ( #24655 )
...
* remove openLeft
* remove prop usage
* revert menu
* change user guide dropdown
* update snapshot
2023-10-13 12:49:10 -04:00
Maria A Nunez
7074850fb1
Remove professional plus from in-product pricing ( #24727 )
...
* Remove professional plus from cloud pricing
* Removed additional unused strings
2023-10-13 11:57:56 -04:00
Scott Bishel
f4b4afdae6
MM-53855 - Handle serverError undefined or null ( #24630 )
...
* handle serverError undefined or null
* exclude bots from list and search for adding users to roles
* add import, fix lint
* add unit tests
* update test, team/channel admin based on membership, not user roles
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-13 09:57:17 -06:00
Sai Deepesh
1fe2295c70
[MM-47094] Migrate "components/integrations/abstract_oauth_app.jsx" and tests to Typescript ( #24529 )
2023-10-12 21:26:54 +05:30
M-ZubairAhmed
760dfe41f9
[MM-54879] Goodbye, GraphQL -- Regards Webapp ( #24850 )
2023-10-12 17:03:13 +05:30
Soumyadip Moni
cd4d220a21
[MM-54831] Convert LocalizedInput of 'rename_channel_modal.tsx' to regular input component ( #24874 )
2023-10-12 16:59:16 +05:30
Claudio Costa
d172ff1881
[MM-51852] Update getProfilesInCalls selector ( #24731 )
...
* Update getProfilesInCalls selector
* Update tests
2023-10-11 10:48:19 -06:00
Balaji K
176370e175
[MM-54835] Convert LocalizedInput of 'custom_url_schemes_setting.tsx' to regular input component ( #24854 )
2023-10-11 11:46:45 +05:30
js029
463945e8cc
[MM-54839] Convert LocalizedInput of 'email_to_ldap.tsx' to regular input component ( #24837 )
2023-10-11 11:45:13 +05:30
Kritik Jiyaviya
8ae1cb2c37
[MM-54833] Convert LocalizedInput of 'password_reset_form.tsx' to regular input component ( #24839 )
2023-10-11 11:40:42 +05:30
Matthew Birtch
21845e2b9b
MM-53513 Update styles of slack attachment buttons ( #24628 )
...
Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com >
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-10 16:34:03 -05:00
Jesús Espino
6274faeda8
Revert "Migrating the admin_definition.jsx file to typescript ( #24658 )" ( #24869 )
...
This reverts commit a1bf8504a8 .
2023-10-10 22:33:24 +02:00
Harrison Healey
88954c651a
Update subpackage versions for 9.2 ( #24865 )
2023-10-10 13:27:16 -04:00
Jesús Espino
a1bf8504a8
Migrating the admin_definition.jsx file to typescript ( #24658 )
...
* Migrating admin_definition from jsx to tsx
* Fixing types and errors
* Fixing all the types errors
* Fixing linter errors
* Removing no longer needed yup dependency
* Moving admin_definition types to its own file
* Removing a couple of anys
* Fixing linter errors
* Fixing tests snapshots
2023-10-10 13:26:45 -04:00
Firmansyah Yanuar
cf9f853526
[MM-54795] Convert ./components/widgets/icons/fa_previous_icon.tsx to function component ( #24786 )
...
* chore(channels): convert previous icon to functional components
* chore(channels): change to arrow function, remove `t`, and use `classNames`
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-10 13:21:43 -04:00
Asaad Mahmood
d2790dcab7
MM-54768 - Updating user popover UI ( #24814 )
...
* MM-54768 - Updating user popover UI
* Fixing test errors
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-10 22:00:34 +05:00
Asaad Mahmood
f573aaba02
MM-54139 - Updating disabled state menu color ( #24815 )
2023-10-10 21:51:00 +05:00
Firmansyah Yanuar
e23fe22328
[MM-54798] Convert ./components/widgets/separator/basic-separator.tsx to function component ( #24788 )
...
* chore(channels): convert basic separator to functional components
* chore: change to arrow function
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-10-10 11:48:06 -04:00
master7
cd8fa9b430
Translated using Weblate (Polish)
...
Currently translated at 100.0% (5706 of 5706 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pl/
2023-10-10 18:21:15 +03:00
Tom De Moor
cafa2da328
Translated using Weblate (Dutch)
...
Currently translated at 99.6% (5687 of 5706 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/nl/
2023-10-10 18:21:15 +03:00
Sharuru
28923e51b0
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (5706 of 5706 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2489 of 2489 strings)
Translation: Mattermost/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/zh_Hans/
2023-10-10 18:21:15 +03:00
kaakaa
7304f1a0f9
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (5706 of 5706 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (2489 of 2489 strings)
Translation: Mattermost/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/ja/
2023-10-10 18:21:15 +03:00
Matthew Williams
20d13c9ef5
Translated using Weblate (English (Australia))
...
Currently translated at 99.9% (5705 of 5706 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/en_AU/
Translated using Weblate (English (Australia))
Currently translated at 99.9% (2488 of 2489 strings)
Translation: Mattermost/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/en_AU/
2023-10-10 18:21:15 +03:00
jprusch
cf02207493
Translated using Weblate (German)
...
Currently translated at 100.0% (5706 of 5706 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/de/
Translated using Weblate (German)
Currently translated at 100.0% (2489 of 2489 strings)
Translation: Mattermost/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/de/
2023-10-10 18:21:15 +03:00
Hosted Weblate
e3ae3f6522
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/
2023-10-10 18:21:15 +03:00
MixeroTN
d5a57e3207
Translated using Weblate (Polish)
...
Currently translated at 100.0% (5702 of 5702 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (2489 of 2489 strings)
Translation: Mattermost/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/pl/
2023-10-10 18:21:15 +03:00
Tom De Moor
37de7f7d98
Translated using Weblate (Dutch)
...
Currently translated at 99.9% (2488 of 2489 strings)
Translation: Mattermost/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/nl/
Translated using Weblate (Vietnamese)
Currently translated at 55.4% (1379 of 2489 strings)
Translation: Mattermost/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/vi/
Translated using Weblate (Dutch)
Currently translated at 99.0% (5645 of 5702 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/nl/
Translated using Weblate (Vietnamese)
Currently translated at 94.9% (5415 of 5702 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/vi/
Translated using Weblate (Vietnamese)
Currently translated at 55.3% (1377 of 2489 strings)
Translation: Mattermost/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/vi/
Added translation using Weblate (Vietnamese)
Added translation using Weblate (Vietnamese)
Translated using Weblate (Chinese (Traditional))
Currently translated at 62.8% (3585 of 5702 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 98.7% (5633 of 5702 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/zh_Hans/
2023-10-10 18:21:15 +03:00
Kaya Zeren
80c69d5c9c
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (5702 of 5702 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/tr/
Translated using Weblate (Turkish)
Currently translated at 100.0% (2489 of 2489 strings)
Translation: Mattermost/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/tr/
Translated using Weblate (Turkish)
Currently translated at 98.5% (5617 of 5702 strings)
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/tr/
Translated using Weblate (Turkish)
Currently translated at 99.7% (2483 of 2489 strings)
Translation: Mattermost/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/tr/
2023-10-10 18:21:15 +03:00
Hosted Weblate
fb4e367aa3
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Mattermost/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/
Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: Mattermost/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/
2023-10-10 18:21:15 +03:00
Harrison Healey
421fe4b5f0
MM-54325 Have web app build script return error codes on failure ( #24723 )
...
* MM-54325 Have web app build script return error codes on failure
* Make web app --runner option not return an error code
2023-10-10 11:17:24 -04:00
Jesús Espino
bb4aa764bc
Migrating some files from javascript to typescript ( #24663 )
...
* Migrating some files to typescript
* Some other files migrated
* Migrating more javascript to typescript
* Migrating more javascript to typescript
* Fixing types
* Fixing linter errors
* Fixing some imports
* Fixing linter errors
* Renaming the snapshots
* Addressing PR review comments
2023-10-10 16:22:11 +02:00
Manuel Hidalgo Lorente
4ae44810d3
[MM-54841] Convert LocalizedInput of 'oauth_to_email.tsx' to regular input component ( #24852 )
2023-10-10 18:36:34 +05:30