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
65fce2a680
Bump Android build number to 136 ( #2074 )
2018-09-04 16:38:22 -03:00
Elias Nahum
82cee7a846
Bump iOS build number to 136 ( #2073 )
2018-09-04 16:36:54 -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
4b32918c1f
Bump Android build number to 135 ( #2062 )
...
* Increase gradle jvm memory
* Fix Android release build
* Bump Android build number to 135
2018-08-31 00:20:24 -03:00
Elias Nahum
81e46c9140
Bump iOS build number to 135 ( #2061 )
2018-08-30 20:34:36 -03:00
Elias Nahum
c24492be8f
Android notification support for O and P ( #2060 )
2018-08-30 19:45:21 -03:00
Jesús Espino
1456c7cf29
MM-11718: Show only non-archived channels on Share ( #2059 )
2018-08-30 14:37:36 -04: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
5285c3b56e
Bump Android build number to 134 ( #2056 )
2018-08-29 20:21:00 -03:00
Elias Nahum
d823508058
Bump iOS build number to 134 ( #2055 )
2018-08-29 20:13:19 -03:00
Elias Nahum
be346809bf
Bump app version to 1.12.0 ( #2053 )
2018-08-29 17:19:06 -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
Elias Nahum
96f967ec56
translations PR 20180827 ( #2037 )
2018-08-28 19:51:49 -03: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
ec35efcc5c
translations PR 20180820 ( #2023 )
2018-08-22 21:06:39 -03:00
Elias Nahum
cfbdb23035
Fix Jump to Channel DMs not showing ( #2021 )
2018-08-22 21:06:18 -03:00
Elias Nahum
8e46b0d810
Fix moving Mattermost-unsigned.apk from the right directory ( #2020 )
2018-08-21 10:22:12 -04:00
Jason Blais
e9a24b538e
Add link to developer docs in contributing.md ( #2000 )
2018-08-20 20:29:19 -03:00
amyblais
dcd5d3f2c0
v1.11 Changelog ( #1953 )
...
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
2018-08-17 18:49:35 -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
55c207e4ff
Bump Android build number to 133 ( #2018 )
...
* Update cocoapods
* Bump Android build number to 133
2018-08-17 10:35:36 -03:00
Elias Nahum
c206e42d4a
Bump iOS build number to 133 ( #2017 )
...
* Update cocoapods
* Bump iOS build number to 133
2018-08-17 10:35:14 -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
Elias Nahum
19fcb72315
Bump Android build number to 132 ( #2013 )
2018-08-16 09:31:29 -03:00