Jesús Espino
8887319324
Revert Guest Accounts feature ( #3024 )
...
* Revert "Automated cherry pick of #3019 (#3020 )"
This reverts commit a0b021d21d .
* Revert "Adding guest accounts feature (#2990 ) (#3015 )"
This reverts commit 60030defb8 .
2019-07-23 20:55:15 +02:00
Jesús Espino
60030defb8
Adding guest accounts feature ( #2990 ) ( #3015 )
...
* MM-15059: Restict the permissions for guests (#2791 )
* MM-15057: Adding guest badge to identify guest users (#2774 )
* MM-15057: Adding guest badge to identify guest users
* Adding Guest tags in the channel title
* Adding i18n translations
* Adding DM and GM guest warnings
* Fixing check-style
* Adding and fixing tests
* Adding i18n text
* Only showing the subtitle when there is enough space
* Addressing new design changes
* Fixing eslint
* Addressing PR comments
* Moving getChannelStats to the handleSelectChannel action
* Adding the guest info in android landscape channel headers
* simplified the guest warning text generation
* Fixing i18n
* Fixing leaving channel behavior for guests (#2989 )
* Fixing leaving channel behavior for guests
* Fixing tests and adding a new one
* fixing typo
* Addressing PR comments
* Addressing PR comments
* Fixing tests
2019-07-22 23:46:15 +02:00
Miguel Alatzar
b65ce5d283
[MM-16136] Update channel related screens ( #2915 )
...
* Update screens
* Update login tests
* Remove done
* Fix failing tests
* Update screens and components
* Check styles fix
* Update tests
* Prevent setState call after component unmounts
* Add empty setButtons func to dummy navigator
* Remove platform check
* Remove Platform import
* Update react-native-navigation version
* Add separate showModalOverCurrentContext function
* check-style fixes
* Remove overriding of AppDelegate's window
* Fix modal over current context animation
* Add showSearchModal navigation action
* Check-style fix
* Address review comments
* Update SettingsSidebar and children
* Update EditProfile screen
* Update SettingsSidebar
* Keep track of latest componentId to appear
* Track componentId in state to use in navigation actions
* Update FlaggedPosts and children
* Update RecentMentions
* Update Settings
* Store componentIds in ephemeral store
* Update AttachmentButton
* Remove unnecessary dismissModal
* Fix typo
* Upate NotificationSettings
* Update NotificationSettingsAutoResponder
* Update NotificationSettingsMentions
* Update NotificationSettingsMobile
* Update CreateChannel and children
* Update MoreChannels
* Update ChannelPeek and children
* Update ChannelNavBar and children
* Update ChannelPostList and children
* Update ChannelInfo and children
* Update ChannelAddMembers
* Update ChannelMembers
* Update EditChannel
* Fix setting of top bar buttons
* Update Channel screen and children
* Fix typo
* Use goToScreen for Android too
* Remove navigationComponentId
2019-06-26 16:46:05 -04:00
Miguel Alatzar
45e5bae8da
Avoid possible reading of length property on undefined ( #2783 )
2019-05-10 09:34:23 -07:00
Jesús Espino
95a9eb9118
Executing translation extraction script ( #2703 )
2019-04-09 15:24:43 -04:00
Christopher Speller
ec9e46fb62
MM-13618 Adding bot tags. ( #2669 )
...
* Adding bot tags.
* Snapshot update.
* Moving bot tag to own component.
* Snapshots.
* Adding missing bot tags, fixing bot profile, allowing tap of bot username to open profile.
* Snapshots and tests.
2019-03-26 16:59:45 -07:00
Elias Nahum
736a955be8
Use post metadata to prevent scroll pop ( #2304 )
...
* Use post metadata to prevent scroll pop
* Fix not to fetch for reactions every time
* Update post-metadata mm-redux ref
* Update mattermost-redux to include post-metadata
2018-11-22 19:47:27 -03:00
Jesús Espino
8884293b18
Add t() translation mark to i18nable strings and update translations ( #2026 )
...
* Add t() translation mark to i18nable strings and update translations
* Small fixes
* Adding to the packager
* Rebase fixes
* Added missed texts
2018-09-21 11:25:38 -03:00
Elias Nahum
c24492be8f
Android notification support for O and P ( #2060 )
2018-08-30 19:45:21 -03:00
Jesse Hallam
8372e95d4a
add eslint-plugin-header, and --fix all ( #1726 )
2018-06-19 19:14:50 -04:00
enahum
d0d9103857
[MM-9374] Open Permalinks in app ( #1449 )
...
* [MM-9374] Open Permalinks in app
* Feedback review
* Upgrade mattermost-redux
* Fix eslint
* Navigation fixes
* Fixing style of merged lines
2018-03-07 14:48:31 +00:00
Harrison Healey
80c09b588d
MM-9647 Replaced usage of preventDoubleTap with wrapWithPreventDoubleTap ( #1471 )
...
* MM-9467 Replaced usage of preventDoubleTap with wrapWithPreventDoubleTap
* MM-9467 Renamed wrapWithPreventDoubleTap to preventDoubleTap
2018-03-02 11:22:37 +00:00
Jesse Hallam
58b72302d6
update eslint's comma-dangle rule to always-multiline ( #1457 )
...
* update eslint's `comma-dangle` rule to `always-multiline`
* add check and fix scripts to package.json
* Invoke `yarn fix` to adopt the updated eslint rules. No other changes are included.
2018-02-23 09:06:02 -05:00
Saturnino Abril
bda1ba153e
[ICU-629] Add support for DM with deactivated channel (teammate) ( #1385 )
...
* Add support for DM with deactivated channel (teammate)
* add archive_icon
* add extra protection to prevent error when teammate is evetually deactivated
2018-02-01 00:04:31 +08:00
Saturnino Abril
542f0998b1
ICU-584 Add support for own DM ( #1357 )
...
* add support for own DM
* update per comment
2018-01-17 14:52:28 -03:00
Harrison Healey
db3556325e
RN-566 Re-rendered PostList footer when channel ID changes ( #1309 )
...
* RN-566 Re-rendered PostList footer when channel ID changes
* Refactor ChannelIntro mapStateToProps into selectors
2017-12-22 10:29:09 -06:00
enahum
f74b8e685d
Channel Peek ( #1203 )
...
* Channel Peek
* feedback review
2017-11-27 17:35:32 -03:00
enahum
380f5d884a
RN-466 DND status support ( #1115 )
...
* DND status support
* Feedback review
2017-11-10 12:51:33 -03:00
enahum
6e7eb521b8
Show profile images and names only for DMs in channel intro ( #1076 )
2017-11-02 08:37:08 -03:00
Harrison Healey
a9489dcc5f
Replace getTheme selector with one from mattermost-redux ( #1013 )
2017-10-12 08:45:17 -07:00
enahum
4605ecc359
Do not show channel intro while posts are being loaded ( #1012 )
...
* Do not show channel intro while posts are being loaded
* check if we have posts in the channel
2017-10-11 15:36:40 -04:00
enahum
d501a678e9
RN-382 Refactor at_mention & channel_mention autocomplete ( #988 )
...
* RN-382 Refactor at_mention & channel_mention autocomplete
* Feedback review
* If the term changes always trigger a request
2017-10-05 10:25:15 -03:00
Harrison Healey
c6ae1090f7
Changed makeStyleSheetFromTheme to take a function that returns a plain object ( #852 )
...
* Changed makeStyleSheetFromTheme to take a function that returns a plain object
* Fixed style issues
2017-08-15 18:26:55 -03:00
Asaad Mahmood
fbfd5d547a
RN-218 - Updating default font size for posts ( #702 )
...
* RN-218 - Updating default font size for posts
* Updating channel intro size
2017-07-04 11:12:17 -04:00
enahum
7dbac06983
Fix sentry found issues ( #699 )
2017-07-03 18:09:04 -04:00
Chris Duarte
0b6d2628ed
Fixes an issue with channel intro not displaying ( #667 )
2017-06-26 15:57:55 -04:00
Chris Duarte
1a17f2970f
Allow navigation to profiles using channel intro icons and names ( #644 )
...
* Allow navigation to profiles using channel intro icons and names
* Add preventDoubleTap
2017-06-19 08:46:38 -04:00
enahum
844c654fda
Update RN to 0.44.0 and project dependencies ( #546 )
2017-05-16 21:13:44 -04:00
enahum
2e99a71a0d
Several Fixes ( #495 )
...
* Revert files to use APIv3
* Fix channel intro constants
* Add src to transpiler for mattermost-redux
* Fix android back button
* Fix check for MFA
* feedback review
2017-04-24 17:39:23 -03:00
Chris Duarte
65af36ce1d
RN-68 RN: Show channel intro message ( #480 )
2017-04-18 16:51:17 -03:00