Ben Schumacher
b2f36c7cdf
[MM-54318] Add file storage information to support package ( #24474 )
...
* Reorder stats in support package struct
* Add file storage information to support package
* Add clusterID
* Change method name to DriverName
* Ordering
* Fix test
2023-09-06 09:21:25 +02:00
Agniva De Sarker
4482ba0fd0
MM-43341: Allow test to run ( #24470 )
...
When I fixed the flaky test in https://github.com/mattermost/mattermost/pull/20140 ,
I actually forgot to uncomment this line to allow the test to run.
Thanks to @hanzei for spotting this.
https://mattermost.atlassian.net/browse/MM-43341
```release-note
NONE
```
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-09-06 10:39:58 +05:30
Ben Schumacher
2c893d8c05
[MM-43252] Fix flaky TestPreparePostListForClient ( #24407 )
...
* Fix flaky TestPreparePostListForClient
* Ignore order of returned elements
* Revert timeout increase
2023-09-06 07:07:58 +02:00
M-ZubairAhmed
bac317dfe5
MM-54181 : Clean up code around deprecated Gfycat ( #24343 )
...
* first pass of removal
* first pass of removal
* Update admin_console.js
* rev beta
* remove more
* Update initial_state.ts
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-09-05 16:40:37 -04:00
Mario Vitale
77fa1c5824
Use .nvmrc for determining the node image used for E2E tests ( #24446 )
...
* Use .nvmrc for determining the node image used for E2E tests
* Rename E2E rundir from /app to /cypress for consistency
2023-09-05 15:32:23 -04:00
Christopher Poile
b6f2c8205e
MM-54219 - Fix: Improve limits on redirectLocationDataCache ( #24429 )
...
* ignore redirect locations over certain length
* maybe the link isn't necessary
* remove unrelated debugging line
* PR comments
2023-09-05 14:04:14 -04:00
mattermod
1fb8772ef9
Update latest version to 8.1.1
2023-09-05 17:03:02 +00:00
M-ZubairAhmed
2789ee4dae
Go Mod Tidy on v9 ( #24473 )
2023-09-05 14:08:06 +02:00
KyeongSoo Kim
de000e888d
MM-53687: Block changes to name, display name or purpose for direct and group messages ( #24199 )
...
* block changes to name, display name or purpose for direct and group messages
* add test
* fix condition
* update patch_channel
* update error message
* fix message
* fix lint
* fix i18n
```release-note
NONE
```
---------
Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in >
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-09-05 15:00:32 +05:30
Felipe Martin
9f7521d003
Move request package into public/shared folder ( #24420 )
...
* move request package to public/shared
* updated app-layers
* update app layer
* remove original package location
2023-09-05 09:47:30 +02:00
Ben Schumacher
01e7e96448
Migrate to idiomatic error handling in support_package.go ( #24382 )
2023-09-04 19:36:46 +02:00
Ben Schumacher
918fff378d
[MM-47612] Fix flaky TestPluginAPIDeleteUserPreferences ( #24406 )
2023-09-04 10:41:05 +02:00
Pablo Andrés Vélez Vidal
4f0f3845e4
MM-54182 - add correct information to session table from mobile devices ( #24353 )
...
* MM-54182 - add correct information to session table from mobile devices
* improve comments around helper function
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-09-01 14:25:07 +02:00
Jian Lim
8c2fc88471
Refactor: func StringInSlice to slices.Contains ( #24262 )
...
* Refactor: Use generic to change func StringInSlice to Contains
* Refactor: Use generic to change func stringNotInSlice to Contains
Make utils.go (dir server/public/utils) and func Contains
* Refactor: Move func Contains from channels/utils to public/utils
Move func Contains from channels/utils to public/utils
Fix import declarations line
* Docs: Add a description of the Contains function
* Test: add TestContains
Add a test code for a Contain function
2023-09-01 12:35:27 +05:30
Harrison Healey
f2fcf3d839
MM-53107 Add setting to limit the max number of markdown nodes ( #24414 )
...
* MM-53107 Add setting to limit the max number of markdown nodes
* Add extra validation for a couple config fields
* Add new setting to telemetry
2023-08-31 14:36:24 -04:00
Ibrahim Serdar Acikgoz
47b51ff696
updates on the migration template ( #24430 )
2023-08-31 20:24:08 +03:00
Michael Kochell
07bea8792e
Update GitLab plugin to 1.7.0 ( #24394 )
2023-08-31 12:51:01 -04:00
M-ZubairAhmed
66e5d5fffa
MM-54275 : Add Giphy production key to LDFlags ( #24397 )
2023-08-31 20:29:04 +05:30
Ben Cooke
2c6179a0a6
Restore previously archived groups ( #22597 )
...
* add ability to restore groups from the user group modal
* factory selector for groups to reduce number of renders across the app
* react window and infinite scroll for user groups
* adding archive groups to dropdown
* restore user group from the view modal
* component cleanup
* lint
* adding websocket for archiveGroup
* updating tests
* adding some tests and fixing types
* lint
* fixing broken test
* fixing snapshot
* fixing infinitescroll
* lint
* increasing max-height and updating snapshots
* fixing PR comments
* fixing case for button
* snapshot and translation
* fixing PR comments
* tiding up repition and creating new hook
* fixing tests
* add additional parammeter for call to getGroups()
* make sure popup is visible for all rows
* update text for admin console
* update css for lint
* fix edge cases found in review
* revert package-lock.json
* revert adding query to GetGroupsParam
* fixing lint
* change include_archived to false in team_controller
---------
Co-authored-by: Benjamin Cooke <benjamincooke@Benjamins-MacBook-Pro.local >
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com >
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-31 08:07:51 -06:00
Agniva De Sarker
32512d35fb
Remove unnecessary mmctl enterprise deps ( #24395 )
...
```release-note
NONE
```
2023-08-31 10:32:28 +02:00
Jesús Espino
c9d49536f8
Adding SetFileSearchableContent plugin API endpoint ( #24355 )
...
* Adding SetFileSearchableContent plugin API endpoint
* Fixing CI problems
* Fixing CI problems
* Fixing CI problems
* Fixing CI problems
* Fixing CI problems
* Exposing it to the public API
* Fix CI problems
* Adding SetSearchableContent to the pluginapi File struct
2023-08-30 13:43:40 -07:00
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
Agniva De Sarker
b84236d555
MM-49627: Suppress transformation of embedded images via image proxy ( #24401 )
...
There was no check for embedded images which made "copy text" paste
the siteURL instead of the actual image content.
This does not change the behavior of actually rendering the image
which is how other sites behave as well.
https://mattermost.atlassian.net/browse/MM-49627
```release-note
NONE
```
2023-08-30 22:33:42 +05:30
Agniva De Sarker
fc9a9d1d41
MM-53410: Avoid antijoin for channelstore.channelSearchQuery ( #24400 )
...
https://mattermost.atlassian.net/browse/MM-53410
```release-note
NONE
```
2023-08-30 21:10:01 +05:30
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
kaakaa
20fa5e6f6f
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (2463 of 2464 strings)
Translation: mattermost-languages-shipped/mattermost-server-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server-monorepo/ja/
2023-08-30 15:30:26 +02:00
Hosted Weblate
9c2688a036
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-30 15:30:26 +02:00
Ben Schumacher
983a965cb7
[MM-52088] Fix flaky draft tests ( #24405 )
2023-08-30 12:52:37 +02:00
Matthew Dorner
5de1e306de
Add UserHasBeenDeactivated plugin hook ( #20894 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
2023-08-30 08:55:20 +02: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
Amy Blais
fe4a77498a
Update supported Chromium version ( #24413 )
...
Automatic Merge
2023-08-29 20:57:35 +03:00
Caleb Roseland
457dc7e7b9
MM-53683: Remove people product flag ( #24387 )
2023-08-29 11:26:58 -05:00
Miguel de la Cruz
fa9d0de478
Fixes config path for config-ldap and config-reset make targets ( #24383 )
2023-08-28 15:10:38 -06:00
Mario Vitale
895150050f
CLD-6206 - Mirror node 18 images ( #24385 )
...
* Mirror node 18 images
* Pin node 18 image version
2023-08-28 15:26:44 +02:00
Ben Schumacher
4790a60369
Fix gotestsum configuration for mmctl tests ( #24354 )
2023-08-28 14:01:14 +02:00
Doug Lauder
84b52333c1
MM-53165 Add X-Forwarded-For header to audit for rest api calls ( #24390 )
...
* Add X-Forwarded-For header to audit for rest api calls
* fix unit test
2023-08-28 07:24:55 -04:00
Scott Bishel
0a499770e6
Add additional unit test for bot/user access ( #24206 )
...
* add unit test
* add unit test
* add unit test
* update additional test
2023-08-28 11:59:42 +02:00
mattermod
ab542c4dff
Update latest version to 8.1.0
2023-08-28 07:22:30 +00:00
Julien Tant
9d569df9b4
[MM-22133] Allow exporting and importing archived channels ( #23724 )
2023-08-25 17:55:47 -07:00
Elias Nahum
f787fd6336
Sanitize user in update user response ( #24362 )
2023-08-25 19:31:48 -04:00
Caleb Roseland
818225dffe
MM-52981, MM-53559: Streamlined in-product marketplace ( #24311 )
2023-08-25 14:39:25 -05:00
Caleb Roseland
d57581d01e
Upgrade & verify prepackaged plugins in prep for remote marketplace decommissioning. ( #24336 )
2023-08-25 13:26:37 -05: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
Mattermod
5edba9c019
Update minor version to 9.0.0 ( #24364 )
...
Automatic Merge
2023-08-24 21:57:35 +03:00
Christopher Poile
69c11cfe14
MM-53924 - Implement push notifications plugin hook and plugin api method ( #24350 )
...
* Revert "MM-52804 - Implement SendPushNotification plugin api method (#24273 )"
This reverts commit 8418eefb75 .
* Revert "MM-53924 - Implement NotificationWillBePushed plugin hook (#24263 )"
This reverts commit f13a531bca .
* implement NotificationWillBePushed plugin hook
* implement SendPushNotification plugin api method
* move where we're setting post and channel type
* fix comment
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-24 12:33:53 -04:00
Jesse Hallam
12f84cdf63
Pre-package Playbooks v1.38.1 ( #24300 )
...
Automatic Merge
2023-08-24 15:27:35 +03:00
Ibrahim Serdar Acikgoz
639d73b3e7
api4/user: Deduplicate userids for getUsersByIds endpoint ( #24344 )
2023-08-24 15:14:01 +03:00
Scott Bishel
f46694037d
update prepackaged boards to v7.11.3 ( #24330 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-08-24 10:05:03 +02:00
Agniva De Sarker
555009aa82
Bumping up migration number to 111 ( #24341 )
...
PR https://github.com/mattermost/mattermost/pull/24039 was reverted
which left an erroneous migration 110. So to workaround this,
we create a new migration with number 111.
```release-note
NONE
```
2023-08-23 21:15:53 +05:30