Jesse Hallam
9588e08a00
enable redux-devtools in all environments ( #23867 )
...
* enable redux-devools in all environments
[Redux DevTools](https://github.com/reduxjs/redux-devtools ) gives developers and users insight into the client-side state of the Mattermost application. Instead of restricting this to developer builds, allow it for production builds too, simplifyin debugging when an issue reproduces in production but not in a development environment.
There is no performance overhead unless the devtools are installed and opened by the enduser. There is should be no security impact, since all this information is already client-side. Furthermore, major websites expose Redux in production: e.g. https://cbc.ca and https://medium.com/ .
* preserve window.store for all environments, not as a supported API
2023-06-28 14:41:32 -04:00
Miguel de la Cruz
dcb9fb9f29
Set license for group mentions flaky test ( #23873 )
2023-06-28 10:51:32 +02:00
Maria A Nunez
4e92dde5b3
Remove Permalink Preview Feature Flag ( #23731 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-27 17:42:55 -04:00
Jesse Hallam
2cec338915
Update API repo links ( #23883 )
...
With api.mattermost.com now being hosted in the monorepo, update a few missed links in the documentation -- and test that the deployment work as expected!
2023-06-27 16:53:52 -04:00
Scott Bishel
4e0c9eb163
Prepackage boards v7.11.0 ( #23844 )
2023-06-27 11:31:29 -06:00
Jesse Hallam
d9614cbb12
Move API Reference ( #23777 )
...
* merge mattermost-api-reference unchanged
* api: update repostiory paths
* api: drop GitPod for api (for now)
* api: improved node_modules target
* api: relocate GitHub actions to root
* Update .github/workflows/api.yml
Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com>
* fix cache-dependency-path
* adopt node-version-file
* pin versions for uses
* tidy steps/runs
* api/.gitpod.yml: tidy
* api: rm now unused .gitlab-ci.yml
---------
Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com>
2023-06-27 11:10:13 -03:00
Christopher Poile
3f99b7618d
MM-53363 - Calls default sound should be Calm ( #23876 )
2023-06-27 09:20:26 -04:00
Ujwal Kumar
e84eb900ff
MM-52834 : Migrate "components/admin_console/dropdown_setting.jsx" and tests to Typescript ( #23533 )
2023-06-27 10:21:26 +05:30
M-ZubairAhmed
7efbb11fae
Fix prop types for "markdown_image_expand" component ( #23836 )
2023-06-27 10:06:50 +05:30
Agniva De Sarker
71c5a8512c
MM-51753: URL encode the file path in S3 uploads ( #23849 )
...
If the request is routed via bifrost, then we need to encode the path
to avoid signature validation errors.
This happens because in bifrost, we are signing the URL outside the SDK
and therefore the signature sent from the bifrost client
will contain the encoded path, whereas the original path is sent un-encoded.
More info at: a57c4d9278/aws/signer/v4/v4.go (L8)
https://mattermost.atlassian.net/browse/MM-51753
```release-note
NONE
```
2023-06-27 09:54:53 +05:30
Pablo Andrés Vélez Vidal
e8349545b8
MM-53087 - remove AB test for reduced onboarding task list item ( #23856 )
2023-06-26 21:41:25 +02:00
LeonardJouve
a35c350a85
typo ( #23826 )
2023-06-26 15:21:04 -04:00
Pablo Andrés Vélez Vidal
af3b70b606
MM-51676 - korean chars create duplicate categories ( #23839 )
...
* MM-51676 - korean chars create duplicate categories
* use isProcessing as a property instead of state; move validation of isComposing to generic modal
2023-06-26 15:01:56 -04:00
Ibrahim Serdar Acikgoz
8fe4c5376f
update ES to 7.17.10 and enable ARM images through our own repository ( #23851 )
2023-06-26 21:00:48 +03:00
ridker
e8077e11ff
[MM-52829] Migrate "channels/src/components/admin_console/team_channel_settings/details/index.js" to TypeScript ( #23701 )
2023-06-26 19:53:53 +05:30
Sai Deepesh
58f78ce509
[MM-23418] : Migrate "components/admin_console/schema_text.jsx" and tests to Typescript ( #23614 )
2023-06-26 19:51:20 +05:30
Harrison Healey
94a3c41c59
MM-51013 Remove unneeded code from original version of Markdown hotkeys ( #23823 )
...
Automatic Merge
2023-06-26 15:47:28 +03:00
M-ZubairAhmed
a5867074e5
MM-53006 : Using the "link" button puts the URL after [url] instead of replacing [url] when pasting ( #23784 )
2023-06-26 17:47:04 +05:30
Pablo Andrés Vélez Vidal
887ba95cc1
MM-53088 - remove autoshow linked board ( #23783 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-26 14:13:14 +02:00
Daniel Espino García
283abbe704
Fix scrollbar color on Chrome ( #23815 )
...
* Fix scrollbar color on Chrome
* Address feedback
2023-06-26 11:27:33 +02:00
Harshil Sharma
fc684cf84a
Made emoji size in scale with text size in channel header ( #23743 )
2023-06-26 13:13:47 +05:30
Christopher Poile
936e388aac
MM-53310 - Calls: Normalize sound volumes ( #23840 )
2023-06-23 14:49:43 -04:00
Christopher Poile
4e64590564
MM-52857 - Expose webapp and desktop notifications to plugins ( #23779 )
...
* prevent media keys from controlling calls ring sounds
* stop ring on pause
* expose notifyMe as sendDesktopNotificationToMe
* Revert "stop ring on pause"
This reverts commit 83d62ad02d
.
* Revert "prevent media keys from controlling calls ring sounds"
This reverts commit 6d4ff63936
.
* move into WebappUtils
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-23 14:29:59 -04:00
Felipe Martin
cad2df1259
[MM-52943] fix: enable Elasticsearch properly on restart ( #23806 )
...
* fix: enable elasticsearch properly on restart
* use correct method under IsEnabled
* Empty-Commit to retrigger workflow
---------
Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-23 14:59:56 +02:00
Christopher Poile
9bc22b633f
MM-53222 - Fix: Calls Ringing sometimes controllable with media keys ( #23775 )
...
* prevent media keys from controlling calls ring sounds
* stop ring on pause
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-23 08:22:39 -04:00
Ben Schumacher
fe8d66bc98
[MM-53254] Fix make pluginapi ( #23803 )
2023-06-23 12:24:52 +02:00
Muxing Lin
fece5d5dd2
[MM-23413] : Migrate "components/list_modal.test.jsx" to Typescript ( #23655 )
2023-06-23 03:08:03 +05:30
Muxing Lin
c1eb9c01ab
[MM-23412] : Migrate "components/file_preview_modal/image_preview.test.jsx" to Typescript ( #23670 )
2023-06-23 03:07:24 +05:30
Muxing Lin
66663d13bc
[MM-23412] : Migrate "components/integrations/installed_outgoing_webhook.test.jsx" to Typescript ( #23768 )
2023-06-23 03:06:40 +05:30
Harrison Healey
8056be1d16
MM-53250 Revert changes to target browser in Babel config ( #23817 )
...
* MM-53250 Change supported version of Safari to 15.x
* Update unit tests
* Revert changes made to unsupported browser page
* Rollback targetted browsers in Babel config
* Update snapshots
2023-06-22 16:45:38 -04:00
Harrison Healey
5a540ea23e
MM-53164 Batch adding multiple custom emojis when making a post ( #23822 )
2023-06-22 15:41:43 -04:00
Christopher Poile
a7bf602478
MM-53274 - Add a "feature flag" for Calls ringing ( #23810 )
...
* add "feature flag" for calls ringing
* tests
2023-06-22 15:40:54 -04:00
Nitin Suresh
bea5b05533
[MM-52843] : Migrate "components/admin_console/bleve_settings.jsx" and tests to Typescript ( #23527 )
2023-06-22 23:52:30 +05:30
Tejas Karelia
5261c8266d
[MM-52851]: Migrate "components/channel_notifications_modal/components/extra_info.test.jsx" to Typescript ( #23684 )
2023-06-22 23:50:56 +05:30
M-ZubairAhmed
b9cd2a9814
MM-49368 : Pasting non plain text clears undo history of Textbox ( #23535 )
2023-06-22 23:33:03 +05:30
M-ZubairAhmed
ba4dc1a91c
Improved handling of onClicks for menu items ( #23749 )
...
mattermost.atlassian.net/browse/MM-52994
mattermost.atlassian.net/browse/MM-53007
mattermost.atlassian.net/browse/MM-51728
mattermost.atlassian.net/browse/MM-52758
mattermost.atlassian.net/browse/MM-53227
2023-06-22 22:43:41 +05:30
Scott Bishel
644381b35e
MM-53092 Fix for Updating SysAdmin user. ( #23750 )
...
* check retrieved user for role and permissions
* add unit tests
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-22 10:40:21 -06:00
Nitin Suresh
f333085f8a
[MM-52844] : Migrate "components/admin_console/push_settings.jsx" and tests to Typescript ( #23616 )
...
* migrate bleve_settings and tests to typescript
* fix linter issues
* update JobType type definition
* migrate push_settings to typescript
* add tests
* update to general type, fix test
* fix failing test
* Merge branch 'master' into fix-for-issue-23416
* update snapshot
* revert unwanted changes
* revert unwanted changes
---------
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-22 17:54:36 +02:00
Harshil Sharma
178dbb9f95
Added debug log for missing post id in embedded permalink ( #23790 )
...
* Added stricter checks for accessing other post embed data
* Added debug log
* Removed unused import
* lint fix
2023-06-22 11:36:12 +05:30
Asaad Mahmood
2788c883b0
MM-51984 - Fixing footer bar in system console ( #23730 )
...
* MM-51984 - Fixing footer bar in system console
* removing max height
2023-06-21 18:34:56 +02:00
mattermod
fcf7acdefa
Update latest version to 7.10.3
2023-06-21 13:53:32 +00:00
Amy Blais
fcafa6211f
Update version.go ( #23811 )
...
Automatic Merge
2023-06-21 15:17:28 +03:00
Alejandro García Montoro
ffb869a6df
Skip ESR CI in master ( #23807 )
...
* Skip ESR CI in master
* Skip on pull requests as well
* Add comment with ticket link
2023-06-21 10:06:12 +02:00
Matheus
d12812b6f3
add & to chars that must be treated as spaces ( #23786 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-20 15:52:03 +02:00
Muxing Lin
df43ee60e7
[MM-23411]: Migrate "components/suggestion/search_suggestion_list.test.jsx" to Typescript ( #23671 )
2023-06-20 16:13:30 +05:30
Jesse Hallam
ef3a772836
Don't start grafana/prometheus by default ( #23797 )
...
Don't list Prometheus and Grafana as targets in the `start_dependencies` target of the docker compose file used in CI and local development. These can still be started by hand, but will no longer waste resources in CI, nor fail build spuriously if they fail to come online.
2023-06-19 14:01:47 -03:00
Felipe Martin
f3a9f166bb
[MM-52869] Update and fix links in the system console ( #23694 )
...
* Updated privacy policy link
* Removed broken link from fa language
* Updated terms of use link
* Updated pricing links
* Updated self hosted billing links
* Updated terms-of-use links
* Updated privacy-policy links across the project
* Updated pricing links in e2e tests
* Updated cloud billing docs
* Fixed upgrading mattermost server links
* Updated ssl client certificate links
* Updated configure session lenghts links
* Updated configure site url links
* Updated elasticsearch links
* Update data retention policy links
* Updated ldap links
* advanced-permissions
* Updated anchor ServiceSettings.ListenAddress
* Updated anchor #SystemSettings.Forward80To443
* Updated link desktop managed resources
* Updated elasticsearch links
* Updated file content extraction links
* Updated HA Cluster inks
* Updated setup image proxy link
* Updated push notification links
* Update performance monitoring links
* Help links
* Updated about mattermost links
* updated report a problem links
* Updated download apps links
* Updated mobile apps links
* Update share messages links
* Updated format messages links
* Updated in product notices links
* Updated multi factor auth links
* Updated LDAP links
* Updated setup saml links
* Updated saml/ldap configuration links
* Updated plugins URL
* Updated plugin signing links
* Updated webhook links
* Updated slash commands links
* Updated oauth2 links
* Updated webhook links
* Update enable oauth2 links
* Updated personal access tokens list
* Updated experimental links
* Updated snap files
* check-style
* privacy/terms links in about modal
2023-06-19 18:46:52 +02:00
Ibrahim Serdar Acikgoz
0904be43f8
[MM-53195] services/telemetry: regen client config right after assigning diagnostic ID to platform ( #23773 )
2023-06-19 18:48:29 +03:00
Ujwal Kumar
58a7679daa
[MM-52823] Migration of "components/admin_console/custom_url_schemes_setting.jsx" and tests to typescript ( #23468 )
2023-06-18 21:10:07 +05:30
Colton Shaw
79288440ef
[MM-50324]: Increased nickname length from 22 to 64 ( #22670 )
2023-06-18 01:31:26 +05:30