- 01 Apr, 2021 2 commits
-
-
Diego Mello authored
-
Diego Mello authored
-
- 31 Mar, 2021 2 commits
-
-
Gerzon Z authored
* Update rocketchat and add e2e test for deep linking * Update rocketchat and add e2e test for deep linking * Update deeplinking e2e * fix deep linking auth * Test deep linking auth * Fix deeplink to rid and add tests * Small refactor * Add non existing server test Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gerzon Z authored
* Add status and teams * Update icons, icon size and getUsersPresence * Minor changes * Refactor RoomTypeIcon * Minor tweaks * Update unit tests * Minor fixes * Fix styles * Small refactor * Update jest Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 22 Mar, 2021 1 commit
-
-
Gerzon Z authored
* Update AuthenticationWebView.js * Updated loginTOTP * Added validation * Update rocketchat.js * Update rocketchat.js * Update rocketchat.js * Update rocketchat.js * Fix resolve * Remove incognito * Fix totp being requested on webview Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 18 Mar, 2021 12 commits
-
-
Diego Mello authored
Co-authored-by:
Gerzon Z <gerzonc@icloud.com>
-
Gung Wah authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
* [E2E TEST] Delete server * fixed test for delete server * fix tests * minor changes * Rename file Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
* [E2E TEST] Add e2e tests for mark message as unread * fixed test for draft message * change test name * move test to other file * Remove unnecessary tests * Rename file * Update jest tests Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Anant Bhasin authored
* [FIX] Render markdown in Fields content * Added stories Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
* [E2E TEST] Discussions * fix error Cannot find UI elemen * Fix tests Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gerzon Z authored
* 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>
-
Gung Wah authored
* [E2E TEST] Directory * Fix tests Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
* [E2E TEST] Draft message * Fix tests Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gerzon Z authored
* [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>
-
Gerzon Z authored
* 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>
-
- 05 Mar, 2021 4 commits
-
-
Diego Mello authored
-
Diego Mello authored
* 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
-
Gung Wah authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Diego Mello authored
-
- 26 Feb, 2021 9 commits
-
-
Diego Mello authored
-
Gerzon Z authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gerzon Z authored
* Update mergeSubscriptionsRooms.js * Update mergeSubscriptionsRooms.js * Update mergeSubscriptionsRooms.js * Minor refactor Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Diego Mello authored
* Limit query to 50 * Remove observable
-
Gung Wah authored
* [FIX] Use List.Separator in all places * add List.Separator * change List.Separator Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
ankar84 authored
* [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>
-
Gerzon Z authored
* 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>
-
Gung Wah authored
* [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>
-
- 25 Feb, 2021 1 commit
-
-
Gung Wah authored
* [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>
-
- 24 Feb, 2021 1 commit
-
-
Gung Wah authored
* [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>
-
- 23 Feb, 2021 8 commits
-
-
Gerzon Z authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
* [FIX] Remove InteractionManager blocks * Minor fix Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
* [FIX] Image descriptions issues * shorten the condition string * fix selectedMessage state Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Gung Wah authored
* [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>
-
Gung Wah authored
* [FIX] Remove typing indicator from thread's header * remove unnecessary props and change usersTyping condition Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Anant Bhasin authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-