Commit graph

1938 commits

Author SHA1 Message Date
Caleb Roseland
89fc14bb43 fix plugin path matching, add coverage 2023-11-24 13:15:26 -06:00
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
Caleb Roseland
12a80c4f29 subpath tests, variations test 2023-11-21 22:05:35 -06:00
Caleb Roseland
f8f4e9e474 review changes 2023-11-17 11:18:05 -08:00
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
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
Tanmay Vardhaman Thole
805c794b3e
MM 45015 - auto follow threads (#7463)
* auto follow select option added

* unused code removed

* auto follow threads condition fixed on CRT enabled

* error handles

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-11-14 10:00:19 +01:00
Amy Blais
148f9dd716
Update supported ESR version (#7610)
* Update README.md

* Update supported_server.ts

* Update full_description.txt

* Update changelog
2023-11-10 09:19:54 -05:00
Mario Vitale
c8013e775c
Merge pull request #7651 from larkox/bump-build-main-493
Bump app build number to 493
2023-11-06 18:26:15 +01:00
Daniel Espino
62264fe4a3 Bump app build number to 493 2023-11-06 18:15:53 +01:00
Christopher Poile
332aab134e
MM-55010 - Calls: more messages bar adjustments (#7620)
* 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
2023-11-03 17:51:32 -04:00
Christopher Poile
a0b1367fd3
MM-54278 - Calls banners redesign (#7611)
* join call banner

* same style of voice-on indicator; avatar & emoji sizing spacing polish

* refactor all calls bars; new calls bars UI designs

* i18n changes

* fix for warning bar's close icon color

* refactor banners to normalize UI; new 'noone is talking' design

* fix for avatar in current call bar

* change design for incoming call on calls screen

* remove commented out code
2023-11-03 16:23:12 -04:00
Caleb Roseland
744d5c1120 include backslashes 2023-11-03 14:46:00 -05:00
Caleb Roseland
a8fe9794d0 Merge branch 'main' into MM-53902-cont 2023-11-02 16:36:28 -05:00
rashmibharambe
a01fac4753
Session timeout notification incorrectly says "Days" on iOS (#7629)
* Session timeout notification incorrectly says "Days" on iOS

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Session timeout notification incorrectly says "Days" on iOS

* Update index.ts

* Update en.json

* Update index.ts
2023-11-02 16:38:57 +01:00
Daniel Espino García
1904dfa4d1
Bump app build number to 492 (#7645) 2023-11-01 10:29:06 +01:00
jannikb
3497318083
fix: render latex in messages (#7635)
Signed-off-by: Jannik Bertram <jannik.bertram94@gmail.com>
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
2023-10-31 17:33:08 +01:00
Daniel Espino García
b9024f5183
Fix error around combined user activity (#7637) 2023-10-31 15:59:54 +01:00
Harshil Sharma
7de8a1ef6e
Merge pull request #7640 from mattermost/fix_missing_icon_plus_menu
Fixed bug where icons were missing in plus menu
2023-10-31 07:41:01 +05:30
harshil Sharma
ead1a2f73b added types 2023-10-31 07:24:34 +05:30
harshil Sharma
10a58011d4 Fixed bug where icons were missing in plus menu 2023-10-30 20:18:06 +05:30
Harshal sanghvi
128be0994e
fixed theme save on android back button (#7579) 2023-10-30 09:17:00 -04:00
Tanmay Vardhaman Thole
d8d607257f
copy header text in channel info implemented (#7605)
* copy header text in channel info implemented

* changes fixed
2023-10-30 12:13:52 +01:00
Daniel Espino García
1199c3772c
Fix notifications not opening or going to the wrong channel on Android (#7634)
* Fix notifications not opening or going to the wrong channel on Android

* Update podfile
2023-10-30 09:46:49 +01:00
Paul Vrn
2583b470b2
[MM-54599] Fix Servers bottom sheet (#7609) 2023-10-30 07:53:15 +04:00
Daniel Espino García
01fdd1f7d4
Fix recent sorting difference with webapp (#7632) 2023-10-26 15:15:54 +02:00
Pablo Andrés Vélez Vidal
196372eeb4
Merge pull request #7495 from mattermost/MM-50354-not-show-push-notifications-warning-if-disabled
MM-50354 - do not show push disabled notification once acknowledged
2023-10-25 11:50:17 +02:00
Harrison Healey
1a031cdbbe
MM-54887 Fix category order being reversed after moving a channel (#7628) 2023-10-24 16:21:14 -04:00
Caleb Roseland
03ccfda514 better support variations 2023-10-23 17:25:28 -05:00
Elias Nahum
f30384eb22
Bump to version 2.10.0 build 490 (#7621)
* Bump app version number to 2.10.0

* Bump app build number to 490
2023-10-20 10:55:53 +04:00
Tom De Moor
cc118c30eb
Removing empy zh_Han* files that are raising an alert in Weblate (#7615)
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
2023-10-19 16:19:53 +02:00
Amy Blais
f1e17d2ef1
Update NOTICE.txt (#7607) 2023-10-19 08:30:33 -04:00
Elias Nahum
12a29fe33e
Fix race condition when showing the turorial (#7599) 2023-10-19 10:34:21 +04:00
Caleb Roseland
fc7d8a3d08 include encoded 2023-10-18 17:10:30 -05:00
Pablo Andrés Vélez Vidal
6dcc999176 capitalize back the alert text 2023-10-18 21:06:12 +02:00
Pablo Andrés Vélez Vidal
89fc2e8b99 Update alert text 2023-10-18 12:12:37 +02:00
Tom De Moor
392dd21c0f
adding Vietnamese as a new language (beta)
adding Vietnamese as a new language (beta)
Merge pull request #7462 from ctlaltdieliet/i18n-vi
2023-10-17 15:49:54 +02:00
Carrie Warner (Mattermost)
61494840fd
Merge pull request #7604 from AbhineshJha/typo
Fixed typo in README.md
2023-10-17 08:28:49 -04:00
Elias Nahum
55149a593c
Fix reply from permalink (#7598) 2023-10-17 09:12:24 +04:00
Daniel Espino García
a3eeb69277
Goodbye, GraphQL (#7597) 2023-10-16 10:13:16 +02:00
AbhineshJha
778b71ff97 fixed typo in README.md 2023-10-14 12:09:16 +05:30
Christopher Poile
1fb01dfcdc
MM-54553 - Calls: Enable microphone input in background (Android) (#7585)
* Add foreground service for Android; add voip UIBackgroundMode for iOS

* remove iOS change for this PR

* create foreground notification channel once at startup
2023-10-13 14:45:14 -04:00
Elias Nahum
f2b4312a57
Bump build to 489 (#7592)
* Bump app version number to 2.9.0

* Bump app build number to 489

* update fastlane
2023-10-12 10:55:27 +04:00
Tom De Moor
7a34282912
Merge pull request #7594 from weblate/weblate-mattermost-mattermost-mobile-v2
Translations update from Mattermost Weblate
2023-10-12 08:09:27 +02:00