Miguel Alatzar
323cf45f23
Bump app version number to 1.27.0 ( #3763 )
2020-01-02 08:22:22 -08:00
Elias Nahum
aa32279662
Update README.md
2019-12-23 12:42:13 -03:00
Elias Nahum
93745256ce
Update README.md
2019-12-23 12:40:16 -03:00
Amy Blais
6d31d951dd
v1.26.1 Changelog ( #3752 )
...
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
2019-12-20 20:15:16 -03:00
Elias Nahum
59de50e60c
Bump app build number to 256 ( #3749 )
2019-12-20 14:00:47 -03:00
Elias Nahum
585f1eeab9
Fix RN patch for CBA support ( #3746 )
2019-12-20 13:56:49 -03:00
Elias Nahum
da4a420596
Update fastlane ( #3744 )
2019-12-20 09:42:15 -03:00
Miguel Alatzar
13a7e35ac1
Bump app build number to 255 ( #3741 )
2019-12-19 21:42:36 -07:00
Elias Nahum
a8e3b608ad
Fix headers for ESR 5.9 ( #3738 )
...
* Fix headers for ESR 5.9
* check if reactions is defined to avoid a crash with servers without metadata
2019-12-19 21:33:28 -07:00
Miguel Alatzar
2fa2e05f49
Bump app build number to 254 ( #3733 )
2019-12-18 21:40:18 -07:00
Miguel Alatzar
7b1d4acbd1
Bump app version number to 1.26.1 ( #3730 )
2019-12-18 21:35:42 -07:00
Miguel Alatzar
d5fb3b5782
Upgrade jsc-android ( #3720 )
2019-12-18 16:00:46 -07:00
Chris Dobson
e1cf5ac960
MM-14622 Use post id when retrieving opengraph data from mattermost-redux ( #3516 )
...
* Use post id when retrieving opengraph data from mattermost-redux
* Updated package.json with the appropriate PR for mattermost-redux
* Switch mattermost-redux back to master
2019-12-18 09:51:31 -05:00
Amy Blais
9fe3ba0072
v1.26 Changelog ( #3575 )
...
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
2019-12-17 09:19:26 -03:00
Miguel Alatzar
c4002a6a91
Bump app build number to 253 ( #3713 )
2019-12-16 20:07:23 -07:00
Jesús Espino
23a79b9da2
[MM-21270] Fixing team join without the invite id ( #3710 )
...
* Fixing team join without the invite id
* Fixing tests
* Adding tests to verify proper behavior calling the correct function based on the server version
* Extract server version from headers
* Make linter happy
* Update mattermost-redux
* Update mattermost-redux
2019-12-16 19:04:42 -07:00
Scott MacGregor
7afa1b21ea
MM-18766 - componentWillReceiveProps is being deprecated ( #3573 )
...
* MM-18766 - componentWillReceiveProps is being deprecated - migrate to getDerivedStateFromProps & componentDidUpdate
* MM-18766 - fix linter error
* MM-18766 - keep it simple - resolve a linter error
2019-12-16 22:37:00 +08:00
Elias Nahum
eefc6385cd
Bump app build number to 252 ( #3706 )
2019-12-16 07:38:46 -03:00
Elias Nahum
12c028ae73
Fix Hamburger and iOS App Icon badge number when marking channel as unread ( #3705 )
...
* Fix Hamburger and App Icon badge number when marking channel as unread
* Temp mm-redux commit hash
* Update mm-redux commit hash
2019-12-16 07:30:04 -03:00
Elias Nahum
226a4ede15
Bump app build number to 251 ( #3703 )
2019-12-13 18:14:42 -03:00
Harrison Healey
27d6bf16ef
MM-21153 Count mentions in DM channels using mention_count ( #3700 )
...
* MM-21153 Count mentions in DM channels using mention_count
* update mattermost-redux commit
2019-12-14 03:56:09 +08:00
Elias Nahum
43f999ed8c
MM-21176 Preserve text on input if command fails ( #3695 )
...
* MM-21176 Preserve text on input if command fails
* Add unit test for execute command success
2019-12-13 09:17:50 -03:00
CJ
02780faa6c
MM-18054 Fix Comment Line showing ( #3696 )
...
* MM-18054 Fix Comment Line showing
Restructured the check for the previous post to make sure comment line does not appear for posts on same thread, but from different users.
* MM-18054 Updated after review
Updated the logic to be more bulletproof
2019-12-12 19:25:00 -05:00
Jesse Hallam
ae3d0107f8
MM-17519: do not stringify booleans ( #3693 )
...
Match the webapp behaviour so as to avoid stringifying booleans in the interactive dialog payloads.
Fixes: https://mattermost.atlassian.net/browse/MM-17519
2019-12-13 00:25:27 +08:00
Elias Nahum
d542da6a06
Add ruby setup to circleCI deploy jobs
2019-12-10 20:57:44 -03:00
Elias Nahum
998d671204
Set up Ruby step ( #3691 )
2019-12-10 20:19:38 -03:00
Elias Nahum
d88daaafb6
Use ruby 2.6.3 on circleCI ( #3689 )
2019-12-10 14:00:56 -07:00
Elias Nahum
525b0d5ad3
MM-19920 MM-19924 Fix mis-align post input field attach and send icons ( #3631 )
2019-12-10 17:49:51 -03:00
Elias Nahum
88a1605961
Bump app build number to 250 ( #3684 )
2019-12-10 17:12:56 -03:00
Harrison Healey
dc66b443a3
MM-20947 Don't mark channel as read when reconnecting to manually unread channel ( #3685 )
2019-12-11 03:07:14 +08:00
CJ
855c12d80e
MM-21062 Added margin to custom Emoji ( #3682 )
...
Added margin to custom emoji style to match native emoji.
2019-12-10 13:32:57 -03:00
CJ
1ac82b8df2
MM-21085 Updated waitHydration ( #3677 )
...
* MM-21085 Updated waitHydration
Updated the hydration of hte store to first check if it completed as this was being caused due to a race condition.
* MM-21085 Updated for callback
MM-21085 Updated for callback
2019-12-09 16:54:41 -03:00
Miguel Alatzar
29c27417bd
Add channel ID to push notification sent on failed reply ( #3673 )
2019-12-09 14:14:50 -05:00
Miguel Alatzar
a58ebad7b1
[MM-18177] Increase post visibility when creating/receiving a new post for the current channel ( #3662 )
...
* Increase post visibility for current channel on new post
* Increase post visibility after post creation
2019-12-08 15:30:24 -03:00
Nev Angelova
f6addb491b
[GH-11437] Fix thumbs emoji sorting logic for mobile ( #3633 )
...
* [GH-11437] Fix thumbs emoji sorting logic for mobile
* Add unit tests
* Sort emojis in selector and handle string emojis
* Remove redundant serverVersion logic
* Fix typo in app/utils/emoji_utils.test.js
Co-Authored-By: Saturnino Abril <saturnino.abril@gmail.com>
2019-12-08 10:10:56 -03:00
Miguel Alatzar
0b3ba08030
Pass callback to waitForHydration ( #3667 )
2019-12-06 12:07:11 -07:00
Miguel Alatzar
2397224f8e
Show autocomplete view only when there are children ( #3665 )
2019-12-06 13:36:07 -05:00
Miguel Alatzar
4ce1d75733
Set number to 0 only if null ( #3668 )
2019-12-06 13:35:15 -05:00
Elias Nahum
0909a30633
MM-20682 Unit test for dimissing the status modal before the sidebar ( #3664 )
2019-12-04 18:30:12 -03:00
Nick Brady
a0c5ad5c2b
MM-18530 - Update Main Sidebar on iOS ( #3622 )
...
* initial working code
* minimum changes for main sidebar working
* add settings sidebar back in
* fix visual bug with sidebar showing underneath
* fix bug for android
* cleanups
* minor cleanups and update snapshot
* add basic test
* fix style errors
* review changes
2019-12-04 15:19:50 -03:00
Elias Nahum
4c4e1907cb
MM-20682 Android back button to dismiss status modal first ( #3628 )
2019-12-04 15:17:59 -03:00
Elias Nahum
a088edfffd
Bump app build number to 249 ( #3659 )
2019-12-03 16:12:36 -03:00
Sudheer
a8ad077086
MM-20790 Mark as Unread option should not be available on mobile if the server does not support it ( #3655 )
...
* MM-20790 Mark as Unread option should not be available on mobile if the server does not support it
* Check for server version with min 5.18v for showing the option
to mark as unread
* Change if condition
2019-12-03 14:06:18 -05:00
CJ
da858797d3
MM-19837 Remove Opacity from AtMention Markdown ( #3640 )
...
* MM-19837 Remove Opacity from AtMention Markdown
Removed the opacity that was set on the base text style for the markdown on AtMention for system messages.
* MM-19837 Updated opacity for AtMention
The baseTextStyle being used to set the opacity is used across the entire text format, so for this change where an AtMention is used, I added a new opacity to overwrite the on applied by the baseTextStyle.
2019-12-03 13:07:34 -05:00
Elias Nahum
4cc375dcb0
Fix SSO login on iOS ( #3657 )
2019-12-03 13:08:30 -03:00
CJ
aa03f1cd1c
Updated localization items ( #3638 )
...
Updated the i18n and default messages for the network failure and entire channel message alert.
2019-12-03 21:53:55 +08:00
Elias Nahum
59c8cbed55
MM-20780 MM-20782 Clear cookies on logout ( #3645 )
2019-12-03 08:33:09 +08:00
Elias Nahum
9096818003
MM-20778 Remove caption as part of the file path ( #3646 )
2019-12-03 08:12:53 +08:00
Hossein Ahmadian-Yazdi
4a6d280d29
WIP: [MM-20164] Update Redux hash for member role changing ( #3650 )
...
* Stub hash
* update redux hash
* Address PR comments
* updated hash
2019-12-02 14:49:22 -05:00
Elias Nahum
a0a0ed7334
MM-20806 Remove extra info from logs ( #3644 )
...
* MM-20779 Handle Android notification reply with special characters
* Remove extra info from logs
* Review feedback
2019-12-02 09:27:43 -07:00