Asaad Mahmood
a5d263f26c
MM-58496 - Updating channel font size ( #27445 )
...
* MM-58496 - Updating channel font size
* Updating lineheight
2024-06-28 21:57:43 +05:00
Agniva De Sarker
d20b55bde8
MM-57375: Update to latest minio image ( #27475 )
...
* test with latest minio image
* Update the KMS key
- Also use latest config settings. The older ones were deprecated.
2024-06-28 20:34:18 +05:30
Harrison Healey
70b218839f
MM-58854 Update how Compass icons are referenced by AnnouncementBar ( #27461 )
...
Automatic Merge
2024-06-28 15:57:50 +03:00
Harrison Healey
b9e501e285
MM-59254 Fix EnableClientMetrics setting being hidden ( #27483 )
...
Automatic Merge
2024-06-28 14:57:50 +03:00
Mario Vitale
3169f98982
Fix concurrency for daily tests ( #27480 )
2024-06-28 10:08:18 +02:00
Takuya N
abf9c41bad
chore(deps): pin whatwg-url to 12.0.0+ in /api ( #27463 )
...
to suppress warnings from whatwg-url 5.0.0 (through 11.0.0)
on `make build` or `make run` in /api.
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2024-06-27 20:41:58 -03:00
Matthew Birtch
2a37aeac79
removed offending line that hid threads view on mobile ( #27428 )
...
Automatic Merge
2024-06-28 01:57:50 +03:00
Ibrahim Serdar Acikgoz
e85d34163c
Add support packet metadata ( #27465 )
2024-06-27 15:27:57 +02:00
M-ZubairAhmed
8919a9c959
[MM-59064] Close Icon is not in line with toast text of "search this channel" when RHS threads panel is open ( #27464 )
2024-06-27 06:53:44 +00:00
Matthew Birtch
338434a098
[MM-59047] Keyboard Shortcuts Modal Improvements ( #27443 )
2024-06-27 06:52:20 +00:00
M-ZubairAhmed
47dcb02ae0
[MM-59061] Remove redundant index route for Root.tsx ( #27441 )
2024-06-27 06:51:27 +00:00
Scott Bishel
817e18414e
require regenerate invite id to have invite permission ( #27427 )
2024-06-26 12:41:26 -06:00
Miguel de la Cruz
2aff84a72e
Sanitize RemoteEmail user prop ( #27170 )
...
* Sanitize RemoteEmail user prop
If the server is configured to hide user emails, the "RemoteEmail"
user property will be sanitized as well, effectively hiding the real
email of remote users.
* fix merge conflict
---------
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-06-26 13:48:31 -04:00
Agniva De Sarker
59998b0b84
Bubble up parsing error from en.json ( #27362 )
...
Running `make i18n-extract` on a en.json file
with bad JSON will just wipe off all keys instead
of throwing the error. This is very confusing
and can lead to a lot of time wasted because
there's no indication that the JSON is incorrect.
Fixing this.
```release-note
NONE
```
2024-06-26 20:27:22 +05:30
Asaad Mahmood
86a98ea030
MM-58755 - Fixing inproduct notices spacing ( #27442 )
...
* MM-58755 - Fixing inproduct notices spacing
* Updating compass modal
* Updating test
2024-06-26 16:22:56 +02:00
Rita Anene
60028d63c0
[MM-58409] Migrate tooltips of 'components/file_preview_modal/popover_bar/popover_bar' to WithTooltip ( #27447 )
2024-06-26 11:07:22 +00:00
Harrison Healey
c39a4b2a7c
Change PerformanceReporter tests to not check exact values for timestamps ( #27459 )
2024-06-26 07:00:05 +00:00
Rita Anene
273c7df69b
[MM-58408] Migrate tooltips of 'components/file_preview_modal/file_preview_modal_main_nav/file_preview_modal_main_nav' to WithTooltip ( #27422 )
2024-06-26 06:31:03 +00:00
Ezekiel
cd7c930172
MM-58411 Migrate tooltips of 'components/actions_menu/actions_menu' to WithTooltip ( #27238 )
...
* Added console log for draft PR
* Replaced tooltip component with changes
* Updated snapshot for tests
* Updated title to use FormattedMessage
* Remove defineMessages
* Fix style
* Removed unused tooltip
---------
Co-authored-by: ezekiel <ezekiel@itsmart.my>
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-06-26 08:13:41 +02:00
Ivy Gesare
9f1686b2c4
Change: Use WithTooltip instead of OverlayTrigger on filename_overlay ( #27439 )
2024-06-26 08:13:17 +02:00
Arya Khochare
633b565192
migrate tooltips of file_preview_modal_main_actions.tsx to WithTooltip ( #27243 )
2024-06-26 08:12:55 +02:00
Harrison Healey
1505c37977
MM-58777 Confirm that sendBeacon exists before trying to use it ( #27458 )
2024-06-26 10:43:53 +05:30
Scott Bishel
6fd894953c
update for adding multiple members ( #25128 )
...
* update for adding multiple members
* fix unit test
* more test fixes
* add another unit test
* fix object passed by client4
* revert package-lock.json
* revert package-lock.json
* add length check
* limit size of lists in API requests
* revert package-lock
* add batching to front end
* add batching to front end
* fix bad merge
* update return type
* remove unnecessary permisssion check, add unit test
* fixes and add tests from review
* revert changes adding limits to other apis
* fixes
* clean-up from code review
* fix unit test call
* revert back to interface{}, fix unit test
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-06-25 12:25:28 -06:00
Mario Vitale
4f68dbb96e
CLD-5704 Migrate daily master/cloud tests ( #27393 )
...
* [skip ci] Support Cloud/daily tests and Zephyr integration
* [skip ci] Fix workflow file
* [skip ci] Fix typo in workflow input name
* Fix cloud variable passing
* [skip ci] Fix typo
* Utilize master branch image for daily tests
* Apply Saturn's suggestion, fixes and improvements
2024-06-25 15:46:05 +02:00
Matthew Birtch
78497924ef
MM-58802 Fix overlapping back button ( #27394 )
...
* fix overlapping back button
* css tweak
* use classNames utility
* fixed import order
2024-06-25 15:35:21 +02:00
Doug Lauder
6773d13dee
MM-58255 Ensure remote users do not get valid email addresses ( #27421 )
...
* remote users don't get valid email addresses; remote users cannot have access tokens
* block notification emails for remote users
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-06-25 09:26:08 -04:00
M-ZubairAhmed
12ad9f3fe2
[MM-59059] Re enable markdown preview for channel header in user advanced settings ( #27440 )
2024-06-25 11:19:14 +00:00
Arya Khochare
926c7aeac8
[MM-58512] Migrate tooltips of "components/status_dropdown/status_dropdown.tsx" to WithTooltip ( #27246 )
2024-06-25 07:02:03 +00:00
Arya Khochare
a768df7e7c
[MM-58516] Migrate tooltips of "components/search/user_guide_dropdown/user_guide_dropdown.tsx" to WithTooltip ( #27248 )
2024-06-25 06:48:59 +00:00
Hosted Weblate
18e81bd623
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/
2024-06-24 23:02:23 +03:00
Frank Paul Silye
e32bfafb90
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 0.9% (24 of 2509 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nb_NO/
2024-06-24 23:02:23 +03:00
ThrRip
80bb11823d
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/
2024-06-24 23:02:23 +03:00
Frank Paul Silye
9b9ab65732
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 6.0% (350 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
2024-06-24 23:02:23 +03:00
ThrRip
94ea559cf0
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/
2024-06-24 23:02:23 +03:00
ThrRip
c270e8630a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (2507 of 2509 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/zh_Hans/
2024-06-24 23:02:23 +03:00
Frank Paul Silye
932437e81b
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 6.0% (349 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
2024-06-24 23:02:23 +03:00
Matthew Williams
d38ce26553
Translated using Weblate (English (Australia))
...
Currently translated at 100.0% (5772 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/en_AU/
2024-06-24 23:02:23 +03:00
Tom De Moor
0ff938167b
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (2509 of 2509 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nl/
2024-06-24 23:02:23 +03:00
Matthew Williams
371d1b0f97
Translated using Weblate (English (Australia))
...
Currently translated at 100.0% (2509 of 2509 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/en_AU/
2024-06-24 23:02:23 +03:00
Frank Paul Silye
de05e975b5
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 5.7% (334 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
2024-06-24 23:02:23 +03:00
Frank Paul Silye
35bb011059
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 5.7% (332 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
2024-06-24 23:02:23 +03:00
master7
71f82bf0db
Translated using Weblate (Polish)
...
Currently translated at 100.0% (2509 of 2509 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/
2024-06-24 23:02:23 +03:00
Frank Paul Silye
6fc5cc7eb1
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 5.6% (329 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
2024-06-24 23:02:23 +03:00
Frank Paul Silye
3f290d1e43
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 4.6% (267 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
2024-06-24 23:02:23 +03:00
Zenocode
8c546b196c
Translated using Weblate (French)
...
Currently translated at 85.5% (4938 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
2024-06-24 23:02:23 +03:00
MArtin Johnson
935c2863df
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (2509 of 2509 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/sv/
2024-06-24 23:02:23 +03:00
Hosted Weblate
e99d16fd3c
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/
2024-06-24 23:02:23 +03:00
Zenocode
2110d023b0
Translated using Weblate (French)
...
Currently translated at 85.5% (4938 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
2024-06-24 23:02:23 +03:00
nbruneau71250
a1c6f258ad
Translated using Weblate (French)
...
Currently translated at 84.2% (4863 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
2024-06-24 23:02:23 +03:00
Zenocode
94b950564e
Translated using Weblate (French)
...
Currently translated at 84.2% (4863 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
2024-06-24 23:02:23 +03:00