Sinan Sonmez (Chaush)
53fc44e13a
MM-46494: Add filter options to browse channel modal ( #24099 )
2023-08-31 08:37:41 +05:30
Harrison Healey
fd74208af1
Move .editorconfig to repo root ( #24398 )
...
* Move .editorconfig to repo root
* Add yaml formatting to .editorconfig
2023-08-30 16:29:07 -04:00
KyeongSoo Kim
61473efb93
MM-27936: Allow resizing the channel sidebar and right-hand sidebar ( #23117 )
...
* MM-27936: Resize sidebar
* separate sidebar related constants into different file
* reset style when sidebar expanded
* change not to save user_id when saving to local_storage
* prevent a separation between the rhs and the main center panel
* change variable name
* migrate to css-based paradigm
* delete unnecessary files
* update snapshot
* increase the resizable range
* fix transition
* Made RHS and LHS widths not be saved scoped by team
* scope cleanup
* fix lhs header menu ellipsis/tolerances
* fix lint
* remove a ref from a dependency
* return null instead of empty jsx
* return null when disabled
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
Co-authored-by: harshil Sharma <harshilsharma63@gmail.com >
Co-authored-by: Caleb Roseland <caleb@calebroseland.com >
2023-08-30 15:34:48 -04:00
Devin Binnie
a3b194581f
[MM-37984] Allow Desktop App to authenticate via external providers outside of the app on supported servers ( #24140 )
...
* [MM-37984] Allow Desktop App to authenticate via external providers outside of the app on supported servers
* PR feedback
* Add support for mattermost-dev protocol for development use
* Update server/channels/db/migrations/postgres/000110_create_desktop_tokens.up.sql
* Fix silly typo
* Update server/channels/db/migrations/postgres/000110_create_desktop_tokens.up.sql
* Remove storage of client token, only validate it on the client
* Update migrations
* Add concurrently create index
* Remove CONCURRENTLY for now
* Fix issue with changing history
* Remove old migration
* Use idempotent statement to drop old index
* Remove reference to old table
2023-08-30 11:21:43 -04:00
master7
105fa4a195
Translated using Weblate (Polish)
...
Currently translated at 100.0% (5655 of 5655 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pl/
2023-08-30 15:30:26 +02:00
Matthew Williams
2f681d9a0e
Translated using Weblate (English (Australia))
...
Currently translated at 99.9% (5654 of 5655 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/en_AU/
2023-08-30 15:30:26 +02:00
MArtin Johnson
a946fc1b7b
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (5655 of 5655 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/sv/
2023-08-30 15:30:26 +02:00
Coelho
17316e912c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 87.8% (4966 of 5655 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pt_BR/
2023-08-30 15:30:26 +02:00
Deivison Lincoln
2acd91b3cc
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 87.8% (4966 of 5655 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pt_BR/
2023-08-30 15:30:26 +02:00
Jesús Espino
8c8b8b7e79
Add code block actions plugin extensibility ( #24348 )
...
* Add code block actions plugin extensibility
* Fixing tests
* Fixing linter errors
* Move Plugin components left of label
---------
Co-authored-by: Christopher Speller <crspeller@gmail.com >
2023-08-29 14:51:37 -07:00
Caleb Roseland
dbb39e44cc
MM-54261: re-scope css to intended target ( #24396 )
2023-08-29 14:58:52 -05:00
Scott Bishel
f35291169c
Add config setting to set default User Setting for filter join/leave message ( #24047 )
...
* initial submit, join/leave message
* i18n-extract
* additional changes for client config
* add unit tests
* fix unit tests
* change tests to use string not bool
* more unit test fixes
* add and fix unit tests
* revert package-lock
* update unit tests
* Update default_config.ts
* fix unit test
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-29 12:30:16 -06:00
Harrison Healey
8235b5bb44
MM-53989 Upgrade to Node 18 and NPM 9 ( #24283 )
...
* MM-53989 Update to Node 18 and NPM 9
* MM-53989 Remove skip_integrity_check.js
* Force e2e-test/cypress to use its version of TS for types package
* Update .nvmrc
* Update .nvmrc lineending
* Update server.override.yml
---------
Co-authored-by: M-ZubairAhmed <m-zubairahmed@protonmail.com >
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-28 14:37:05 -04:00
Scott Bishel
053041cd2c
update help text ( #24375 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-28 08:04:07 -06:00
Zubair Imtiaz
61dae292f7
[MM-53333] Modified the delete category modal to contain a cancel button #24290 ( #24317 )
...
* Added cancel button in the delete category modal
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-28 09:49:33 -04:00
Tasawar Hussain
77b19a0d3a
MM-53926 fix commented on display name ( #24322 )
...
* Sync giphy package versions in package-lock.json file
The versions were added automatically after starting the server, so seems like lock file is not synced
* Use main user_profile component in commented_on to fix displayName
* Refactor commented_on component from class to dumb/function component
* Resolved comments and make eslint happy
* Remove display name prop being passed to UserProfile component
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-28 15:25:12 +02:00
Caleb Roseland
818225dffe
MM-52981, MM-53559: Streamlined in-product marketplace ( #24311 )
2023-08-25 14:39:25 -05:00
Konstantin
563feafa46
Translated using Weblate (Russian)
...
Currently translated at 100.0% (5655 of 5655 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/ru/
2023-08-25 14:48:12 +02:00
Hosted Weblate
02f5a61a63
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/
2023-08-25 14:48:12 +02:00
kaakaa
2b53038ef0
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (5648 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/ja/
Translated using Weblate (Japanese)
Currently translated at 97.2% (5495 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/ja/
2023-08-25 14:48:12 +02:00
Hosted Weblate
7d98f0c9d2
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/
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/
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-08-25 14:48:12 +02:00
Tom De Moor
84e17bc134
Translated using Weblate (Dutch)
...
Currently translated at 99.9% (2464 of 2465 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (5648 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/nl/
2023-08-25 14:48:12 +02:00
jprusch
78d49a52cd
Translated using Weblate (German)
...
Currently translated at 100.0% (5655 of 5655 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/de/
Translated using Weblate (German)
Currently translated at 100.0% (5648 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/de/
2023-08-25 14:48:12 +02:00
Harrison Healey
dad579daee
MM-54211 Fix Unreads category being visible with no unread channels ( #24334 )
2023-08-24 10:33:47 -04:00
Jesús Espino
4145fd2f4e
Add support for actions in the unreads bar from plugins ( #24265 )
...
* Add support for actions in the unreads bar from plugins
* Adding channelId as parameter
* Fixing linter errors
* Changing the extensibility to the new messages separator
* Making everything work with the plugin
* Fixing linter and types errors
* Fixing unit test
* Tiny improvement in the styles
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-24 12:20:29 +02:00
Harrison Healey
e2a5293e2e
MM-53999 Fix keyboard support for Menu components ( #24282 )
...
* Cherry-pick test changes from #24243
* Add required change from Saturn's PR to make reminder menu accessible
* MM-53999 Flip provider order so that MUI props are passed
* MM-53999 Pass MUI props through custom MenuItem components
* Address feedback
* Update snapshots
2023-08-22 12:53:02 -04:00
Tasawar Hussain
e48efdc5da
Sync giphy package versions in package-lock.json file ( #24314 )
...
The versions were added automatically after starting the server, so seems like lock file is not synced
2023-08-22 10:38:56 -04:00
Miguel de la Cruz
be68398c7f
Updates post text processing to fetch nonexisting custom groups ( #24292 )
...
* Updates getProfilesAndStatusesForPosts to fetch nonexisting custom groups
* Fix linter
* Rename method
* Adds an action test
* Using a set on loadedProfiles instead of an array
2023-08-21 09:20:49 -06:00
M-ZubairAhmed
bc11b29807
Replace Gfycat with GIPHY in emoji/gif picker ( #24236 )
...
* Added the package
* design
* add styled-component alias
* add contrast ratio
* added the tab icon
* review comments
* rev comments
* key added
* key added
* trans
* Added giphy sdk test key for playwright tests config
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
Co-authored-by: maria.nunez <maria.nunez@mattermost.com >
2023-08-18 16:02:46 -04:00
Andrey K
56a0becbca
[MM-32576] Text copied from Microsoft OneNote pastes as an image (v2) ( #23530 )
...
* [MM-32576] Text copied from Microsoft OneNote pastes as an image
* [MM-32576] Text copied from Microsoft OneNote pastes as an image (linter and tests fix)
* [MM-32576] Text copied from Microsoft OneNote pastes as an image (E2E tests fix: mock clipboardData.getData())
---------
Co-authored-by: Andrey Karavashkin <akaravashkin@stsoft.ru >
2023-08-18 07:37:58 -04:00
Christopher Poile
7b0b0d8609
MM-53764 - Fix: Improve limits on Opengraph Data Cache ( #24177 )
...
* enforce strict opengraph cache entry size limit
* move json marshalling and error checking into parsOpenGraphMetadata fn
* fix linting
* fix potential nil deref
* Revert "fix potential nil deref"
This reverts commit 095bcd496e9b8d97ca63d3a99e2e46eec58ef7ae.
* Revert "fix linting"
This reverts commit f3e1f7b27634ca0567fd0fef01ac23f5e39009a7.
* Revert "move json marshalling and error checking into parsOpenGraphMetadata fn"
This reverts commit ba9a1e13b0fb9d4579077b7b37666e950a5fb6ed.
* Revert "enforce strict opengraph cache entry size limit"
This reverts commit d1de4a8fa40e58ac85c85f66de27ec5aca884b18.
* remove /opengraph api endpoint
* i18n
* removing unneeded action and reducer
2023-08-17 18:23:39 -04:00
Daniel Espino García
4a4bf82440
Remove unused components ( #24189 )
...
* Remove unused components
* i18n-extract
* Fix tests
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-15 16:46:19 -04:00
Nitin Suresh
b19233d3e3
[MM-53699] : Remove channel header limit message when user adjusts to valid length ( #24160 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-15 16:42:10 -04:00
Sinan Sonmez (Chaush)
39150bc16d
fix member count ( #24233 )
2023-08-15 16:41:20 -04:00
Ben Cooke
f64e6174e2
[MM-53556] Fix crash when you are added to a group that's not in state ( #24196 )
...
* fix webapp crashing when you get added to a group
2023-08-15 11:03:44 -04:00
Scott Bishel
faea229921
MM-53688 Remove boards dataretention ( #24231 )
...
* remove boards data-retention
* remove another variable
* update snapshots, to remove boards
* need to keep config settings until focalboard is updated
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-15 08:27:45 -06:00
Scott Bishel
5b48a712d1
MM-52910 - remove boards product tour code ( #24223 )
...
* remove boards product tour code
* remove another constant
* i18n-extract
* remove boards from onboarding flow
* remove unused import
* i19n-extract
2023-08-15 08:26:36 -06:00
Harrison Healey
dec13f8c9c
MM-49063 Silence warning when lastViewedAt is undefined ( #24252 )
...
* MM-49063 Silence warning when lastViewedAt is undefined
* Fix type error
2023-08-14 17:41:22 -04:00
Hosted Weblate
d88e1e6650
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/
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-08-14 18:41:15 +02:00
Guillermo Vayá
099b98c758
Translated using Weblate (Hungarian)
...
Currently translated at 88.6% (5007 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/hu/
Translated using Weblate (Turkish)
Currently translated at 100.0% (5648 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/tr/
2023-08-14 18:41:15 +02:00
master7
e91900f401
Translated using Weblate (Polish)
...
Currently translated at 100.0% (5648 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pl/
Translated using Weblate (Polish)
Currently translated at 99.3% (5610 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pl/
Translated using Weblate (Polish)
Currently translated at 98.7% (5579 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pl/
2023-08-14 18:41:15 +02:00
MArtin Johnson
daa1d841b2
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (2465 of 2465 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/sv/
Translated using Weblate (Swedish)
Currently translated at 100.0% (5648 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/sv/
2023-08-14 18:41:15 +02:00
Tom De Moor
b6bf16c08b
Translated using Weblate (Dutch)
...
Currently translated at 99.9% (2464 of 2465 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (5648 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/nl/
2023-08-14 18:41:15 +02:00
Hosted Weblate
e231c4407e
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-08-14 18:41:15 +02:00
jprusch
c5891c5944
Translated using Weblate (German)
...
Currently translated at 100.0% (5648 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/de/
2023-08-14 18:41:15 +02:00
master7
c50e8b2ef6
Translated using Weblate (Polish)
...
Currently translated at 98.2% (5549 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pl/
2023-08-14 18:41:15 +02:00
Tom De Moor
6670f23cab
Translated using Weblate (Dutch)
...
Currently translated at 97.3% (5501 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/nl/
2023-08-14 18:41:15 +02:00
Kaya Zeren
ed6e5a6f3c
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (5648 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/tr/
Translated using Weblate (Turkish)
Currently translated at 100.0% (2465 of 2465 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/tr/
2023-08-14 18:41:15 +02:00
Matthew Williams
d008caa21f
Translated using Weblate (English (Australia))
...
Currently translated at 99.9% (2464 of 2465 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/en_AU/
Translated using Weblate (English (Australia))
Currently translated at 100.0% (5648 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/en_AU/
2023-08-14 18:41:15 +02:00
Konstantin
6c06e5a97e
Translated using Weblate (Russian)
...
Currently translated at 100.0% (2465 of 2465 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (5648 of 5648 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/ru/
2023-08-14 18:41:15 +02:00