Sudheer
532e87f6dc
MM-11942 Add deactivate user state to more users modal ( #2079 )
2018-09-06 11:26:26 -03:00
Elias Nahum
c13081ad34
Display trigger word in slash command autocomplete ( #2078 )
2018-09-05 09:35:28 -04:00
Elias Nahum
688d6579d0
Fix custom emoji render ( #2075 )
2018-09-05 10:04:59 -03:00
Elias Nahum
82dc62dfc6
Fix Posts cutoff ( #2071 )
...
* Remove PixelRatio from emoji
* Fix removeSubclippedViews in emoji picker
* Add system emojis to the store handler
* Pass element to whyDidYouUpdate util
* Fix post avoidable re-renders
* Fix emoji on Android
* Feedback review
2018-09-04 11:53:15 -03:00
Saturnino Abril
fd99e0489c
[MM-11928] Fix styling of show more/less on message attachment similar to "long post" ( #2070 )
...
* fix styling of show more/less on message attachment similar to "long post"
* change top margin from 0 to 10 of "Show Less" button
2018-09-04 11:52:45 -03:00
Dmitry Samuylov
9deeb86e1e
bug fix: use user's timezone setting for search date flags ( #2067 )
2018-09-04 11:52:16 -03:00
Sudheer
0e6ffab1e0
MM-11603 Fix select_team ui to have failed request scenario ( #2063 )
...
* MM-11603 Fix select_team ui to have failed request scenario
* Change error title and description
2018-09-04 09:48:22 -03:00
Jesús Espino
2d695c2269
MM-11728: Reload channel on archived channel errors (on edit and archive channel) ( #2064 )
2018-09-03 12:49:59 -03:00
Saturnino Abril
dbd77b87e0
fix email notification setting on Android ( #2065 )
2018-08-31 09:38:36 -04:00
Elias Nahum
c24492be8f
Android notification support for O and P ( #2060 )
2018-08-30 19:45:21 -03:00
Elias Nahum
3be170f507
Add theming to calendar selector ( #2052 )
2018-08-30 13:41:05 -04:00
Harrison Healey
07ada67e1a
MM-11449 Show OpenGraph previews for pages with any of the required fields ( #2054 )
...
* MM-11449 Show OpenGraph previews for pages with any of the required fields
* Update mattermost-redux
2018-08-30 14:18:01 -03:00
Elias Nahum
2a54c00e16
Open file attachment preview when tapping on the filename ( #2049 )
2018-08-29 17:05:37 -03:00
Elias Nahum
ebe7317c5f
Check if post.data has values bofore joining a channel ( #2050 )
2018-08-30 03:19:01 +08:00
Elias Nahum
a14a220d14
Gracefully handle http and https redirection ( #2044 )
...
* Gracefully handle http and https redirection
* tests
* Feedback review
* Default retry to true
2018-08-29 16:00:35 -03:00
Jesús Espino
fb37c18c8f
MM-11270: Disallow to react to posts in archived channels ( #2045 )
2018-08-29 14:27:12 -04:00
Saturnino Abril
320f1d9c91
fix email notification settings ( #2051 )
2018-08-29 14:25:09 -04:00
Chris Duarte
4b6bd70db5
Make sure team is passed to initial getProfilesInTeam call ( #2043 )
2018-08-29 14:14:57 -04:00
Elias Nahum
ddc4a3057e
Disallow download of all file types on RN apps when disallowed in System Console ( #2038 )
2018-08-29 14:04:36 -04:00
Elias Nahum
96e9c6c707
Update rn-fetch-blob and CBA support for iOS ( #2033 )
...
* Update rn-fetch-blob and CBA support for iOS
* remove trusty
* remove react-native-fast-image dependency
2018-08-29 14:01:37 -04:00
Chris Duarte
68847d91a0
Keep server version after cache clear ( #2042 )
2018-08-29 23:15:28 +05:30
Sudheer
32e5316817
MM-11684 Fix grey highlight in the text fields in user profile ( #2034 )
...
* Fix jumpto search highlight
* Change background style to be on view and rest of
input styles to input
2018-08-29 18:14:20 +08:00
Dmitry Samuylov
1ecb209712
Feature/search after before on ( #2028 )
...
* initial partial implementation of search date flags UI (on: before: after:)
* Make the calendar show correctly
* dismiss keyboard when showing the date suggestion since this type of input will primarily be entered through the calendar and later edited if needed
* fixed code style errors
* updates as per pull request comments
* fixed eslint errors
* changes as per pull request comments, removing unnecessary code
* added handling for hiding the date filter feature if the server version doesn't support it
* fixed eslint errors
* removed unnecessary property defaults and server version checks, as per PR suggestions
* this default is needed for the initial load of the component
* changed the way we capture the flag from the search string, this handles scenarios where multiple flags might be present in the search string that are handled by the same suggestion component as is the case here with date based flags
* need property declared to pass jslint rules
* eslint style fix, moved regex out into constants
* removed unused code and references
* updated as per pull request feedback
* updated to latest redux version
* changed to new search posts api that supports passing in of time zone utc offset to support date based search flags
* updated to the upcoming release version in preparation for merging to master
* Properly memoize DateSuggestion mapStateToProps
* Remove moment-timezone
2018-08-28 18:01:11 -04:00
Chris Duarte
19efaf92ca
Make post_add_channel_member follow theme text style ( #2036 )
2018-08-28 16:18:14 +08:00
Chris Duarte
b808b3f2e6
Make profile camera icon use theme.centerChannelBg for background ( #2035 )
2018-08-27 17:52:37 -04:00
Elias Nahum
8120867850
Fix network change status ( #2032 )
...
* Fix network change status
* Use the exposed action form redux-offline
2018-08-27 16:54:20 -04:00
Elias Nahum
648082f385
Fix long message not displaying for message attachments in android ( #2031 )
2018-08-27 16:53:10 -04:00
Martin Kraft
b4ca6421a0
MM-11318: Expands shortened links inline. ( #1993 )
...
* MM-11318: Expands shortened links inline.
* MM-11318: Accepts only image/* mime types. Switches to HEAD request.
* MM-11318: Fix for YouTube links.
* MM-11318: Renames function because it handles non-images.
* MM-11318: Checks for unmounted. Doesn't request known youtube redirects.
2018-08-24 15:02:07 -04:00
Martin Kraft
9b238781c0
MM-11721: Updates archive channel button icon. ( #2030 )
...
* MM-11721: Updates archive channel button icon.
* MM-11721: Changes color of archive channel icon to red.
2018-08-24 13:39:26 -03:00
Elias Nahum
cfbdb23035
Fix Jump to Channel DMs not showing ( #2021 )
2018-08-22 21:06:18 -03:00
Elias Nahum
c1842c886b
Merge pull request #2019 from mattermost/release-1.11
...
Merge Release 1.11 into master
2018-08-17 11:19:44 -03:00
Elias Nahum
830132bc38
Add a timeout to avoid race conditions when opening the app from a push notification ( #2015 )
2018-08-17 08:55:35 -03:00
Saturnino Abril
669f0ea1cd
use profile image from local after editing a profile image ( #1990 )
2018-08-16 06:57:23 -07:00
Elias Nahum
b59092e1e8
Merge pull request #2014 from mattermost/release-1.11
...
Merge Release 1.11 into Master
2018-08-16 09:40:52 -03:00
SangJun Lee
e1a62ee0de
Fix app crashes on iOS 9.3 ( #2005 )
2018-08-15 15:09:29 -03:00
Elias Nahum
7dfd377aef
Merge pull request #2003 from mattermost/release-1.11
...
Merge Release 1.11 into master
2018-08-13 16:34:24 -03:00
Sudheer
f06e90407a
[MM-11487] Add a defensive check for channel obj ( #1967 )
...
* [MM-11487] Add a defensive check for channel obj
* Fix review comments
* Add a modal to show feedback to user about failed join
* Fix error message
2018-08-13 10:26:05 -03:00
Elias Nahum
1ec8dd4577
Fix video playback when filename contains spaces ( #1997 )
...
* Fix video playback when filename contains spaces
* Feedback review
2018-08-13 10:19:29 -03:00
Saturnino Abril
6b1429d316
clear search after selecting a user
2018-08-13 20:51:49 +08:00
Sudheer
b76319e9c6
[MM-11170] Remove loader and someone from LHS ( #1973 )
2018-08-11 12:07:27 -04:00
Elias Nahum
f2d21f585c
Fix About dialog layout ( #1985 )
2018-08-09 08:32:47 -04:00
Sudheer
70f8fb580d
[MM-11258] Close keyboard on close of LHS ( #1989 )
2018-08-09 08:30:15 -04:00
Elias Nahum
80d206baf2
Do not close permalink view when post is deleted ( #1987 )
2018-08-09 08:29:57 -04:00
Elias Nahum
95ec582849
Fix session expired notification ( #1986 )
2018-08-09 08:29:38 -04:00
Elias Nahum
22455fe682
Handle YouTube video errors ( #1978 )
2018-08-08 14:24:47 -04:00
Elias Nahum
dabc24892f
Fix Android timestamp when timezone is not enabled ( #1982 )
...
* Fix Android timestamp when timezone is not enabled
* Remove unnecesary comments
2018-08-08 14:24:26 -04:00
Elias Nahum
c7807d910a
Clear Cookies before login in with SSO ( #1984 )
2018-08-08 12:53:44 -04:00
Harrison Healey
34a37cef05
MM-11477 Ensure client calls are wrapped with error handling ( #1976 )
2018-08-07 13:11:48 -04:00
Harrison Healey
979b80d34f
MM-11477 Fix error in breadcrumb generation and parse URL correctly ( #1977 )
2018-08-07 13:05:59 -04:00
Saturnino Abril
1c758e2287
[MM-10918] Filter system_remove_channel messages of a current user based on hiding/showing join/leave messages ( #1955 )
...
* filter system_remove_channel messages of a current user based on hiding/showing join/leave messages
* update mattermost-redux
* makes the remove_from_channel/team shows after leave_channel/team
* update per comments
* revert change on mattermost-redux commit to prevent conflict with existing PR
2018-08-07 12:18:09 -04:00