na
08bb7933aa
[MM-51284] - Correctly check for mobile view in product menu list ( #23025 )
...
* [MM-51284] - Correctly check for mobile view in product menu list
* fix lint
---------
Co-authored-by: Nevyana Angelova <nevyangelova@Nevyanas-MacBook-Pro.local >
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-28 12:13:29 +07:00
Pablo Andrés Vélez Vidal
13f1d0fdc5
MM-52499 - fix error while removing all channels in guest invite form ( #23173 )
...
* MM-52499 - fix error while removing all channels in guest invite form
* add guard against channels being null
2023-04-27 23:05:38 +02:00
Julian Mondragón
d7131030f5
MM-52439_MM-52439: New Marketplace icon on apps bar non-responsive when RHS open for any reason ( #23112 )
2023-04-27 15:48:43 -05:00
Conor Macpherson
0df19232a4
Merge pull request #23083 from mattermost/MM-51858-fix-workspace-deletion-telemetry
...
MM-51858 Update Workspace Deletion Telemetry
2023-04-27 12:01:58 -04:00
Mattermost Build
147c5068e7
Merge branch 'master' into MM-50363-add-telemetry-to-self-hosted-expansion
2023-04-27 17:36:14 +03:00
Mattermost Build
a599a5feab
Merge branch 'master' into MM-51858-fix-workspace-deletion-telemetry
2023-04-27 17:36:11 +03:00
Allan Guwatudde
1cc288168e
[MM-52480] - Change action text on global banner cta ( #23141 )
2023-04-27 17:27:08 +03:00
Allan Guwatudde
a189fe2992
[MM-52295] - Update copy of free trial rhs console card ( #23145 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-27 17:26:50 +03:00
Allan Guwatudde
c87fe742be
[MM-52425] - Remove leftover Start Trial CTAs ( #23099 )
...
* [MM-52425] - Remove leftover Cloud Start Trial CTAs
* fix translations
* fix feature discovery
* fix feature restricted modal
* fix test
* feedback impl
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-27 16:30:09 +03:00
Allan Guwatudde
0c6ac000d3
[MM-51561] - Change delete modal copy ( #23143 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-27 16:28:58 +03:00
Ben Cooke
3995f4a724
[MM-52339] Top playbooks missing from insights ( #23076 )
...
Automatic Merge
2023-04-26 22:34:29 +03:00
Pablo Andrés Vélez Vidal
9e3f6e1840
MM-52419 - move preparing workspace onboarding behind usecaseonboarding ff for self-hosted ( #23090 )
...
* MM-52419 - move preparing workspace onboarding behind usecaseonboarding ff for self-hosted
* fetch active teams instead of just my teams
* use the onboarding flow enabled config value
* remove unnecessary conditions
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-26 19:38:45 +02:00
Pablo Andrés Vélez Vidal
812689030b
Mm 50013 - readd invite members screen cloud version ( #22971 )
...
* MM-50013-readd-invite-members-screen-cloud-version
* add the copy invite and fade in the skip buttons
* unify cloud and self hosted version
* add logic to send emails, and finish launching workspace
* fix styles
* remove unintended change
* fix translations
* fix unit tests
* fix styles
* fix styles
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-26 18:09:22 +02:00
Scott Bishel
81ef403230
update import/export for attachments and new file paths ( #22915 )
...
* update import/export for attachments and new file paths
* add unit test
* update templates test
* temp checking
* cleanup
* cleanup
* more cleanup
* lint fixes
* cleanup some functions
* cleanup
* fix build breaks
* fix tests for changes
* move function to different file
* more cleanup, code movement
* unit test fixes
* add unit tests
* fix tests
* more unit test fixes
* test fix
* revert package-lock.json
* fixes from code review
* fix export image
* more fixes to remove attachmentId
* change from removed api
* update test
* lint fixes
* update for review comments
* fix tests
* test fix
* lint fix
* remove sprintf from logging, use mlog
* more lint fixes
* Update server/boards/app/files.go
Co-authored-by: Doug Lauder <wiggin77@warpmail.net >
* remove code
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
Co-authored-by: Doug Lauder <wiggin77@warpmail.net >
2023-04-26 10:01:00 -06:00
Saturnino Abril
ac35bdff68
fix: dot menu accessibility ( #23133 )
2023-04-26 21:25:02 +08:00
Kyriakos Z
466304e653
MM-52451: always show mark all threads as read button ( #23100 )
...
Enables the "Mark All Threads as Read" button even when you don't have
unreads.
This is done as a temporary action to mitigate the phantom unread
mentions pending issue.
2023-04-26 12:49:50 +00:00
Allan Guwatudde
b0e4e11cd4
[MM-52236] - Include newsletter opt-in for cloud signups ( #23103 )
2023-04-26 12:32:01 +03:00
na
f079f3ba8d
[48399][52129] - Fix permalink and navigation issues between teams ( #22934 )
...
* Fix permalink issues with timestamp and navigation between teams
* fix types
* update teamurl
---------
Co-authored-by: Nevyana Angelova <nevyangelova@Nevyanas-MacBook-Pro.local >
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-26 15:24:53 +07:00
Allan Guwatudde
3b45671611
[MM-52286] - Update Annual discount panel ( #23092 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-25 23:02:01 +03:00
Allan Guwatudde
b66144e3b0
[MM-52237] - Update copy on compliance block screen ( #23087 )
...
* [MM-52237] - Update copy on compliance block screen
* fix translations
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-25 22:59:27 +03:00
Ashish Dhama
33af25f2ab
[MM-52119]: Add condition for bot tag for webhook post if a bot account is used for webhook ( #22926 )
...
* Add condition for bot tag for webhook post if a bot account used for webhook
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-25 18:44:18 +05:30
Pantelis Vratsalis
502708499d
[MM-51777] Wrap integrations backstage UI options
2023-04-25 10:45:13 +03:00
Ben Schumacher
f9836ee26a
[MM-51274] Remove deprecated PermissionUseSlashCommands ( #22819 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-25 00:04:17 +02:00
Scott Bishel
a52a6d9abd
Fixes for admins when LastBoardID doesn't exist ( #22993 )
...
* fixes for admins when LastBoardID doesn't exist
* lint fixes
* Update webapp/boards/src/components/sidebar/sidebarCategory.tsx
Co-authored-by: Caleb Roseland <caleb@calebroseland.com >
* after deletion, if no boards, send to team (template selector)
---------
Co-authored-by: Caleb Roseland <caleb@calebroseland.com >
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-24 14:46:16 -06:00
Julien Tant
94cb2867a7
[MM-52271] Add recommended tag to Work Template integrations ( #23016 )
2023-04-24 09:59:01 -07:00
Conor Macpherson
700af71a0d
Remove redundant self_hosted_expansion prefixes for telemetry events.
2023-04-24 10:54:40 -04:00
Conor Macpherson
31d13fdb0a
remove unused import.
2023-04-24 09:40:52 -04:00
Conor Macpherson
4b1d61459b
Merge pull request #23067 from mattermost/MM-52155-workspace-deletion-style-issues
...
MM-52155 - Workspace Deletion Modal Style Issues
2023-04-24 09:38:14 -04:00
Allan Guwatudde
2dc55918c7
[MM-52287] - Cloud Free should not show the ability to start a trial ( #23073 )
...
* [MM-52287] - Cloud Free should not show the ability to start a trial
* fix logic
2023-04-24 16:37:22 +03:00
Conor Macpherson
0a5b0e54d0
Update constants.tsx
2023-04-24 09:33:11 -04:00
Conor Macpherson
fc47d9b056
lint.
2023-04-24 09:26:01 -04:00
Pablo Andrés Vélez Vidal
a85a7c8422
MM-50963 - enhance onboarding self-hosted telemetry ( #23051 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-24 12:58:33 +02:00
Nathan
b4f974377c
Make channel type filter dropdown a button instead of an anchor ( #22827 )
...
Automatic Merge
2023-04-24 11:04:29 +03:00
na
273f572cbe
[MM-51502] - Update email field position in profile popover ( #23024 )
...
Co-authored-by: Nevyana Angelova <nevyangelova@Nevyanas-MacBook-Pro.local >
2023-04-24 14:37:53 +07:00
Nathaniel Allred
54db770811
Mm 51788 non-admins do not trigger a request to fetch stripe customer in cloud instances ( #22821 )
...
* do not query for customer if not a cloud admin
2023-04-21 12:31:27 -05:00
Conor Macpherson
48cdaaf294
add telemetry event tracking for various button clicks.
2023-04-20 16:22:20 -04:00
Conor Macpherson
26ee59e3c2
Change to -center-channel-color after seeing warning not to use -center-channel-text.
2023-04-20 15:54:38 -04:00
Conor Macpherson
35a1685517
change font color from sys-center-console-text to center-console-text.
2023-04-20 15:52:03 -04:00
Julian Mondragón
f58648d493
MM-52161_The Marketplace modal has some display issues ( #23011 )
2023-04-20 14:46:38 -05:00
Conor Macpherson
fd1f62f9d1
lint.
2023-04-20 15:21:02 -04:00
Conor Macpherson
a91da0c7e7
remove import.
2023-04-20 14:39:22 -04:00
Conor Macpherson
6edf8ea994
lint.
2023-04-20 14:34:58 -04:00
Conor Macpherson
7c78fe5589
Fix style issues with workspace deletion modal.
2023-04-20 14:20:12 -04:00
Conor Macpherson
b6ecb88832
Remove self serve workspace deletion completed telemetry.
2023-04-20 14:01:08 -04:00
Jesse Hallam
3ba419c841
preserve ClientError cause with es2022 ( #22762 )
...
Building the client package with `es2022`, exposing the optional `.cause` property on Errors effectively allowing us to wrap caught errors in the client package and re-throw with the context from the request, all while preserving a useful backtrace.
This change has potentially material impact to older plugins that attempt to rely on the newer package, but this should only occur at compile time since the webapp doesn't dynamically export this client package.
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-20 13:00:36 -03:00
Claudio Costa
b5b4749da5
[MM-51997] Fix potential errors when accessing calls store ( #22960 )
...
* Fix potential errors when accessing calls store
* Fix typecheck
2023-04-20 08:40:09 -06:00
Conor Macpherson
3795f5a470
Merge pull request #22658 from mattermost/MM-50966-in-product-expansion
...
MM-50365 - In Product Expansion Front-End
2023-04-20 10:35:41 -04:00
Allan Guwatudde
87555aa242
[MM-52158] - Don't show deprecation/move to annual banners to some clients ( #22963 )
...
* [MM-52158] - Don't show deprecation/move to annual banners to some clients
* create const
* feedback impl
* update test names
* update banner text
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-20 17:04:41 +03:00
Konstantinos Pittas
dd2b1db420
[MM-51076] Fix dropdown in modal for adding users in a group ( #22642 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-20 14:05:54 +03:00
M-ZubairAhmed
09ac549d0b
Revert "MM-50123 : Identify causes of removal of channel and channel members re fetching on team switch ( #22984 )" ( #23038 )
...
This reverts commit 5d5c1d90bf .
2023-04-20 08:31:09 +05:30