master7
e86fe3fcd6
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% (2518 of 2518 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (2518 of 2518 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (5771 of 5771 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (2518 of 2518 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/pl/
2023-11-27 21:30:14 +02:00
Tom De Moor
594922ba88
Translated using Weblate (Dutch)
...
Currently translated at 99.7% (5758 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nl/
Translated using Weblate (Dutch)
Currently translated at 98.3% (5678 of 5772 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nl/
Translated using Weblate (Dutch)
Currently translated at 99.9% (2517 of 2518 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nl/
Translated using Weblate (Dutch)
Currently translated at 99.5% (2506 of 2518 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nl/
Translated using Weblate (Dutch)
Currently translated at 98.3% (5675 of 5771 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/nl/
Translated using Weblate (Dutch)
Currently translated at 99.4% (2504 of 2518 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/nl/
2023-11-27 21:30:14 +02:00
kaakaa
b2fb2fc5d1
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (5771 of 5771 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (2518 of 2518 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ja/
Translated using Weblate (Japanese)
Currently translated at 98.8% (5702 of 5771 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (2518 of 2518 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/ja/
2023-11-27 21:30:14 +02:00
jprusch
b3247d12e0
Translated using Weblate (German)
...
Currently translated at 100.0% (5771 of 5771 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/de/
Translated using Weblate (German)
Currently translated at 100.0% (2518 of 2518 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/de/
2023-11-27 21:30:14 +02:00
Hosted Weblate
ef4526a093
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/
2023-11-27 21:30:14 +02:00
Scott Bishel
6a021a29f9
MM-55042 Fixes permissions checks ( #25253 )
...
* fix permissions check on SessionHasPermissionToTeams and SessionHasPermissionToChannels
* add tests, make updates
* remove commented code
* update to handle session permissions first
* Update authorization.go
Remove unnecessary check
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-27 09:39:38 -07:00
Devin Binnie
eaa5cce3ce
[MM-55143] Disallow reacting with an emoji that does not exist, limit the total number of unique reactions per post ( #25331 )
...
* [MM-55143] Disallow reacting with an emoji that does not exist
* WIP for server limit on emoji reactions
* WIP
* Implement default limit of 25 unique emoji reactions
* Add modal for reaction limit
* Fix test
* PR feedback
* Fix i18n
* Update admin string
* Merge'd
* Fixing some issues, check limits correctly based on other users reactions
* Fix typos
* Fix lint/test
* Add tests, fix other tests
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-27 09:11:04 -05:00
Ben Schumacher
0a38042d58
[MM-55739] Allow admins to pipe the output of mmctl websocket into JSON parser ( #25545 )
2023-11-27 12:45:32 +01:00
Mikhail Fesenko
3cc3e88a57
simplified app/slashcommands/auto_teams.go: remove duplicate line of code ( #21525 )
2023-11-27 14:43:54 +03:00
Antonis Stamatiou
34209ac72b
Change notice generation configuration file ( #25526 )
2023-11-27 13:07:12 +02:00
LeonardJouve
3f641588fa
handleFileUploadComplete updates wrong draft ( #23983 )
2023-11-27 10:52:56 +01:00
Daniel Espino García
49919d2be5
MM-55438 Fix app bar divider ( #25425 )
...
* Fix spacing before the app bar divider
* Adjust bottom margin
* Fix lint
* Align appbar lines
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-27 10:50:15 +01:00
Harshil Sharma
1a49b7e929
Added license change listener ( #24342 )
...
* Added license change listener
* Fixed location of adding license listener
* Made tests unaffected
* Minor refactoring
* Changed order of checks to avoid breaking all tests
* Using CreateJobOnce to handle HA
* Updated context
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-27 08:49:10 +05:30
Harshil Sharma
6561f6f4ff
Fixed bug where channel admin wasn't set when converting GM to private channel ( #25515 )
2023-11-27 08:12:49 +05:30
Asaad Mahmood
37ce3e6398
Emoji picker hover fix ( #25530 )
2023-11-26 20:26:03 +05:00
Doug Lauder
af7bc8a4a9
Fix auto-complete in slash command for shared channel invite ( #25524 )
...
* fix auto-complete in slash command for shared channel invite
* more providers not implementing AutocompleteDynamicArgProvider
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-25 09:21:06 +01:00
Michael Kochell
de99b40e87
Bump prepackage Jira plugin version to 4.0.1 ( #25260 )
2023-11-24 13:01:02 -05:00
KyeongSoo Kim
93cb80ef58
migrate server/channels/app/team.go to make use of generic_store_result ( #25489 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-24 17:37:34 +01:00
Gabriel Akinyosoye
208b3fdb65
[MM-55135] Show header status width despite long header ( #25138 )
...
* use flex-shrink to retain header status width
* update header
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-24 09:26:38 +05:30
Turretkeeper
8dff1ab906
Simplify preview scaling logic ( #24507 )
...
* Update preview.go
Was some complex logic in there. This should be simpler.
* Update preview.go
Make GenerateThumbnail code more verbose
* Update preview.go
Finish renaming targetHeight and targetWidth
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-23 12:27:20 -06:00
Agniva De Sarker
0000f1d00f
MM-55710: Remove join with channel in GetFlaggedPosts ( #25513 )
...
https://mattermost.atlassian.net/browse/MM-55710
```release-note
NONE
```
2023-11-23 19:59:25 +05:30
Carrie Warner (Mattermost)
91a7639c3c
Updated mmctl export create command flag ( #25474 )
...
* Updated export create flag
* Update server/cmd/mmctl/docs/mmctl_export_create.rst
* Updated mmctl export create command flags
2023-11-23 08:58:34 -05:00
Harrison Healey
5a37630058
Update subpackages to 9.3.0 ( #25503 )
...
Automatic Merge
2023-11-23 15:30:14 +02:00
Arya Khochare
1f37254579
[MM-55140] Spacing between buttons is incorrect in channel dropdown > convert to private channel in mobile web view ( #25491 )
...
* button gap fixed for mobile modal
* modal footer button gap fixed for mobile (Web App)
* modal footer button gap fixed for mobile (Web App).
* changes to fix ci/lint
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-23 12:48:35 +01:00
Asaad Mahmood
371ad738d9
MM-55714 - Updating suggestion list height as before ( #25516 )
...
* MM-55714 - Updating suggestion list height
* Removing margin on status
2023-11-23 15:57:44 +05:00
Ben Schumacher
e99ded1635
[MM-55480] Update logr to v2.0.21 ( #25431 )
2023-11-23 10:30:08 +01:00
Asaad Mahmood
7848ea8e19
[MM-55293 & MM-36719] Updating emoji icon on hover and on popover ( #25440 )
2023-11-23 11:37:27 +05:30
Umar Abid
70e3a01f2d
[GH-25022]: Add Academy links to Teams training ( #25150 )
...
* feat: add link to teams dropdown menu
* fix: refactor link to separate component and update styles
* feat: add academy link to team's join page and settings modal
* fix: i18n and update test snapshots
* fix link styles & update test snapshot
* add state for unit tests
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
2023-11-22 13:36:52 -08:00
Christopher Speller
5862213fd4
Adding support for thread viewer to not have a root post fetched. ( #25502 )
...
* Adding support for thread viewer to not have a root post fetched.
* Fix type
2023-11-22 14:40:14 -05:00
Scott Bishel
f67f0bd220
MM-55006 Validate team access before returning deleted teams ( #25226 )
...
* validate team access before returning deleted teams
* update error return
* Update channel.go
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-22 10:48:20 -07:00
Akbar Abdrakhmanov
52b485b369
[MM-54637] Channel header popover that displays overflow on hover, is not aligned or the right width ( #25038 )
2023-11-22 18:23:23 +05:30
Arslan Butt
bdb1b8d376
[MM-42752] Channel header icons impacted by long channel name in mobile view ( #25450 )
2023-11-22 18:22:40 +05:30
Ben Schumacher
51e73b681b
[MM-40638] Type all of the websocket event names as a new type WebsocketEventType ( #25454 )
...
Co-authored-by: Sudheer Tripathi <sudheer@clearglass.com>
Co-authored-by: Sudheer Tripathi <31629433+sudheer121@users.noreply.github.com>
Co-authored-by: Sudheer Tripathi <tripathisudheer604@gmail.com>
2023-11-22 11:09:48 +01:00
KyeongSoo Kim
e1f72576fb
MM-52655 Allow plugin requests to include Authorization headers from external systems ( #24391 )
...
* remove the authorization header if the request is from an authenticated MM user
* fix lint
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
---------
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-21 17:49:48 -05:00
Ben Schumacher
5e94af1302
[MM-54852] Add mmctl command to download Support Packet ( #25419 )
...
* Add mmctl command to download Support Packet
* Simplify file name
* Revert "Simplify file name"
This reverts commit 17084a3350
.
* Fix docs
2023-11-21 15:25:01 +01:00
Nicolas Le Cam
88520e6740
MM-54814: Convert ./components/widgets/menu/menu_group.tsx from Class Component to Function Component ( #25183 )
...
* MM-54814: Convert ./components/widgets/menu/menu_group.tsx from Class Component to Function Component
Signed-off-by: Nicolas Le Cam <niko.lecam@gmail.com>
* review: Don't rerender component if props are unchanged
Signed-off-by: Nicolas Le Cam <niko.lecam@gmail.com>
* Fix tests
Signed-off-by: Nicolas Le Cam <niko.lecam@gmail.com>
---------
Signed-off-by: Nicolas Le Cam <niko.lecam@gmail.com>
2023-11-21 11:25:54 +01:00
Jesse Hallam
d5c04f5d95
resolve weblate merge conflicts ( #25500 )
2023-11-20 17:03:04 -04:00
Felipe Martin
b40366dbdf
[MM-55028] Added OAuthOutgoingConnection store ( #25221 )
...
* OAuthOutgoingConnection model
* added store
* make generated
* add missing license headers
* fix receiver name
* i18n
* i18n sorting
* update migrations from master
* make migrations-extract
* update retrylayer tests
* replaced sql query with id pagination
* fixed flaky tests
* missing columns
* missing columns on save/update
* typo
* improved tests
* remove enum from mysql colum
* add password credentials to store
* renamed migrations
* model change suggestions
* refactor test functionsn
* migration typo
* refactor store table names
* updated sanitize test
* oauthoutgoingconnection -> outgoingoauthconnection
* signature change
* i18n update
* granttype typo
* uppercase typo
* lowercase store name
2023-11-20 09:42:07 -05:00
Antonis Stamatiou
8158c0e614
feat: Add docker image on artifacts generation summary ( #25469 )
2023-11-20 09:45:19 +02:00
M-ZubairAhmed
bbfb2f11bc
[MM-55455] Add "no-constant-binary-expression" eslint rule ( #25410 )
2023-11-20 12:04:20 +05:30
Ashish Dhama
a9a879d00d
MM-40414: Add empty state icons ( #25282 )
...
Automatic Merge
2023-11-20 06:00:14 +02:00
Abhishek Verma
8bd603eb12
Bump prepackage GitHub plugin version to 2.1.7 ( #25443 )
2023-11-19 21:52:36 -05:00
Claudio Costa
aa3a12f183
[MM-55268] Implement ServeMetrics
plugins hook ( #24249 )
...
* Implement ServeMetrics plugins hook
* Update error id
* Simplify
* Revert "Simplify"
This reverts commit c9dc5d5eac
.
* Add comment and error handler
* Wrap error
* Update translation file
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-17 14:39:06 -06:00
Antonis Stamatiou
926142ca22
fix: Use version instead of build number for notices ( #25435 )
2023-11-17 14:37:09 +02:00
KyeongSoo Kim
34ce0d00d4
[MM-42586] Reaction toggle behavior ( #25412 )
...
* add toggle_reaction action
* change to use toggle_reaction action instead of add_reaction
* add submit_reaction action
* add a selector to check if a reaction has already been added
* update test
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-17 12:07:03 +01:00
ludvigbolin
2184876c77
[MM-55335] Convert ./components/admin_console/filter/filter_checkbox.tsx from Class Component to Function Component ( #25416 )
...
* migrate filter_checkbox to function from class component
* Update webapp/channels/src/components/admin_console/filter/filter_checkbox.tsx
Co-authored-by: Daniel Espino García <larkox@gmail.com>
* adjust after feedback
* adjust input element to not have conditional rendering
* Revert "adjust input element to not have conditional rendering"
This reverts commit 9d252eb995
.
---------
Co-authored-by: Daniel Espino García <larkox@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-17 10:10:00 +01:00
Ben Schumacher
b325c3a0ac
Fix AdvancedLoggingConfig validation ( #25304 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-16 21:22:01 +01:00
Christopher Poile
d8837fe313
MM-55583 - Update prepackaged calls to v0.21.0 ( #25458 )
2023-11-16 12:41:36 -05:00
Matthew Williams
7a4284b4b0
Translated using Weblate (English (Australia))
...
Currently translated at 100.0% (5709 of 5709 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/en_AU/
Translated using Weblate (English (Australia))
Currently translated at 99.9% (2491 of 2492 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/en_AU/
2023-11-16 13:17:27 -04:00
DimitriDR
ffc20d2346
Translated using Weblate (French)
...
Currently translated at 83.7% (4779 of 5709 strings)
Translation: Mattermost/webapp
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp/fr/
Translated using Weblate (French)
Currently translated at 92.9% (2317 of 2492 strings)
Translation: Mattermost/server
Translate-URL: https://translate.mattermost.com/projects/mattermost/server/fr/
2023-11-16 13:17:27 -04:00