Anant Bhasin
2ea7e9d3f9
[FIX] Attachment not rendering markdown ( #2924 )
...
* [FIX] Render markdown in Fields content
* Added stories
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-03-18 11:44:09 -03:00
Gung Wah
e1a7f43552
[TESTS] Add E2E tests to discussions ( #2970 )
...
* [E2E TEST] Discussions
* fix error Cannot find UI elemen
* Fix tests
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-03-18 11:36:50 -03:00
Gerzon Z
460e82f759
[CHORE] Simplify server version comparison ( #2922 )
...
* Simplify server version where needed
* Added lte and gte functions and updated imports
* Updated functions names
* Update util functions
* Update util function and added methods
* Remove lt and coerce from getPermissions and mergeSubscriptionsRooms
* Fix comparison
* Update getPermissions.js
* Remove unused import
* Fix lint
* Fix lint
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-03-18 10:33:35 -03:00
Gung Wah
45d0d4a5f0
[TESTS] Add E2E tests to directory ( #2964 )
...
* [E2E TEST] Directory
* Fix tests
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-03-18 10:32:48 -03:00
Gung Wah
ec5840c076
[TESTS] Add E2E tests to group DM ( #2961 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-03-18 10:29:38 -03:00
Gung Wah
e164b6496c
[TESTS] Add E2E tests to draft message ( #2960 )
...
* [E2E TEST] Draft message
* Fix tests
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-03-18 10:27:37 -03:00
Gerzon Z
1ff6530a19
[FIX] App forgetting workspace when server is not finished added ( #2798 )
...
* [FIX] App forgetting workspace
* Added e2e tests
* Update login.js
* Update logout.js
* Reverted changes on login and share, updated init
* Update 08-persistantworkspace.spec.js
* Revert unnecessary changes
* Revert line change
* Update share.js
* Tweak tests
* Use wm shorthand
* Remove irrelevant calls to RocketChat.TOKEN_KEY
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-03-18 10:18:33 -03:00
Gerzon Z
b2c200a5d1
[IMPROVEMENT] Message attachment colors ( #2860 )
...
* Added convertStrToHex function and updated Reply component
* Removed convertStrtToHex function and added attachmentBackground
* Added color2k, removed transparent view and applied transparentize to backgroundColor
* Added stories
* Update Reply stories
* Update Reply stories
* Fix lint
* Update Reply stories
* Fix props
* Move tests to Message stories
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-03-18 10:13:44 -03:00
Diego Mello
a56dade12b
[FIX] Messagebox's placeholder color is too bright ( #2968 )
2021-03-05 13:21:18 -03:00
Diego Mello
cc8dc6a75a
[FIX] Deep linking and other connectivity issues ( #2894 )
...
* Navigate from push notification only if necessary
* Use JS SDK branch
* Stop reconnecting if it's already connected
* Fix RoomsListView forever loading after tapping push notification of another server
* Execute fewer operations on app/index
* Remove roomsRequest call from onForeground
* Apply check and reopen
* Stop opening in-app notification when the app is on backgorund
* Connecting tweaks
* Fix deep linking not working if the app is on background
* Force reset yarn cache
* Upgrade JS SDK
* Remove listener on unmount
* Fix resume on Android after back button is pressed
* Fix local authentication resume
* Fix back button android
* Change JS SDK branch
2021-03-05 13:10:21 -03:00
Gung Wah
40c075d748
[FIX] Cannot read property 'some' of undefined on hasPermission ( #2966 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-03-05 10:44:46 -03:00
Diego Mello
e35f7fe583
[FIX] Share extension not working correctly on Official app ( #2963 )
2021-03-05 10:42:04 -03:00
Diego Mello
eedea407f1
Bump version to 4.15.0 ( #2950 )
2021-02-26 15:51:53 -03:00
Gerzon Z
3e8d22336d
[FIX] Reactions modal's backdrop color too light ( #2949 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-26 15:44:00 -03:00
Gerzon Z
99a32479f4
[FIX] Support chats order for older versions of the server ( #2934 )
...
* Update mergeSubscriptionsRooms.js
* Update mergeSubscriptionsRooms.js
* Update mergeSubscriptionsRooms.js
* Minor refactor
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-26 15:31:35 -03:00
Diego Mello
5d3776d4f1
[FIX] Limit new message list query size to 50 ( #2947 )
...
* Limit query to 50
* Remove observable
2021-02-26 13:49:21 -03:00
Gung Wah
bc8d6b72f5
[FIX] Use List.Separator in all places ( #2931 )
...
* [FIX] Use List.Separator in all places
* add List.Separator
* change List.Separator
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-26 13:27:04 -03:00
Gung Wah
98890df773
[CHORE] Use shortcut syntax for get collections ( #2932 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-26 13:25:51 -03:00
ankar84
a1c9fdfdb9
[I18N] Add missing Russian strings ( #2946 )
...
* [i18n] Add missing Russian strings
* Couple fixes
* Fix Direct_message
Translate Direct_message as already has been translated
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-26 13:07:57 -03:00
Gerzon Z
d6da8665c6
[IMPROVEMENT] Remove lodash.isEqual ( #2893 )
...
* Added dequal and react-fast-compare as substitutes to lodash.isEqual
* Update ReplyPreview.js
* Remove react-fast-compare
* Removed deep-equal and upgrade babel-eslint dev dependency
* Fix avatar
* Fix Messagebox
* Fix CreateDiscussionView
* ModalBlockView
* NewMessageView
* ProfileView
* RoomInfoEditView
* ServerDropdown
* Return local search as object instead of observable
* SelectedUsersView
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-26 13:01:45 -03:00
Gung Wah
0957671056
[CHORE] Add hold step for ios and android build experimental ( #2943 )
...
* [CHORE] Add hold step for ios-build-experimental and android-build-experimental
* Android hold step
* add ios hold step
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-26 09:28:12 -03:00
Gung Wah
e98116587d
[CHORE] Add permissions to Redux ( #2914 )
...
* [FIX] Add permissions to Redux store
* add only permissions being used in the app
* add clear permissions reducer
* call RocketChat.hasPermission from reducer
* add server version comparison on getPermissions
* refactor hasPermission function
* refactor hasPermission function
* remove uncomment code
* use Q.experimentalSortBy()
* add coerce function
* Change Rocketchat.hasPermission
* Apply on isReadOnly
* Apply to RoomInfoEditView
* Apply to RoomInfoView and RoomInfoEditView
* canAutoTranslate
* Unnecessary clear permissions
* Revert getUpdatedSince
* Naming fix
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-25 13:41:44 -03:00
Gung Wah
6e32a15cad
[FIX] System message of e2e encryption is missing ( #2888 )
...
* [FIX] System message of e2e encryption missing
* add new encryption string
* add to stories
* Add pt-BR
* Move stories
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-24 13:33:39 -03:00
Gerzon Z
ef00edc29d
[FIX] Temp message ignoring real name ( #2919 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-23 16:05:34 -03:00
Gung Wah
09843aa588
[FIX] App not sending second argument for EventEmitter.removeListener on some places ( #2909 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-23 16:00:39 -03:00
Gung Wah
3a950547f3
[CHORE] Remove InteractionManager blocks ( #2906 )
...
* [FIX] Remove InteractionManager blocks
* Minor fix
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-23 15:36:20 -03:00
Gung Wah
120f50d5d2
[FIX] RightButtonsContainer re-render check not returning default value ( #2899 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-23 14:44:01 -03:00
Gung Wah
5b518b4207
[FIX] Can't copy or edit media's description ( #2885 )
...
* [FIX] Image descriptions issues
* shorten the condition string
* fix selectedMessage state
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-23 14:24:05 -03:00
Gung Wah
450aca4d7c
[FIX] DM rooms show typing status from last group room ( #2878 )
...
* [FIX] DM rooms show typing status from last group room
* Undo changes
* Check if current typing is from focused room before dispatching to redux
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-23 13:57:18 -03:00
Gung Wah
dbd8c94e06
[FIX] Thread showing typing indicator from main room ( #2869 )
...
* [FIX] Remove typing indicator from thread's header
* remove unnecessary props and change usersTyping condition
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-23 13:31:18 -03:00
Anant Bhasin
cecffdb93c
[IMPROVE] Deleted thread reply redirects to thread ( #2840 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-23 11:00:41 -03:00
Diego Mello
1f6385c898
[CHORE] Update iOS profiles for Experimental app ( #2933 )
2021-02-22 18:57:10 -03:00
Gerzon Z
7551de731b
[FIX] Temp attachment files not being flushed after saved to gallery ( #2871 )
...
* Update AttachmentView.js
* Update AttachmentView.js
* Update AttachmentView.js
* Update AttachmentView.js
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-22 18:53:44 -03:00
Diego Mello
f579641660
[FIX] Support Jitsi_URL_Room_Hash ( #2905 )
2021-02-22 18:37:13 -03:00
Billy Newman
3532cb349c
[FIX] Webview not falling back to default auth challenge when no cert is provided ( #2918 )
...
* [FIX] Android - fallback to default auth challenge handling when no cert is provided
* If a certificate auth challenge is requested on Android the webview will hang if no certificate is loaded.
To prevent this, fallback to default Android behavior and cancel the challenge with request.cancel()
* No client certificate case defaults to super implementation
* Update react-native-webview
* Downgrade to previous dependency version
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Gerzon Z <gerzonc@icloud.com>
Co-authored-by: Jan Garaj <jan.garaj@gmail.com>
2021-02-22 18:36:10 -03:00
Gerzon Z
4c148bde3b
[CHORE] BackdropOpacity based on themes ( #2863 )
...
* Added backdropOpacity based on theme
* Updated ActionSheet, ReactionsModal, ReactionPicker and Sidebar
* Updated MultiSelect
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-19 15:05:47 -03:00
Anant Bhasin
9a8047e64d
[FIX] Reply component sending unused prop to Description ( #2900 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-18 16:01:20 -03:00
yash-rajpal
0d5e50eb4b
[FIX] Real name setting ignored on reply preview ( #2908 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-18 15:53:46 -03:00
Gerzon Z
ba3de14a7b
[FIX] App compressing videos on iOS ( #2915 )
...
* Update index.js
* Update index.js
2021-02-18 15:50:36 -03:00
Gung Wah
3264746400
[FIX] Breadcrumbs exceeding characters limit ( #2862 )
...
* [FIX] breadcrumbs exceeding
* fix.breadcrumbs-exceeding-change-events
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-11 18:44:50 -03:00
Gerzon Z
491bc70c67
[CHORE] Remove unnecessary share reducer calls ( #2861 )
...
* Remove unnecesary share reducer calls
* Update Avatar
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-11 18:44:36 -03:00
Anant Bhasin
036dee16cd
[FIX] Real name being ignored in SearchMessagesView ( #2838 )
...
Co-authored-by: Gerzon Z <gerzonc@icloud.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-11 18:43:57 -03:00
Gerzon Z
4d9410ad60
[IMPROVEMENT] Check for focused rooms on in-app notifications ( #2857 )
...
* Update InAppNotification and room reducer
* Update InAppNotification
This reverts commit 60330a1e04
.
* Stop subscribing to threads
* Remove ref
* Fix prop-types
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-11 18:42:50 -03:00
Diego Mello
d42dab1e76
Bump version to 4.14.1 ( #2859 )
2021-02-04 14:28:23 -03:00
Arkadyuti Bandyopadhyay
bdc495dd6d
[FIX] Logout from other locations not prompting confirmation option ( #2854 )
...
* Fixed logout toast bug for the iOS
* Removing callToAction and replacing with confirmationText
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-02-01 14:23:21 -03:00
Diego Mello
acd5f04314
[FIX] Share extension memory issues on iOS ( #2845 )
...
* Remove unnecessary class prop
* Stop rendering servers when there's only one
* Map and alloc only necessary columns from query
* Fetch servers count instead of all servers records
* Fetch only needed servers
* Separators
* Remove renderContent
* Minor fix
* Refactor query
* Smaller avatars in memory
* Fix getItemLayout
* Add topic
* Load less pods
* tests
* Import only used functions from lodash
* Fix pods
* Import only used functions from semver
* Fix media sharing
* Update pods
* Disables preview and thumb on iOS
* Update expo-video-thumbnail
* Unnecessary change
2021-02-01 14:18:55 -03:00
Diego Mello
cf59644a56
[FIX] Wrong username on push notifications ( #2825 )
2021-01-22 17:20:04 -03:00
Diego Mello
b10c5db5b5
[FIX] App Store using Experimental's app id ( #2826 )
2021-01-22 16:52:25 -03:00
Gerzon Z
bd09cd32a0
[FIX] Wrong styling on E2E encryption banner ( #2767 )
...
* [FIX] Wrong styling on E2E encryption banner
* [FIX] Wrong styling on E2E encryption banner
* [FIX] Wrong styling on E2E encryption banner
* [FIX] Wrong styling on E2E encryption banner (#2767 )
* Updated SortDropdown, ListHeader, ListItem and added stories for List.Item
* Updated SortDropdown
* Removed unused component
* Updated List.Item and stories
* Reverted unnecessary changes and updated ListItem stories
* Fix minor indentation
* Stop breaking Touch's default underlay color
* Fix indentation
* Remove falsy comparison from render
* Fix left icon
* Use List.Item on OmnichannelStatus
* Add missing separator
* Lint
* Fix sort dropdown
* Remove unnecessary styles
* Fix detox
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-01-21 16:52:26 -03:00
Diego Mello
0fdb8f2e46
[FIX] Server version becoming null on server change ( #2821 )
2021-01-21 14:20:28 -03:00