Arya Khochare
a8b18ac807
MM-57013 Added download button for downloading logs from server logs page in system console ( #26389 )
...
* added download system logs
* download all logs
* download all logs check-lint fix
* check lint fix
* download logs api
* download logs api working
* download logs working with error log
* linting issues and code cleanup
* CI check fix
* documented the api and logs from file with error handling
* test and final changes done
* final changes done
* Fix order of server-side translations
* Fix incorrect indentation of logs.yaml
---------
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com >
2024-06-24 14:05:23 -04:00
Scott Bishel
71c25fb316
MM-58525 Fix upload file permissions ( #27298 )
...
* tie create_post and upload_file permissions together
* update tests
* update file name
* update migration to do in batches
* Update 000122_remove_upload_file_permission.up.sql
* fix formatting
* simplify migrations, fix regex issue
* update file names for recent merge
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-06-24 10:47:52 -06:00
Scott Bishel
6a2078ecf0
update code to handle column headers without text ( #27419 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-06-24 08:50:25 -06:00
Ashish Dhama
13109aeb98
MM-55973: Make keyboard shortcuts modal content div accessible via keyboard ( #27412 )
...
Automatic Merge
2024-06-24 14:32:22 +03:00
Bruno
06f59531f5
MM-57319 Direct Message modal message improvement ( #27217 )
...
* Direct Message modal message improvement
*Help text changed, create a modal link created
* Updated the use of openModal to directly handle state updates in the component by using useDispatch hook.
* FormattedMessage is used in DM modal help text
* MM_NO_DOCKER updated to true in /server/config.mk file
* DM modal help message bug fixed
* bug: remainingRext function changed to RemainingComponent
* code style changes
* code style changes
* code style changes
* code style changes
* code style changes
* code style changes
* RemainingText component changed deleted and added remainingText
* code style changes
* href and prevenDefault added to a tag
* hideModal removed props and handled using dispach
* handleHide removed from List component
* MM_NO_DOCKER changed to false
* remaining text changed
* fixed bug
* MM_NO_DOCKER ?= false
* MM_NO_DOCKER ?= false
* added missed semicolons
* snapshot updated
---------
Co-authored-by: Begench <forgithubtobegench@gmail.com >
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-06-24 10:54:52 +02:00
ahmadJT
acc4a7a968
[MM-58410] Migrate tooltips of 'components/post/post_component' to WithTooltip ( #27199 )
2024-06-24 08:45:49 +00:00
Ashish Dhama
e50d293a61
[MM-32770] Inform user that mentions added in edited posts won't trigger notifications for the receiving user ( #27371 )
2024-06-21 16:51:46 +00:00
ahmadJT
c5c0912abe
[MM-58442] Migrate tooltips of 'components/drafts/panel/panel_header' to WithTooltip ( #27197 )
2024-06-21 16:40:36 +00:00
Scott Bishel
e23f992b26
fix for group member count using wrong property ( #27201 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-06-21 09:19:56 -06:00
Harrison Healey
f6d0dc1931
MM-58772 Change PerformanceReporter to use Date.now for timestamps ( #27396 )
...
* MM-58772 Change PerformanceReporter to use Date.now for timestamps
* Let timestamps be equal in test
2024-06-20 12:11:45 -04:00
Arya Khochare
09792aee4e
[MM-58519] Migrate tooltips of "components/integrations/bots/add_bot/add_bot.tsx" to WithTooltip ( #27291 )
2024-06-20 07:01:53 +00:00
Harrison Healey
7d06ac8812
Move password utilities to their own file ( #27366 )
...
* Move password utilities to their own file
* Move passwordErrors to utils/password
* Update file path in test
* Actually commit the whole thing
2024-06-19 15:42:38 +00:00
Brandon Shen
3a890e1c90
[MM-58514] Migrate tooltips of "components/channel_members_rhs/header.tsx" to WithTooltip ( #27241 )
2024-06-19 09:39:52 +00:00
Brandon Shen
9bf07437cf
[MM-58513] Migrate tooltips of "components/channel_info_rhs/header.tsx" to WithTooltip ( #27240 )
2024-06-19 09:39:25 +00:00
RJ Trujillo
fe5ddaee8e
fix(webapp/Makefile): Drop quotes around appended cppflags ( #27374 )
...
Currently, if you're building under aarch64 and have cppflags set in your environment as such:
`CPPFLAGS="-O2 -Wall -fomit-frame-pointer -march=armv8-a -mtune=neoverse-n1 -Wp,-D_FORTIFY_SOURCE=3"`
This will result in `-DPNG_ARM_NEON_OPT=0` being improperly applied:
`CPPFLAGS="-O2 -Wall -fomit-frame-pointer -march=armv8-a -mtune=neoverse-n1 -Wp,-D_FORTIFY_SOURCE=3 " -DPNG_ARM_NEON_OPT=0""`
As a result, when npm install is ran, it will fail. To fix this, we remove the quotes around the appended cppflags
Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev >
2024-06-18 15:56:45 -04:00
Daniel Schalla
1bbc3b4e83
[MM-58560] Configurable session revocation during password resets ( #27286 )
...
* [MM-58560] Allow for configurable session revocation during password reset
* Missing i18n additions
* Update Settings Wording
* Update Settings Wording #2
* Update default_config.ts for Session Termination
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-06-18 21:13:29 +02:00
Matheus
cbd5d95bbb
[MM-57988] Fix move thread logic to not block channel admins ( #27061 )
...
* mm-57988: Allowing for channel admins to move thread
* Fix the MoveThread team admin unit test that was introduced
* Renaming the hasPermittedRole function to hasPermittedWranglerRole
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-06-18 13:41:49 -04:00
Harrison Healey
0da473b9f8
Remove t from utils and most components ( #27274 )
...
* Remove t from utils/utils
* Remove t from utils/url
* Remove t from utils/constants
* Remove t from components/widgets
* Remove t from components/copy_button
* Remove t from components/searchable_channel_list
* Fix mocking of React in some tests
2024-06-17 13:40:37 -04:00
Weblate (bot)
e92de72cfc
Translations update from Mattermost Weblate ( #27378 )
...
* Translated using Weblate (French)
Currently translated at 83.2% (4806 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (Polish)
Currently translated at 100.0% (2506 of 2506 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/
* Translated using Weblate (German)
Currently translated at 100.0% (2506 of 2506 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/de/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (2506 of 2506 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/sv/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (2506 of 2506 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ja/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (5772 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/ja/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 3.7% (215 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 3.9% (228 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 4.3% (252 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 4.3% (252 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
* Translated using Weblate (French)
Currently translated at 83.2% (4808 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (French)
Currently translated at 83.4% (4815 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
---------
Co-authored-by: boristrbrt <boris.trombert@gmail.com >
Co-authored-by: master7 <marcin.karkosz@rajska.info >
Co-authored-by: jprusch <rs@schaeferbarthold.de >
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se >
Co-authored-by: kaakaa <stooner.hoe@gmail.com >
Co-authored-by: Frank Paul Silye <frankps@uio.no >
Co-authored-by: Zenocode <zenocode@protonmail.com >
2024-06-17 09:46:03 -03:00
Claudio Costa
958a403537
[MM-53491] Fix rendering of active call icon in sidebar's channel link ( #27172 )
...
Automatic Merge
2024-06-14 19:41:30 +03:00
Matthew Birtch
1fd346f28e
fixed wrapping button label for followed threads ( #27330 )
...
Automatic Merge
2024-06-14 17:11:30 +03:00
M-ZubairAhmed
0d5e30dddb
[MM-58456] Make react library be loaded at DOMContentLoaded instead of onload ( #27192 )
2024-06-13 17:37:41 -04:00
Matthew Birtch
a88f283ef7
MM-58685 Fix Channel Header Icon Button Spacing ( #27313 )
...
Automatic Merge
2024-06-13 21:11:30 +03:00
Claudio Costa
d2c3710265
[MM-58017] Allow plugins to use more visualization types for admin statistics ( #27188 )
...
* Allow plugins to use more visualization types for admin statistics
* Fix translations failure in test
* Review types and better tests
2024-06-12 14:55:55 +02:00
Harrison Healey
dfdb6e9ece
Improve isolation of PerformanceReporter tests to increase their stability ( #27275 )
...
* Improve isolation of PerformanceReporter tests to increase their stability
* Change how PerformanceReporter.sendBeacon is defined
2024-06-11 17:05:29 -04:00
Eva Sarafianou
1d704745b7
Remove gobom files ( #27140 )
2024-06-11 19:15:24 +03:00
Weblate (bot)
6f8de3449a
Translations update from Mattermost Weblate ( #27306 )
...
* Translated using Weblate (German)
Currently translated at 100.0% (2505 of 2505 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/de/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (2505 of 2505 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nl/
* Translated using Weblate (Polish)
Currently translated at 100.0% (2505 of 2505 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (2505 of 2505 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/sv/
* Translated using Weblate (German)
Currently translated at 100.0% (5772 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/de/
* Translated using Weblate (Dutch)
Currently translated at 99.9% (5769 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nl/
* Translated using Weblate (Polish)
Currently translated at 100.0% (5772 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pl/
* Translated using Weblate (Swedish)
Currently translated at 99.9% (5769 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
* Translated using Weblate (Persian)
Currently translated at 84.7% (2122 of 2505 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/fa/
* Translated using Weblate (Japanese)
Currently translated at 99.7% (5760 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/ja/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (2505 of 2505 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ja/
* Translated using Weblate (Polish)
Currently translated at 100.0% (5772 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pl/
* Translated using Weblate (Polish)
Currently translated at 100.0% (5772 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pl/
* Translated using Weblate (Polish)
Currently translated at 100.0% (5772 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pl/
* Translated using Weblate (Swedish)
Currently translated at 99.9% (5771 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (5772 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/zh_Hans/
* Translated using Weblate (Polish)
Currently translated at 100.0% (5772 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pl/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (2505 of 2505 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/sv/
---------
Co-authored-by: jprusch <rs@schaeferbarthold.de >
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be >
Co-authored-by: master7 <marcin.karkosz@rajska.info >
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se >
Co-authored-by: Mo Jahani <only_maj@yahoo.com >
Co-authored-by: maruTA-bis5 <bis5.wsys@gmail.com >
Co-authored-by: kaakaa <stooner.hoe@gmail.com >
Co-authored-by: aeomin <lin@aeomin.net >
2024-06-11 10:09:16 -03:00
M-ZubairAhmed
e2abac5486
[MM-58445] Try deferring plugins scripts loading ( #27179 )
2024-06-09 07:16:14 +00:00
Christopher Poile
91741a7fa4
[MM-58008] Calls Mobile: Settings for DM/GM ringing ( #27213 )
...
* prevent webapp from erasing new mobile notify props
* allow blank, will be used on mobile to default to desktop setting
* update snapshots
* Revert "update snapshots"
This reverts commit 0bcd515de87e2e3fdd8a87e73f52c845577eddab.
* Revert "allow blank, will be used on mobile to default to desktop setting"
This reverts commit 56e16e887ff7bfbf3751778cc31cdd9e0e0f8086.
* Revert "prevent webapp from erasing new mobile notify props"
This reverts commit e983d7b8f4dbd92b12eeb312cdf64ec45cd2d6ec.
* simplify how we handle mobile notification props
* linting
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-06-06 15:32:01 -04:00
Harrison Healey
65f7a623ce
Remove t from utils/emojis and related code ( #27273 )
...
* Update make_emojis.mjs and remove unused field
* Remove skin tone translations from emojis.ts
* Remove category name translations from emojis.ts
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-06-06 12:25:33 -04:00
M-ZubairAhmed
7b2c314448
[MM-58463] Remove defer for main/entry JS scripts ( #27272 )
2024-06-05 03:06:54 +00:00
Matthew Birtch
aa5b8bf549
fix bolded icon issue ( #27222 )
2024-06-04 14:23:54 -04:00
M-ZubairAhmed
11c2951afa
[MM-58402] Migrate tooltips of 'components/emoji_picker_skin.tsx' & 'components/emoji_picker_category' to WithTooltip ( #27146 )
2024-06-03 18:03:36 +00:00
Harrison Healey
76774e61b6
MM-58354 Fix numbered Markdown lists not wrapping long words ( #27186 )
2024-06-03 11:44:07 -04:00
Harrison Healey
527fe4a654
Update ChannelHeaderPlug tests to not use snapshots and ensure its more accessible ( #26784 )
...
* Update ChannelHeaderPlug tests to not use snapshots
* Change HeaderIconWrapper to always set aria-label based off tooltip
* Re-add shortcut to Recent Mentions button
* Remove unneeded div
2024-06-03 11:43:25 -04:00
Weblate (bot)
4163db4e5e
Translations update from Mattermost Weblate ( #27251 )
...
* Translated using Weblate (Dutch)
Currently translated at 99.9% (5767 of 5770 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nl/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (2503 of 2503 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/sv/
* Translated using Weblate (French)
Currently translated at 83.0% (4792 of 5770 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (Swedish)
Currently translated at 99.4% (5741 of 5770 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
* Translated using Weblate (German)
Currently translated at 100.0% (5770 of 5770 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/de/
* Translated using Weblate (French)
Currently translated at 83.2% (4805 of 5770 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (Russian)
Currently translated at 100.0% (2503 of 2503 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ru/
* Translated using Weblate (Russian)
Currently translated at 98.2% (5671 of 5770 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/ru/
---------
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be >
Co-authored-by: MArtin Johnson <martinjohnson@bahnhof.se >
Co-authored-by: Benjamin Danon <b@bndn.fr >
Co-authored-by: jprusch <rs@schaeferbarthold.de >
Co-authored-by: Konstantin <eleferen@gmail.com >
2024-06-03 10:39:18 -03:00
ahmadJT
58b7032a8c
[MM-58406] Migrate tooltips of 'components/custom_status/custom_status_text' to WithTooltip ( #27168 )
2024-06-01 03:27:10 +00:00
Ashish Dhama
b7cc4cb412
[MM-58413] Migrate various components to use WithTooltip ( #27163 )
2024-06-01 03:25:38 +00:00
Harrison Healey
6166f4e7d3
MM-58459 Fix unread threads not always being loaded correctly ( #27200 )
2024-05-31 11:07:35 -04:00
Scott Bishel
b561ac8cb2
MM-58479 - Revert text changes on channel archive. ( #27195 )
...
* revert text changes on channel archive.
* revert channel_store.go
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-05-30 10:37:15 -06:00
M-ZubairAhmed
f1cc96defb
[MM-58400] Migrate tooltips of 'components/rename_channel_modal' & 'components/size_aware_image' to WithTooltip ( #27145 )
2024-05-30 13:04:09 +00:00
Nick Misasi
34c7b76fae
[CLD-7724] Allow admin-set announcement banners to stack below system ones ( #27171 )
...
* Allow admin-set announcement banners to stack below system ones
* Fix x button in banners
* Fix lint
2024-05-29 19:18:28 -04:00
Harrison Healey
77eb7f3187
MM-58116 Increase width of profile picture setting ( #27184 )
2024-05-29 15:45:36 -04:00
Scott Bishel
b0984be119
Add ServiceSettings.MaximumPayloadSize to SystemConsole ( #27124 )
...
* Add ServiceSettings.MaximumPayloadSize to SystemCnosole
* Update label
2024-05-29 09:06:34 -06:00
Matthew Birtch
96825e23d8
MM-58183 Post Error Style Fixes ( #27015 )
...
* fix alignment of error messages and consistent font size with typing message
* fix lint issues
* Remove unused CSS class from div
---------
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com >
2024-05-28 18:03:39 -04:00
Weblate (bot)
54019e4013
Translations update from Mattermost Weblate ( #27166 )
...
* Translated using Weblate (German)
Currently translated at 100.0% (2503 of 2503 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/de/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (2503 of 2503 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ja/
* Translated using Weblate (German)
Currently translated at 100.0% (5768 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/de/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (5768 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/ja/
* Translated using Weblate (Dutch)
Currently translated at 99.9% (5765 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nl/
* Translated using Weblate (Polish)
Currently translated at 100.0% (2503 of 2503 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/
* Translated using Weblate (Polish)
Currently translated at 100.0% (5768 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pl/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2503 of 2503 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/zh_Hans/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (5768 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/zh_Hans/
* Translated using Weblate (Hebrew)
Currently translated at 1.0% (60 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/he/
* Translated using Weblate (French)
Currently translated at 78.7% (4545 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (French)
Currently translated at 78.7% (4545 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (French)
Currently translated at 88.2% (2210 of 2503 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/fr/
* Translated using Weblate (French)
Currently translated at 79.4% (4583 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (French)
Currently translated at 79.4% (4583 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (French)
Currently translated at 79.4% (4583 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (French)
Currently translated at 79.4% (4584 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (French)
Currently translated at 79.4% (4584 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (French)
Currently translated at 82.4% (4754 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Translated using Weblate (English (Australia))
Currently translated at 100.0% (2503 of 2503 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/en_AU/
* Translated using Weblate (English (Australia))
Currently translated at 100.0% (5768 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/en_AU/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (2503 of 2503 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nl/
* Translated using Weblate (French)
Currently translated at 82.6% (4770 of 5768 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/
---------
Co-authored-by: jprusch <rs@schaeferbarthold.de >
Co-authored-by: kaakaa <stooner.hoe@gmail.com >
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be >
Co-authored-by: master7 <marcin.karkosz@rajska.info >
Co-authored-by: ThrRip <coding@thrrip.space >
Co-authored-by: Ori maimon <orimaimon2000@gmail.com >
Co-authored-by: Benjamin Danon <b@bndn.fr >
Co-authored-by: Joakim Rivera <joakim.rivera@outlook.fr >
Co-authored-by: Pierre JENICOT <pierre.jenicot@ac-lille.fr >
Co-authored-by: Matthew Williams <Matthew.Williams@outlook.com.au >
2024-05-28 05:41:06 -03:00
Harrison Healey
2f7f00b256
Remove t from system console code ( #27054 )
...
* Remove t from components/admin_console/feature_discovery
* Remove t and localizeMessage from components/admin_console/permission_schemes_settings
* Remove t and localizeMessage from components/admin_console/system_user_detail
* Remove t from components/admin_console/team_channel_settins
* Address feedback
2024-05-27 15:49:39 -04:00
Harrison Healey
1bd7b6f4c2
MM-58359 Add page_load to Prometheus metrics ( #27159 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-05-27 14:06:18 -04:00
M-ZubairAhmed
273a999167
[MM-57384] Investigate app performance on repeated calls to users/status/ids and users/ids calls on posted event ( #26644 )
...
https://mattermost.atlassian.net/browse/MM-57384
https://mattermost.atlassian.net/browse/MM-58109
https://mattermost.atlassian.net/browse/MM-58110
2024-05-27 12:34:38 +00:00
Harrison Healey
310261eea9
Remove t from miscellaneous components ( #27058 )
...
* Remove t and localizeMessage from components/delete_category_modal
* Remove t from components/error_page
* Remove t from components/integrations
* Remove t from components/keyboard_shortcuts
* Remove t from components/no_results_indicator
* Remove t from components/search_results
* Remove t from components/sidebar
* Remove t from components/threading
* Remove t from components/tours
2024-05-24 15:41:34 -04:00