MArtin Johnson
86aada4cb0
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (6328 of 6329 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-06-02 17:43:53 +02:00
master7
f700236987
Translated using Weblate (Polish)
...
Currently translated at 99.1% (6277 of 6329 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pl/
2025-06-02 17:43:53 +02:00
Manuela Silva
adf9187d6d
Translated using Weblate (Portuguese)
...
Currently translated at 1.9% (125 of 6329 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pt/
2025-06-02 17:43:53 +02:00
master7
0b9ed462a6
Translated using Weblate (Polish)
...
Currently translated at 99.0% (6266 of 6329 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pl/
2025-06-02 17:43:53 +02:00
Martin Mičuda
769a5b0495
Translated using Weblate (Czech)
...
Currently translated at 95.8% (6064 of 6329 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/cs/
2025-06-02 17:43:53 +02:00
master7
7de1b757e2
Translated using Weblate (Polish)
...
Currently translated at 98.6% (6246 of 6329 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pl/
2025-06-02 17:43:53 +02:00
jprusch
dc58edf56a
Translated using Weblate (German)
...
Currently translated at 100.0% (6329 of 6329 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/de/
2025-06-02 17:43:53 +02:00
Miguel de la Cruz
c6c27e7752
Adds a feature flag and the logic to hide plugin interactions on shared channels ( #31185 )
...
* Adds a feature flag and the logic to hide plugin interactions on shared channels
* Address review comments
* Fix CI
* Address review comments
* Address review comments
---------
Co-authored-by: Miguel de la Cruz <miguel@ctrlz.es >
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-06-02 12:59:19 +00:00
Uday Rana
58d6c71ed2
[MM-53650] Add disable emoticon rendering setting to webapp ( #29414 )
...
* add renderEmoticonsAsEmoji to post_markdown
* add renderEmoticonsAsEmoji to preferences, config
* add EnableRenderEmoticonsAsEmoji to GenerateClientConfig
* add EnableRenderEmoticonsAsEmoji to TeamSettings
* create renderEmoticonsAsEmoji component
* update translation file
* update tests
* add tests for RenderEmoticonsAsEmoji
* remove unused prop
* remove unused variables
* add test cases for undefined/false values for renderemoticonsasemoji
* switch strings from backticks to single quotes
* Update webapp/channels/src/components/user_settings/display/render_emoticons_as_emoji/render_emoticons_as_emoji.tsx
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com >
* Update webapp/channels/src/components/user_settings/display/render_emoticons_as_emoji/render_emoticons_as_emoji.tsx
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com >
* Update webapp/channels/src/components/user_settings/display/render_emoticons_as_emoji/render_emoticons_as_emoji.tsx
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com >
* Update webapp/channels/src/utils/emoticons.tsx
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com >
* remove server setting
* remove usestate
* update i18n
* remove config setting
* fix broken test
* fix focus edit button logic
* update tests for when render emoticons option is undefined
* remove config usage from selectors
* update setting display text
* remove 'automatically' from setting description
* use default from preferences instead of hardcoded true
* update component snapshot
* remove renderemoticonsasemoji = true from emoticons tests
* Apply suggestions from code review
* Switch from useEffect to useDidUpdate
* Run fix-style
* Add RenderEmoticonsAsEmoji component to test spec
* Rewrite RenderEmoticonsAsEmoji to mirror ManageTimezones and ManageLanguages
* Update UserSettingsDisplay snapshot
* Switch test to renderWithContext, update props
* Move options into const objects
* Wrap functions in useCallback
---------
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com >
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-06-02 14:35:27 +02:00
Ibrahim Serdar Acikgoz
a457d3b73c
[MM-64367] Update property/attribute naming convetion ( #31168 )
...
Automatic Merge
2025-06-02 10:00:09 +03:00
Sven Hüster
655d6f3fc7
[MM-63944] fix channel header color ( #30899 )
...
Automatic Merge
2025-06-02 09:00:09 +03:00
Ibrahim Serdar Acikgoz
6f26ad5cec
[ABAC - Table Editor] Improvements on table editor and review feedback ( #31125 )
...
* reflect review comments
* update table editor
* adjust test limits
* reflect review comments
* MM-64376
* resolve conflicts
* address review comments
* fix merge conflict error
2025-06-01 12:05:57 +02:00
Ibrahim Serdar Acikgoz
35e06a2ee8
[MM-64422] Update icons for CEL Table Editor ( #31213 )
2025-05-30 22:39:24 +02:00
Ibrahim Serdar Acikgoz
2cf345dd5c
removed channels will disappear from channel list in policy edit ( #31140 )
2025-05-30 18:59:59 +02:00
David Krauser
761584c040
[MM-64244] Add websocket disconnect reason metric ( #31032 )
...
We've recently spent some effort improving websocket reconnection logic. With this commit, I've augmented the websocket reconnect metric to include a disconnect reason. This will help us measure the impact of these changes in production.
2025-05-30 08:15:20 -04:00
Harshil Sharma
c9006b55e1
Fixed width of edit scheduled post UI ( #31196 )
2025-05-30 10:20:29 +05:30
Ibrahim Serdar Acikgoz
81d3273bc7
error when policy toggled but not selected ( #31200 )
2025-05-29 08:13:03 +02:00
Pablo Vélez
e52e285ba6
MM-64378 - disable channel settings menu option for users with no permissions ( #31178 )
2025-05-29 00:27:01 +02:00
Jesse Hallam
332be84efd
Revert "MM-63648 - markdown images sometimes do not show the more button ( #30716 )" ( #31224 )
...
This reverts commit 20f9f58e4c .
2025-05-28 21:53:34 +00:00
Daniel Espino García
6fc60583eb
Fix dialog dropdown being cut-off ( #30881 )
...
* Fix dialog dropdown being cut-off
* Fix dropdown e2e tests
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-05-28 13:05:33 +02:00
Matthew Birtch
b6401d9042
MM-63950 replace --denim- variables ( #30925 )
2025-05-27 07:55:37 -04:00
Miguel de la Cruz
e51ea025db
Deletes CPA values on CPA field type change ( #31122 )
...
* Deletes CPA values on CPA field type change
* Fix error method name reference
* Cleans the state when a CPA field's type is updated
* Fix types
* Fix linter
* Webapp no longer makes a decision on the change and server sents a flag in the WS message
* Fix linter
---------
Co-authored-by: Miguel de la Cruz <miguel@ctrlz.es >
2025-05-27 13:38:05 +02:00
Matthew Birtch
649b939e6a
MM-63898 Improve Blockquote Style ( #31008 )
...
* quote style exploration
* style tweak
* updated quote style
* Update _markdown.scss
* update value to match css
* fix linter issue
* changed reply bar to button-bg
* tweaks to compact mode
* a few more minor tweaks to spacing for compact mode and in edit preview mode
* fix lint issue
* add comment back in
* move to proper if statement for theme util
2025-05-26 22:20:42 -04:00
Maria A Nunez
5b28ddadb9
Accessibility: Add header tags missing in title sections ( #30776 )
...
* Fixed missing header in create account
* Fixed modal header
* Fixed header for suggestionList for autocomplete popup
* Fixed heading for search hints title
* Fixed header tag in search suggestion header
* Fixed header tag in RHS title
* Fixed header in RHS search results title
* Fixed header for RHS CHannel Info title
* Linting
* Fix tests
* Styling fix
* Linting
* PR Feedback
* Fixed tests
* Moved subtitle into h2
* Fix tests from merge
* Linting
* Fix snapshots
* Updated playwright tests snapshots
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2025-05-26 20:53:04 -04:00
Harrison Healey
1e0621252f
Explicitly list exports from mattermost-redux ( #31176 )
2025-05-26 15:17:17 -04:00
Jesse Hallam
70a42ffd5f
Reject mysql for enterprise advanced ( #31164 )
...
* reject MySQL with the enterprise advanced license
If a user attempts to set an Enterprise Advanced License while
configured with MySQL, reject the license. This SKU is not compatible
with MYSQL.
* fix trial typo
* suppress trial banner if MySQL
* Update server/channels/app/platform/license_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix types
* suppress mysql from show start trial modal
* Skip MySQL-incompatible tests for access control and channel banner features
Skip the following tests when running with MySQL database:
- Access control policy tests (create, get, delete, check/test expressions, search, assign/unassign, get channels)
- Channel banner tests in TestPatchChannel and TestCanEditChannelBanner
These features are not supported on MySQL and the tests would fail.
Tests will continue to run normally on PostgreSQL.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
* Skip TestSearchChannelsForAccessControlPolicy subtest for MySQL
Add MySQL skip logic to the "SearchChannelsForAccessControlPolicy with regular user"
subtest as this access control feature is not supported on MySQL.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
* reject trial license requests for MySQL
* return false on sku + mysql match, even if logger is nil
* Fix MySQL trial license tests to skip appropriately based on database driver
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-05-26 15:44:32 -03:00
Hosted Weblate
f2bb82bc01
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/
2025-05-26 20:38:25 +02:00
Frank Paul Silye
ebc9523cc4
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 83.4% (5268 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
2025-05-26 20:38:25 +02:00
ThrRip
68f8ff320a
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (6312 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/zh_Hans/
2025-05-26 20:38:25 +02:00
MArtin Johnson
34a4785ace
Translated using Weblate (Swedish)
...
Currently translated at 99.4% (6275 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
master7
e33f045199
Translated using Weblate (Polish)
...
Currently translated at 98.9% (6244 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pl/
2025-05-26 20:38:25 +02:00
Frank Paul Silye
7e6d80c135
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 83.4% (5266 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
2025-05-26 20:38:25 +02:00
Frank Paul Silye
9c6f60aef1
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 83.3% (5263 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
2025-05-26 20:38:25 +02:00
Tom De Moor
ce7ae75a5e
Translated using Weblate (Dutch)
...
Currently translated at 99.9% (6309 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nl/
2025-05-26 20:38:25 +02:00
Frank Paul Silye
47b813e0b7
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 82.3% (5197 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nb_NO/
2025-05-26 20:38:25 +02:00
Manuela Silva
d933b4fb48
Translated using Weblate (Portuguese)
...
Currently translated at 1.3% (84 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pt/
2025-05-26 20:38:25 +02:00
MArtin Johnson
686ffebc71
Translated using Weblate (Swedish)
...
Currently translated at 97.9% (6180 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
Joaquim Homrighausen
7508941452
Translated using Weblate (Swedish)
...
Currently translated at 97.9% (6180 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
MArtin Johnson
7fe4072be4
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
Joaquim Homrighausen
f0ff87a17e
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
Joaquim Homrighausen
90077a6438
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
MArtin Johnson
484176c4d2
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
Joaquim Homrighausen
1324896414
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
MArtin Johnson
a4327b6a9b
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
MArtin Johnson
3c46607591
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
Joaquim Homrighausen
ec0503d74f
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
Joaquim Homrighausen
abc0d5d516
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
MArtin Johnson
a4805de2e8
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
Joaquim Homrighausen
0c0d31f479
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00
MArtin Johnson
794c0cf364
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (6159 of 6312 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/sv/
2025-05-26 20:38:25 +02:00