Tanmay Thole
15fb6363aa
fix: height for multiple line floating text input ( #7688 )
2023-12-13 09:50:18 +01:00
Elias Nahum
bcf3dc61ab
MM-54575 fix server & user list tutorials ( #7698 )
2023-12-06 15:41:04 +08:00
Elias Nahum
de57c343f0
MM-55621 fix layout for tablets and foldables ( #7697 )
...
* MM-55621 fix layout for tablets and foldables
* feedback review
2023-12-05 11:08:43 +08:00
Daniel Espino García
d469470592
Make app init more idempotent ( #7676 )
...
* Make app init more idempotent
* Remove previous subscriptions
2023-12-04 17:01:08 +01:00
Alex Yetto
ab7da5f664
fix opening same modal twice ( #7639 )
...
Co-authored-by: Fokin Aleksandr Konstantinovich <aleksafokin@ozon.ru>
2023-12-01 10:48:40 +01:00
Erin A
7c747c28b6
[MM-54529] Prevent Persistent Notifications Error Message for DM Channel ( #7648 )
...
* Update index.ts persistentNotifications to include param and conditions for channelType
* Update message for "no recipients mentioned" to not occur for `DM_CHANNEL`.
* Update send message to either start with "Recipients" for DM channel or "@mentioned recipients"
* Include `channelType` in call to `persistentNotificationsConfirmation`
* Fix typo in persisten(t)NotificationsEnabled
* Remove ternary in translatable string
* Add channelType to callback's dependencies
* Make channelType optional
2023-11-30 09:49:20 +01:00
Harshil Sharma
9ff24a8551
Merge pull request #7682 from mattermost/gm_conversion_on_reconnect_handler
...
[MM-55463] GM conversion reconnect handler
2023-11-29 09:25:02 +05:30
Caleb Roseland
79d7c628e4
Merge branch 'main' into MM-53902-cont
2023-11-27 15:09:55 -06:00
harshil Sharma
946ccf04bb
Merge branch 'main' into gm_conversion_on_reconnect_handler
2023-11-27 15:27:55 +05:30
harshil Sharma
3c6638f474
Optimized the number of calls to fetchMyChannelsForTeam
2023-11-27 15:22:50 +05:30
Daniel Espino García
46125b201f
Fix issue when logout is called several times for the same server ( #7666 )
2023-11-27 10:50:40 +01:00
Harshil Sharma
59a69368bf
Added one important test ( #7683 )
...
* Added one important test
* Update app/actions/local/category.test.ts
---------
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-11-25 07:55:46 +08:00
Elias Nahum
edef4ec4a3
Update libraries and dependencies ( #7678 )
...
* update js dependencies
* update react-native libraries
* update watermelonDB
* update RN to 0.72.7
* update fastlane
* fix remove_markdown/at_mention import
* update mattermost libraries
* update fastlane deps
* remove haptic-feedback patch
* update okhttp to 4.12.0 and patch netinfo to accurately identify VPN connections
* create ImaegStyles intersection type
2023-11-25 07:46:13 +08:00
Caleb Roseland
4a422af3d6
refactor /:route param
2023-11-24 16:43:19 -06:00
Caleb Roseland
89fc14bb43
fix plugin path matching, add coverage
2023-11-24 13:15:26 -06:00
harshil Sharma
d31887bf77
Merge branch 'main' into gm_conversion_on_reconnect_handler
2023-11-24 11:35:07 +05:30
harshil Sharma
878ed5673c
nit fix
2023-11-24 11:17:12 +05:30
M-ZubairAhmed
4b5489c7a7
[MM-53810] Add mobile markdown support for highlighting without notifications without configuration ability ( #7663 )
2023-11-23 17:11:06 +08:00
harshil Sharma
28949d5605
Merge branch 'main' into gm_conversion_on_reconnect_handler
2023-11-23 11:17:30 +05:30
harshil Sharma
58fc869d70
Added onReconnect handling for converted GM
2023-11-23 10:40:49 +05:30
Caleb Roseland
5d35b4a995
remove unneeded decode
2023-11-22 22:59:59 -06:00
Caleb Roseland
e39736b4da
parameter cleanup
2023-11-22 22:54:42 -06:00
Caleb Roseland
a3b811dcfb
refactor
2023-11-22 17:49:35 -06:00
Christopher Poile
6baa850d36
MM-54277 - Calls: Add incoming banners to channel_list screen ( #7673 )
2023-11-22 16:56:27 -05:00
KyeongSoo Kim
1a59bd9e0e
[MM-42586] Reaction toggle behavior ( #7674 )
2023-11-22 21:05:58 +08:00
Harshil Sharma
908e4c08d4
Merge pull request #7654 from mattermost/gm_to_channel
...
GM to channel conversion
2023-11-22 15:44:40 +05:30
Harshil Sharma
c037c3375a
Merge pull request #7667 from mattermost/show-conversion-error
...
Displayed channel related error with name field
2023-11-22 15:40:07 +05:30
harshil Sharma
55004c9773
Merge branch 'main' into gm_to_channel
2023-11-22 11:40:50 +05:30
Caleb Roseland
12a80c4f29
subpath tests, variations test
2023-11-21 22:05:35 -06:00
Christopher Poile
daa2b1a497
MM-54351 - Calls: Improve logging ( #7671 )
2023-11-20 20:28:38 -05:00
harshil Sharma
f58987ef68
Merge branch 'main' into gm_to_channel
2023-11-20 11:58:21 +05:30
Caleb Roseland
f8f4e9e474
review changes
2023-11-17 11:18:05 -08:00
Daniel Espino García
044cebc978
Show at mentions in RemoveMarkdown renderer ( #7664 )
2023-11-17 11:43:25 +01:00
harshil Sharma
c6967b701b
text fix
2023-11-17 11:25:06 +05:30
Christopher Poile
c9fe72460b
MM-54865 - Calls: Multisession support ( #7647 )
...
* add multisession support for calls mobile
* ensure backwards compatibility
* remove extra line
2023-11-16 14:30:49 -05:00
Christopher Poile
6fb5d85798
MM-55036 - Calls: Fix: Receiving in-app notifications for calls notifications while active ( #7623 )
...
* when active, do not show overlay if this is a calls-started notification
* add calls notification type; keep message test for backwards compat
* process calls notifications properly
* revert NOTIFICATION_TYPE.CALLS; use sub_type for backwards compatibility
* add ticket and comment for future refactoring of isCallsStartedMessage
2023-11-16 09:28:29 -05:00
harshil Sharma
cec7961d18
Displayed channel related error with name field
2023-11-16 17:06:39 +05:30
harshil Sharma
ba9a84e3e6
Merge branch 'main' into gm_to_channel
2023-11-16 13:23:27 +05:30
harshil Sharma
72d513987c
fixes
2023-11-16 13:20:41 +05:30
Caleb Roseland
bf91340fd4
put back plugin case
2023-11-15 21:29:54 -06:00
Caleb Roseland
cd460e909c
Merge branch 'main' into MM-53902-cont
2023-11-15 21:25:24 -06:00
Caleb Roseland
bf25f10c38
refactor parseDeepLink with path-to-regexp
2023-11-15 21:24:48 -06:00
Daniel Espino García
94e1334ebb
Maintenance fixes ( #7665 )
2023-11-15 15:07:00 +01:00
harshil Sharma
b0becb4cee
Fixed menu icon
2023-11-15 16:29:04 +05:30
harshil Sharma
316971f6d8
Reverted accidental change
2023-11-15 16:04:01 +05:30
harshil Sharma
e0239a0e76
Review fixes
2023-11-15 15:20:01 +05:30
harshil Sharma
4af2ad2f69
review fixes
2023-11-15 14:13:55 +05:30
Christopher Poile
f0334d8c0e
MM-54323 - Calls: Incoming call from different server ( #7646 )
...
* refactor; tried to clarify more_messages; new design
* adjust more_messages text spacing
* small fix for height with incoming call on current channel
* move calls-specific code in the calls product behind a hook
* show servername for notifications from other servers
* if >1 active servers, always show server name, otherwise don't
* add height of notification bar in measurements
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-14 17:03:55 -05:00
Elias Nahum
94a910303b
Allow connecting to a previous server if credentials are not in the keychain ( #7661 )
2023-11-14 19:14:46 +08:00
harshil Sharma
9c6ae712a9
Review fixes
2023-11-14 15:53:48 +05:30