Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 4.18.0 into single-server #3284

Merged
merged 178 commits into from
Jul 19, 2021
Merged

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    5d2050b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    59fd703 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. [FIX] ServerDropdown flashing bigger server icon (#2775)

    * [FIX] ServerDropdown flashing bigger server icon
    
    * Remove unused logo and update image path where needed
    
    * Minor tweak
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    3b4f457 View commit details
    Browse the repository at this point in the history
  2. [FIX] Rooms list not being updated on some cases (#2765)

    * Request subscriptions on RoomsListView.constructor
    
    * Removes opened rooms from last message persisting
    
    * Change server reducer
    
    * Prevent undefined ids causing query error
    diegolmello authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    7f0abe1 View commit details
    Browse the repository at this point in the history
  3. [FIX] Share Extension hitting memory limit on iOS (#2788)

    * [FIX] Disallow swipe to dismiss on share extension
    
    * Limit query to 20 and clean up props
    
    * Remove rn-extension-share branch pointer
    
    * Test new branch
    
    * Remove branch
    diegolmello authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    32b1b36 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. [IMPROVEMENT] Threads layout tweaks (#2686)

    * improvement: Thread Details
    
    * fix: re-render Thread Messages Item
    
    * fix: update snapshots
    
    * improve: thread details component
    
    * fix: cast replies length
    
    * improvement: format date of threads
    
    * improvement: thread details styles
    
    * fix: wrap text
    
    * tests: update snapshot
    
    * improvement: use same date format for all dates
    
    * Icon size 24
    
    * Remove date
    
    * Remove prop drill
    
    * Badge position
    
    * Badge container tweak
    
    * Fix inline style
    
    * Move ThreadDetails to containers
    
    * Update stories
    
    * Fix lint
    
    * Remove wrong prop
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    djorkaeffalexandre and diegolmello authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4d13689 View commit details
    Browse the repository at this point in the history
  2. [CHORE] Remove some migrations (#2792)

    * Remove force rooms refresh
    
    * Remove MMKV migration
    diegolmello authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    6457546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0330219 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. [FIX] Messagebox tracking lost on pop gesture navigation (#2799)

    * Use setTimeout instead of InteractionManager
    
    * Update tracking lib
    diegolmello authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    b77603c View commit details
    Browse the repository at this point in the history
  2. [FIX] Back button closing activity when on root stack screen (#2804)

    * Make hardware back button to behave as home button on root screens
    
    * Remove unnecessary code
    
    * Remove handleBackPress from OnboardingView
    
    * Fix lint
    diegolmello authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    a51a985 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. [i18n] Add missing German strings (#2715)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    phriedrich and diegolmello authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    a1bd97f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. [NEW] Encrypted Discussions (#2813)

    * I18n key fix
    
    * Add encrypted switch
    
    * Remove unused i18n keys
    
    * Add enabled to encryption reducer
    
    * Show encrypted option on CreateDiscussionView only when e2e encryption is properly set
    
    * Add localSearch and use it on search
    
    * Use encrypted from parent channel
    
    * Fix method calls as rest api with 2fa enabled
    
    * Fix logout after reset keys
    
    * Use encryption reducer instead of lib directly to check render
    
    * Check for room type logic to display encryption option on create discussion
    
    * Check toggle-room-e2e-encryption permission on RoomActionsView
    
    * Check for encryption status instead of setting on server
    
    * Fix
    
    * Disable switch instead of hide it
    
    * Fix spotlight for DMs
    
    * Fix server test
    diegolmello authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    db5074a View commit details
    Browse the repository at this point in the history
  2. [FIX] Messagebox missing style for text color (#2786)

    * Changing auxilaryTintColor
    
    * Changed Placeholder color to BodyText color
    
    * added color prop
    
    * eslint changes
    
    * used array for styles
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    yash-rajpal and diegolmello authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    4b96d30 View commit details
    Browse the repository at this point in the history
  3. [I18N] Update arabic (#2696)

    * Update ar.js
    
    * Update ar.js
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    faziloub and diegolmello authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    54f3fb9 View commit details
    Browse the repository at this point in the history
  4. [FIX] Workspace input without i18n (#2689)

    * [FIX] Translation of strings in Login page
    
    * Strings are added for translation.
    
    fixes: #2620
    
    * Add pt-BR
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    sumukhah and diegolmello authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    61bc2a4 View commit details
    Browse the repository at this point in the history
  5. [FIX] Spotlight returning duplicated entries (#2805)

    * Update rocketchat.js
    
    * Updated search function
    
    * Minor improvements
    
    * Remove atIndex
    
    * Add remove logic to remove duplicate data from response
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    d83631d View commit details
    Browse the repository at this point in the history
  6. [CHORE] Refactor ServerItem (#2778)

    * Updated ServerDropdown and ServerItem
    
    * Added ServerItem stories
    
    * Update ServerDropdown.js
    
    * Updated ServerItem stories
    
    * Updated ServerItem stories and ServerItem component
    
    * Updated SelectServerView, ServerItem and ServerItem stories
    
    * Updated ServerItem stories
    
    * Updated ServerItem stories
    
    * Update tests
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    8d1dd27 View commit details
    Browse the repository at this point in the history
  7. [DOCS] Updated Quick Start docs link in e2e/readme (#2802)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    yash-rajpal and diegolmello authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    af34e5a View commit details
    Browse the repository at this point in the history
  8. [I18N] Add Turkish (#2793)

    * Turkish language support added
    
    * Update tr.js
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    mukerremyilmaz and diegolmello authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    8abc3a8 View commit details
    Browse the repository at this point in the history
  9. [FIX] Lint on #2793 (#2818)

    diegolmello authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    94d94cf View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    e2d0a00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0046f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fdb8f2 View commit details
    Browse the repository at this point in the history
  4. [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>
    gerzonc and diegolmello authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    bd09cd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    b10c5db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf59644 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. [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
    diegolmello authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    acd5f04 View commit details
    Browse the repository at this point in the history
  2. [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>
    ARKEOLOGIST and diegolmello authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    bdc495d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    d42dab1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. [IMPROVEMENT] Check for focused rooms on in-app notifications (#2857)

    * Update InAppNotification and room reducer
    
    * Update InAppNotification
    
    This reverts commit 60330a1.
    
    * Stop subscribing to threads
    
    * Remove ref
    
    * Fix prop-types
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    4d9410a View commit details
    Browse the repository at this point in the history
  2. [FIX] Real name being ignored in SearchMessagesView (#2838)

    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    3 people authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    036dee1 View commit details
    Browse the repository at this point in the history
  3. [CHORE] Remove unnecessary share reducer calls (#2861)

    * Remove unnecesary share reducer calls
    
    * Update Avatar
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    491bc70 View commit details
    Browse the repository at this point in the history
  4. [FIX] Breadcrumbs exceeding characters limit (#2862)

    * [FIX] breadcrumbs exceeding
    
    * fix.breadcrumbs-exceeding-change-events
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    3264746 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. [FIX] App compressing videos on iOS (#2915)

    * Update index.js
    
    * Update index.js
    gerzonc authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    ba3de14 View commit details
    Browse the repository at this point in the history
  2. [FIX] Real name setting ignored on reply preview (#2908)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    yash-rajpal and diegolmello authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    0d5e50e View commit details
    Browse the repository at this point in the history
  3. [FIX] Reply component sending unused prop to Description (#2900)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    aKn1ghtOut and diegolmello authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    9a8047e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. [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>
    gerzonc and diegolmello authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    4c148bd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. [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>
    4 people authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    3532cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f579641 View commit details
    Browse the repository at this point in the history
  3. [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>
    gerzonc and diegolmello authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    7551de7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f6385c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. [IMPROVE] Deleted thread reply redirects to thread (#2840)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    aKn1ghtOut and diegolmello authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    cecffdb View commit details
    Browse the repository at this point in the history
  2. [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>
    kresnaputra and diegolmello authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    dbd8c94 View commit details
    Browse the repository at this point in the history
  3. [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>
    kresnaputra and diegolmello authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    450aca4 View commit details
    Browse the repository at this point in the history
  4. [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>
    kresnaputra and diegolmello authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    5b518b4 View commit details
    Browse the repository at this point in the history
  5. [FIX] RightButtonsContainer re-render check not returning default val…

    …ue (#2899)
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    120f50d View commit details
    Browse the repository at this point in the history
  6. [CHORE] Remove InteractionManager blocks (#2906)

    * [FIX] Remove InteractionManager blocks
    
    * Minor fix
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    3a95054 View commit details
    Browse the repository at this point in the history
  7. [FIX] App not sending second argument for EventEmitter.removeListener…

    … on some places (#2909)
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    09843aa View commit details
    Browse the repository at this point in the history
  8. [FIX] Temp message ignoring real name (#2919)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    ef00edc View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. [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>
    kresnaputra and diegolmello authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    6e32a15 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. [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>
    kresnaputra and diegolmello authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e981165 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. [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>
    kresnaputra and diegolmello authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    0957671 View commit details
    Browse the repository at this point in the history
  2. [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>
    gerzonc and diegolmello authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    d6da866 View commit details
    Browse the repository at this point in the history
  3. [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>
    ankar84 and diegolmello authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    a1c9fdf View commit details
    Browse the repository at this point in the history
  4. [CHORE] Use shortcut syntax for get collections (#2932)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    98890df View commit details
    Browse the repository at this point in the history
  5. [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>
    kresnaputra and diegolmello authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    bc8d6b7 View commit details
    Browse the repository at this point in the history
  6. [FIX] Limit new message list query size to 50 (#2947)

    * Limit query to 50
    
    * Remove observable
    diegolmello authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    5d3776d View commit details
    Browse the repository at this point in the history
  7. [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>
    gerzonc and diegolmello authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    99a3247 View commit details
    Browse the repository at this point in the history
  8. [FIX] Reactions modal's backdrop color too light (#2949)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    3e8d223 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eedea40 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    e35f7fe View commit details
    Browse the repository at this point in the history
  2. [FIX] Cannot read property 'some' of undefined on hasPermission (#2966)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    40c075d View commit details
    Browse the repository at this point in the history
  3. [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
    diegolmello authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    cc8dc6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a56dade View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. [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>
    gerzonc and diegolmello authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    b2c200a View commit details
    Browse the repository at this point in the history
  2. [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>
    gerzonc and diegolmello authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1ff6530 View commit details
    Browse the repository at this point in the history
  3. [TESTS] Add E2E tests to draft message (#2960)

    * [E2E TEST] Draft message
    
    * Fix tests
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e164b64 View commit details
    Browse the repository at this point in the history
  4. [TESTS] Add E2E tests to group DM (#2961)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    ec5840c View commit details
    Browse the repository at this point in the history
  5. [TESTS] Add E2E tests to directory (#2964)

    * [E2E TEST] Directory
    
    * Fix tests
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    45d0d4a View commit details
    Browse the repository at this point in the history
  6. [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>
    gerzonc and diegolmello authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    460e82f View commit details
    Browse the repository at this point in the history
  7. [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>
    kresnaputra and diegolmello authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    e1a7f43 View commit details
    Browse the repository at this point in the history
  8. [FIX] Attachment not rendering markdown (#2924)

    * [FIX] Render markdown in Fields content
    
    * Added stories
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    aKn1ghtOut and diegolmello authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2ea7e9d View commit details
    Browse the repository at this point in the history
  9. [TESTS] Add e2e tests for mark message as unread (#2953)

    * [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>
    kresnaputra and diegolmello authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1eaf4b8 View commit details
    Browse the repository at this point in the history
  10. [TESTS] Add E2E tests to delete server (#2954)

    * [E2E TEST] Delete server
    
    * fixed test for delete server
    
    * fix tests
    
    * minor changes
    
    * Rename file
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    715cc1e View commit details
    Browse the repository at this point in the history
  11. [CHORE] Refactor RoomActionsView permissions (#2872)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    83b7f38 View commit details
    Browse the repository at this point in the history
  12. [CHORE] Add status and teams icons (#2989)

    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    diegolmello and gerzonc authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    d7562f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. [FIX] SSO not working with 2FA (TOTP) (#2978)

    * 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>
    gerzonc and diegolmello authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    8bc8a07 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. [IMPROVEMENT] User status icons (#2991)

    * 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>
    gerzonc and diegolmello authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    25b7115 View commit details
    Browse the repository at this point in the history
  2. [REGRESSION] Auth via deep linking not working (#3015)

    * 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>
    gerzonc and diegolmello authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c5bf13c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    4e0dc78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98b2b0a View commit details
    Browse the repository at this point in the history
  3. [IMPROVEMENT] Load only i18n files needed (#3014)

    * Use json
    
    * Load only i18n files needed
    diegolmello authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    ed181aa View commit details
    Browse the repository at this point in the history
  4. [REGRESSION] Clear local server cache not loading rooms (#3007)

    * Fix clear cache
    
    * Write e2e tests
    
    * Fix lint
    
    * Fix isRTL
    diegolmello authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    bb844e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31d3594 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    656127a View commit details
    Browse the repository at this point in the history
  7. [IMPROVEMENT] Add "Message" option to Room Info (#3029)

    * [CHORE] Go to room from hashtag
    
    * Layout tweaks
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    0ff916d View commit details
    Browse the repository at this point in the history
  8. [FIX] Can't change status (#3018)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    8f0eae7 View commit details
    Browse the repository at this point in the history
  9. [FIX] Search input not using the whole header space (#3012)

    * [FIX] Search input not using the whole space
    
    * Fix on getHeaderTitlePosition
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    6327518 View commit details
    Browse the repository at this point in the history
  10. [FIX] E2EE password hiding automatically (#2972)

    * [FIX] E2EE password hiding automatically
    
    * add e2e test
    
    * fixed hiding banner
    
    * move e2e tests to 01-e2eencryption
    
    * remove console.log
    
    * Fix tests
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    704e071 View commit details
    Browse the repository at this point in the history
  11. [TESTS] Move threads tests to its own file (#2965)

    * [E2E TEST] Move threads test to another file
    
    * changed descirbe title
    
    * Rearrange files
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    kresnaputra and diegolmello authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    45fe061 View commit details
    Browse the repository at this point in the history
  12. [FIX] Regex typo on markdown (#2928)

    * [FIX] Fix Regex Typo
    
    * Add story for testing
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    aKn1ghtOut and diegolmello authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e32ed8b View commit details
    Browse the repository at this point in the history
  13. [FIX] Make attachment validation compatible with web client (#2927)

    * [FIX] Make attachment validation compatible with web client
    
    * Added stories
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    aKn1ghtOut and diegolmello authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    d620074 View commit details
    Browse the repository at this point in the history
  14. [FIX] Non-reply attachments displaying time (#2902)

    * Remove time if no message_link
    
    * Fix message stories for replies
    
    * Final stories fix
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    aKn1ghtOut and diegolmello authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    28ab908 View commit details
    Browse the repository at this point in the history
  15. [FIX] i18n not being applied on login/register labels (#2930)

    * Use I18n translate in login text input label
    
    * Add to register and add missing strings
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    sadeghpro and diegolmello authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    71da1e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    8649c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a96f1f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. [NEW] Basic support to Teams (#3016)

    * Database migration
    
    * RoomItem icon
    
    * Team icons
    
    * Teams group
    
    * Small tweak on RoomTypeIcon
    
    * RoomView Header
    
    * Add team's channels to RoomView header
    
    * Starting TeamChannelsView
    
    * Icon size
    
    * o data found
    
    * Update TeamChannelsView, add teams subscriptions and send params to TeamChannelsView
    
    * Use teams.ListRooms endpoint, render rooms list, remove unused functions
    
    * Show team main on TeamChannelsView
    
    * Disable swipe
    
    * Pagination working
    
    * Fix blinking no data found
    
    * Search working
    
    * Refactor to use BackgroundContainer while loading
    
    * Go to room
    
    * Cleanup
    
    * Go to actions
    
    * Events
    
    * Lint
    
    * Add debounce to go room
    
    * Fix for tablet
    
    * i18n
    
    * Small fix
    
    * Minor refactor
    
    * Use local data when it exists
    
    * Show last message
    
    * Force teams migration
    
    * Add stories to BackgroundContainer
    
    * Remove unused component
    
    * Move RoomViewHeader into containers folder
    
    * Refactoring
    
    * Testing RoomHeader
    
    * i18n
    
    * Fix server endpoint version
    
    * Fix events
    
    Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com>
    diegolmello and gerzonc authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    d04d0f2 View commit details
    Browse the repository at this point in the history
  2. [CHORE] Refactor mention tracking logic (#2997)

    * [Improvement] Improve mentions
    
    This PR focuses on improving command, emoji, channel and user mentions.
    
    * [Tests] Added e2e tests for mention improvement
    
    * [Improvement] Modify slash command mention logic.
    Added slash command with argument preview
    Slash command should show only if the message bigins with /
    
    * Return data on search for empty text
    
    * Minor fixes
    
    * Update e2e tests
    
    * Minor fix
    
    * [FIX] allow command mentioning in between text
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    sumukhah and diegolmello authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9ce374d View commit details
    Browse the repository at this point in the history
  3. [FIX] Status text not being updated on sidebar (#3041)

    * Update StatusView.js
    
    * Minor tweak
    
    * Minor tweaks
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    23a7f0f View commit details
    Browse the repository at this point in the history
  4. [FIX] Unable to search non-latin alphabet names on members list (#3039)

    * Add search by name in members list
    
    * Update RoomMembersView search
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5a800fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecc0052 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    69c0ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7f13da View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    d718053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d555f19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14078c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    f148686 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. [CHORE] Update Detox to 18.10.0 (#3052)

    * Updated detox and 5 tests
    
    * Update e2e cases for Detox v18, update setUserStatus and added SET_STATUS_FAIL
    
    * Downgrade mocha
    
    * Exclude arm64 from building and update tests cases
    
    * Update more tests cases, add registeringUser4
    
    * Update more test files and add room-actions-scrollview testID
    
    * Update package.json
    
    * Remove unused username from test file and update 08-roominfo test file
    
    * Fixing
    
    * Mark as unread
    
    * Fixing flaky tests
    
    * Minor fixes
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    3f4fa04 View commit details
    Browse the repository at this point in the history
  2. [FIX] Message author touchable taking whole space available (#3048)

    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    diegolmello and gerzonc authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    21b5877 View commit details
    Browse the repository at this point in the history
  3. [CHORE] Improve stories (#3028)

    * [CHORE] Improve stories
    
    * Refactor Avatar and UIKitModal
    
    * fixed undefined 'name'
    
    * Remove commented stories
    
    * Remove Markdown from stories/index, update Markdown test file and remove markdown stories from Message stories
    
    * Remove StoriesSeparator
    
    * Refactor Markdown
    
    * Remove commented lines of code
    
    * Small refactor
    
    * Re-add stories
    
    Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com>
    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    4 people authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    ff1da46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a329738 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. [REGRESSION] Fallback not working when device's language is available (

    …#3091)
    
    * Always add 'en' i18n
    
    * Add tests
    diegolmello authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    eb38313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6798f03 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. [FIX] Connecting stream listener not being cleared (#3008)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    nmagedman and diegolmello authored May 5, 2021
    Configuration menu
    Copy the full SHA
    fc52286 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. [FIX] App making calls to DDP after socket was killed by OS (#3062)

    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    diegolmello and gerzonc authored May 6, 2021
    Configuration menu
    Copy the full SHA
    8f571fd View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. [NEW] Create Team (#3082)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored May 12, 2021
    Configuration menu
    Copy the full SHA
    1f0ff83 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Language update from LingoHub 🤖 (#3139)

    Project Name: Rocket.Chat.ReactNative
    Project Link: https://translate.lingohub.com/rocketchat/dashboard/rocket-dot-chat-dot-reactnative
    User: Robot LingoHub
    
    Easy language translations with LingoHub 🚀
    
    Co-authored-by: Robot LingoHub <robot@lingohub.com>
    lingohub[bot] and Robot LingoHub authored May 18, 2021
    Configuration menu
    Copy the full SHA
    b701913 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. [NEW] Add/Create/Remove channel on a team (#3090)

    * Added Create Team
    
    * Added actionTypes, actions, ENG strings for Teams and updated NewMessageView
    
    * Added createTeam sagas, createTeam reducer, new Team string and update CreateChannelView
    
    * Remove unnecessary actionTypes, reducers and sagas, e2e tests and navigation to team view
    
    * Minor tweaks
    
    * Show TeamChannelsView only if joined the team
    
    * Minor tweak
    
    * Added AddChannelTeamView
    
    * Added permissions, translations strings for teams,  deleteTeamRoom and addTeamRooms, AddExistingChannelView, updated CreateChannelView, TeamChannelsView
    
    * Refactor touch component and update removeRoom and deleteRoom methods
    
    * Minor tweaks
    
    * Minor tweaks for removing channels and addExistingChannelView
    
    * Added missing events and fixed channels list
    
    * Minor tweaks for refactored touch component
    
    * Minor tweaks
    
    * Remove unnecesary changes, update TeamChannelsView, AddExistingChannelView, AddChannelTeamView, createChannel, goRoom and Touchable
    
    * Add screens to ModalStack, events, autoJoin, update createChannel, addRoomsToTeam and Touchable
    
    * Minor tweak
    
    * Update loadMessagesForRoom.js
    
    * Updated schema, tag component, touch, AddChannelTeamView, AddExistingChannelView, ActionSheet Item
    
    * Fix unnecessary changes
    
    * Add i18n, update createChannel, AddExistingChannelTeamView, AddChannelTeamView, RightButton and TeamChannelsView
    
    * Updated styles, added tag story
    
    * Minor tweak
    
    * Minor tweaks
    
    * Auto-join tweak
    
    * Minor tweaks
    
    * Minor tweak on search
    
    * One way to refactor :P
    
    * Next level refactor :)
    
    * Fix create group dm
    
    * Refactor renderItem
    
    * Minor bug fixes
    
    * Fix stories
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored May 19, 2021
    Configuration menu
    Copy the full SHA
    9670fa6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. [FIX] E2E Tests not working because of ES6 import (#3147)

    * Update ITeam.js
    
    * Minor tweak
    gerzonc authored May 20, 2021
    Configuration menu
    Copy the full SHA
    8373571 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. [NEW] Leave Teams (#3116)

    * Added Create Team
    
    * Added actionTypes, actions, ENG strings for Teams and updated NewMessageView
    
    * Added createTeam sagas, createTeam reducer, new Team string and update CreateChannelView
    
    * Remove unnecessary actionTypes, reducers and sagas, e2e tests and navigation to team view
    
    * Minor tweaks
    
    * Show TeamChannelsView only if joined the team
    
    * Minor tweak
    
    * Added AddChannelTeamView
    
    * Added permissions, translations strings for teams,  deleteTeamRoom and addTeamRooms, AddExistingChannelView, updated CreateChannelView, TeamChannelsView
    
    * Refactor touch component and update removeRoom and deleteRoom methods
    
    * Minor tweaks
    
    * Minor tweaks for removing channels and addExistingChannelView
    
    * Added missing events and fixed channels list
    
    * Minor tweaks for refactored touch component
    
    * Added SelectListView and logic for leaving team
    
    * Minor tweak
    
    * Minor tweak
    
    * Minor tweaks
    
    * Remove unnecesary changes, update TeamChannelsView, AddExistingChannelView, AddChannelTeamView, createChannel, goRoom and Touchable
    
    * Remove unnecesary prop
    
    * Add screens to ModalStack, events, autoJoin, update createChannel, addRoomsToTeam and Touchable
    
    * Minor tweak
    
    * Update loadMessagesForRoom.js
    
    * Updated schema, tag component, touch, AddChannelTeamView, AddExistingChannelView, ActionSheet Item
    
    * Fix unnecessary changes
    
    * Add i18n, update createChannel, AddExistingChannelTeamView, AddChannelTeamView, RightButton and TeamChannelsView
    
    * Updated styles, added tag story
    
    * Minor tweak
    
    * Minor tweaks
    
    * Auto-join tweak
    
    * Minor tweaks
    
    * Minor tweak on search
    
    * Minor refactor to ListItem, add SelectListView to ModalStack, update handleLeaveTeam
    
    * Minor tweaks
    
    * Update SelectListView
    
    * Update handleLeaveTeam, remove unnecessary method, add story
    
    * Minor tweak
    
    * Minor visual tweaks
    
    * Updated SelectListView, RoomActionsView, leaveTeam method and string translations
    
    * Update SelectListVIew
    
    * Minor tweak
    
    * Update SelectListView
    
    * Minor tweak
    
    * Fix for List.Item subtitles being pushed down by title's flex
    
    * Minor tweaks
    
    * Update RoomActionsView
    
    * Use showConfirmationAlert and showErrorAlert
    
    * Lint
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored May 25, 2021
    Configuration menu
    Copy the full SHA
    62336c6 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. [NEW] Jump to message (#3099)

    * Scrolling
    
    * Add loadMore button at the end of loadMessagesForRoom
    
    * Delete dummy item on tap
    
    * Only insert loadMore dummy if there's more data
    
    * load surrounding messages
    
    * fixes and load next
    
    * First dummy and dummy-next
    
    * Save load next messages
    
    * Check if message exists before fetching surroundings
    
    * Refactoring List
    
    * Jumping to message :)
    
    * Showing blocking loader while scrolling/fetching message
    
    * Check if message exists on local db before inserting dummy
    
    * Delete dummies automatically when the message sent to updateMessages again
    
    * Minor cleanup
    
    * Fix scroll
    
    * Highlight message
    
    * Jump to bottom
    
    * Load more on scroll
    
    * Adding stories to LoadMore
    
    * Refactoring
    
    * Add loading indicator to LoadMore
    
    * Small refactor
    
    * Add LoadMore to threads
    
    * getMoreMessages
    
    * chat.getThreadMessages -> getThreadMessages
    
    * Start jumping to threads
    
    * Add jumpToMessageId on RoomView
    
    * Nav to correct channel
    
    * Fix PK issue on thread_messages
    
    * Disable jump to thread from another room
    
    * Fix nav to thread params
    
    * Add navToRoom
    
    * Refactor styles
    
    * Test notch
    
    * Fix Android border
    
    * Fix thread message on title
    
    * Fix NavBottomFAB on threads
    
    * Minor cleanup
    
    * Workaround for readThreads being called too often
    
    * Lint
    
    * Update tests
    
    * Jump from search
    
    * Go to threads from search
    
    * Remove getItemLayout and rely on viewable items
    
    * Fix load older
    
    * stash working
    
    * Fix infinite loading
    
    * Lower itemVisiblePercentThreshhold to 10, so very long messages behave as viewable
    
    * Add generateLoadMoreId util
    
    * Minor cleanup
    
    * Jump to message from notification/deep linking
    
    * Add getMessageInfo
    
    * Nav to threads from other rooms
    
    * getThreadName
    
    * Unnecessary logic
    
    * getRoomInfo
    
    * Colocate getMessageInfo closer to RoomView
    
    * Minor cleanup
    
    * Remove search from RoomActionsView
    
    * Minor fix for search on not joined public channels
    
    * Jump to any link
    
    * Fix tablets
    
    * Jump to message from MessagesView and other bug fixes
    
    * Fix issue on Urls
    
    * Adds race condition to cancel jump to message if it's stuck or after 5 seconds
    
    * Jump from message search quote
    
    * lint
    
    * Stop onPress
    
    * Small refactor on load methods
    
    * Minor fixes for loadThreadMessages
    
    * Minor typo
    
    * LoadMore i18n
    
    * Minor cleanup
    diegolmello authored May 26, 2021
    Configuration menu
    Copy the full SHA
    3ef4ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d3bcfb View commit details
    Browse the repository at this point in the history
  3. [FIX] Read receipt not displaying full date (#3133)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored May 26, 2021
    Configuration menu
    Copy the full SHA
    17c28e0 View commit details
    Browse the repository at this point in the history
  4. [NEW] Remove member from team (#3117)

    * Added Create Team
    
    * Added actionTypes, actions, ENG strings for Teams and updated NewMessageView
    
    * Added createTeam sagas, createTeam reducer, new Team string and update CreateChannelView
    
    * Remove unnecessary actionTypes, reducers and sagas, e2e tests and navigation to team view
    
    * Minor tweaks
    
    * Show TeamChannelsView only if joined the team
    
    * Minor tweak
    
    * Added AddChannelTeamView
    
    * Added permissions, translations strings for teams,  deleteTeamRoom and addTeamRooms, AddExistingChannelView, updated CreateChannelView, TeamChannelsView
    
    * Refactor touch component and update removeRoom and deleteRoom methods
    
    * Minor tweaks
    
    * Minor tweaks for removing channels and addExistingChannelView
    
    * Added missing events and fixed channels list
    
    * Minor tweaks for refactored touch component
    
    * Added SelectListView and logic for leaving team
    
    * Added addTeamMember and removeTeamMember
    
    * Minor tweak
    
    * Minor tweak
    
    * Minor tweaks
    
    * Remove unnecesary changes, update TeamChannelsView, AddExistingChannelView, AddChannelTeamView, createChannel, goRoom and Touchable
    
    * Remove unnecesary prop
    
    * Add screens to ModalStack, events, autoJoin, update createChannel, addRoomsToTeam and Touchable
    
    * Minor tweak
    
    * Update loadMessagesForRoom.js
    
    * Updated schema, tag component, touch, AddChannelTeamView, AddExistingChannelView, ActionSheet Item
    
    * Fix unnecessary changes
    
    * Add i18n, update createChannel, AddExistingChannelTeamView, AddChannelTeamView, RightButton and TeamChannelsView
    
    * Updated styles, added tag story
    
    * Minor tweak
    
    * Minor tweaks
    
    * Auto-join tweak
    
    * Minor tweaks
    
    * Minor tweak on search
    
    * Minor refactor to ListItem, add SelectListView to ModalStack, update handleLeaveTeam
    
    * Minor tweaks
    
    * Update SelectListView
    
    * Update handleLeaveTeam, remove unnecessary method, add story
    
    * Minor tweak
    
    * Minor visual tweaks
    
    * Update SelectListView.js
    
    * Update RoomMembersView
    
    * Updated SelectListView, RoomActionsView, leaveTeam method and string translations
    
    * Update SelectListVIew
    
    * Minor tweak
    
    * Update SelectListView
    
    * Minor tweak
    
    * Minor tweaks
    
    * Fix for List.Item subtitles being pushed down by title's flex
    
    * Minor tweaks
    
    * Update RoomActionsView
    
    * Use showConfirmationAlert and showErrorAlert
    
    * Remove addTeamMember, update removeTeamMember
    
    * Update Alert
    
    * Minor tweaks
    
    * Minor tweaks
    
    * Minor tweak
    
    * Update showActionSheet on RoomMembersView
    
    * Remove team main from query and move code around
    
    * Fetch roles
    
    * Update RoomMembersView and SelectListView
    
    * Updated leaveTeam and handleRemoveFromTeam
    
    * Fix validation
    
    * Remove unnecessary function
    
    * Added confirmationAlert for missing permissions case
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored May 26, 2021
    Configuration menu
    Copy the full SHA
    6dcb9a5 View commit details
    Browse the repository at this point in the history
  5. [FIX] Add Existing Channel screen showing discussions and channels wi…

    …thout permission (#3151)
    
    * [Fix] the filter to show the existing channel
    
    * [Refactor] the function that filter to isolate it
    
    * Refactor how to wsearch properly
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored May 26, 2021
    Configuration menu
    Copy the full SHA
    5c47724 View commit details
    Browse the repository at this point in the history
  6. [FIX] Member search not trimming search text (#3129)

    * Fixed logout toast bug for the iOS
    
    * Removing callToAction and replacing with confirmationText
    
    * Handling member search with spaces to the left and right of name/username
    
    * Changing location of string trimmer
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    ARKEOLOGIST and diegolmello authored May 26, 2021
    Configuration menu
    Copy the full SHA
    c10bd5f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. [FIX] Discussions not subscribing properly to messages when opened fr…

    …om inside the room (#3149)
    
    * [FIX] Promise at subscription Room
    
    * E2E - Update previous roomView count after send msg in discussion
    
    * Not needed rn
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored May 27, 2021
    Configuration menu
    Copy the full SHA
    0bbeb42 View commit details
    Browse the repository at this point in the history
  2. [FIX] Team creation not raising error if something unexpected happens (

    …#3152)
    
    * [IMPROVEMENT] Add error to AddExistingChannel
    
    * Fix the alert error when create a channel
    
    * Fix the error alert box when create channel and teams
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored May 27, 2021
    Configuration menu
    Copy the full SHA
    981b368 View commit details
    Browse the repository at this point in the history
  3. [FIX] Check permissions on team channels action sheet (#3155)

    * [IMPROVEMENT] Show only the option that user can manage in TeamChannelsView
    
    * Refactor the showActionSheet function
    
    * Added remove team channel permission
    
    * Cleanup
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored May 27, 2021
    Configuration menu
    Copy the full SHA
    6e32d1d View commit details
    Browse the repository at this point in the history
  4. [FIX] Add channels to team's flow using different navigators (#3157)

    * [FIX] the navigation to AddChannelTeamView and next screens
    
    * Fix the order inside the NewMessageStackNavigator
    
    * Delete spaces after arrow function in onPress
    
    * Adjusted InsideStackNavigator to a conditional animation
    
    * Fixed route for iPad
    
    * Small change
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored May 27, 2021
    Configuration menu
    Copy the full SHA
    5697a13 View commit details
    Browse the repository at this point in the history
  5. [IMPROVEMENT] Allow discussions to be edited (#3137)

    * Refactored the filter to work the edit for channel and discussion
    
    * Removed the filter which type of room can be edit
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    
    * Fix tests
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored May 27, 2021
    Configuration menu
    Copy the full SHA
    b833a2f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. [NEW] Delete Teams (#3123)

    * Added Create Team
    
    * Added actionTypes, actions, ENG strings for Teams and updated NewMessageView
    
    * Added createTeam sagas, createTeam reducer, new Team string and update CreateChannelView
    
    * Remove unnecessary actionTypes, reducers and sagas, e2e tests and navigation to team view
    
    * Minor tweaks
    
    * Show TeamChannelsView only if joined the team
    
    * Minor tweak
    
    * Added AddChannelTeamView
    
    * Added permissions, translations strings for teams,  deleteTeamRoom and addTeamRooms, AddExistingChannelView, updated CreateChannelView, TeamChannelsView
    
    * Refactor touch component and update removeRoom and deleteRoom methods
    
    * Minor tweaks
    
    * Minor tweaks for removing channels and addExistingChannelView
    
    * Added missing events and fixed channels list
    
    * Minor tweaks for refactored touch component
    
    * Added SelectListView and logic for leaving team
    
    * Added addTeamMember and removeTeamMember
    
    * Minor tweak
    
    * Added deleteTeam function
    
    * Minor tweak
    
    * Minor tweaks
    
    * Remove unnecesary changes, update TeamChannelsView, AddExistingChannelView, AddChannelTeamView, createChannel, goRoom and Touchable
    
    * Remove unnecesary prop
    
    * Add screens to ModalStack, events, autoJoin, update createChannel, addRoomsToTeam and Touchable
    
    * Minor tweak
    
    * Update loadMessagesForRoom.js
    
    * Updated schema, tag component, touch, AddChannelTeamView, AddExistingChannelView, ActionSheet Item
    
    * Fix unnecessary changes
    
    * Add i18n, update createChannel, AddExistingChannelTeamView, AddChannelTeamView, RightButton and TeamChannelsView
    
    * Updated styles, added tag story
    
    * Minor tweak
    
    * Minor tweaks
    
    * Auto-join tweak
    
    * Minor tweaks
    
    * Minor tweak on search
    
    * Minor refactor to ListItem, add SelectListView to ModalStack, update handleLeaveTeam
    
    * Minor tweaks
    
    * Update SelectListView
    
    * Update handleLeaveTeam, remove unnecessary method, add story
    
    * Minor tweak
    
    * Minor visual tweaks
    
    * Update SelectListView.js
    
    * Update index.js
    
    * Update RoomMembersView
    
    * Updated SelectListView, RoomActionsView, leaveTeam method and string translations
    
    * Update SelectListVIew
    
    * Minor tweak
    
    * Update SelectListView
    
    * Minor tweak
    
    * Minor tweaks
    
    * Fix for List.Item subtitles being pushed down by title's flex
    
    * Minor tweaks
    
    * Update RoomActionsView
    
    * Use showConfirmationAlert and showErrorAlert
    
    * Remove addTeamMember, update removeTeamMember
    
    * Update Alert
    
    * Minor tweaks
    
    * Minor tweaks
    
    * Minor tweak
    
    * Update showActionSheet on RoomMembersView
    
    * Remove team main from query and move code around
    
    * Fetch roles
    
    * Update RoomMembersView and SelectListView
    
    * Update rocketchat.js
    
    * Updated leaveTeam and handleRemoveFromTeam
    
    * Fix validation
    
    * Remove unnecessary function
    
    * Update RoomActionsView
    
    * Update en.json
    
    * updated deleteTeam function and permissions
    
    * Added showConfirmationAlert
    
    * Added string translations for teams
    
    * Fix permission
    
    * Minor tweaks
    
    * Typo
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored May 28, 2021
    Configuration menu
    Copy the full SHA
    69c39b1 View commit details
    Browse the repository at this point in the history
  2. [FIX] Android navigation bar color when Loading modal appears (#3165)

    * [FIX] Modal appearance
    
    * Undo and only add android:navigationBarColor
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored May 28, 2021
    Configuration menu
    Copy the full SHA
    852a893 View commit details
    Browse the repository at this point in the history
  3. [FIX] Check for old servers for Teams (#3171)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored May 28, 2021
    Configuration menu
    Copy the full SHA
    2b51f37 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. [NEW] Convert/Move Channel to Team (#3164)

    * Added Create Team
    
    * Added actionTypes, actions, ENG strings for Teams and updated NewMessageView
    
    * Added createTeam sagas, createTeam reducer, new Team string and update CreateChannelView
    
    * Remove unnecessary actionTypes, reducers and sagas, e2e tests and navigation to team view
    
    * Minor tweaks
    
    * Show TeamChannelsView only if joined the team
    
    * Minor tweak
    
    * Added AddChannelTeamView
    
    * Added permissions, translations strings for teams,  deleteTeamRoom and addTeamRooms, AddExistingChannelView, updated CreateChannelView, TeamChannelsView
    
    * Refactor touch component and update removeRoom and deleteRoom methods
    
    * Minor tweaks
    
    * Minor tweaks for removing channels and addExistingChannelView
    
    * Added missing events and fixed channels list
    
    * Minor tweaks for refactored touch component
    
    * Added SelectListView and logic for leaving team
    
    * Added addTeamMember and removeTeamMember
    
    * Minor tweak
    
    * Added deleteTeam function
    
    * Minor tweak
    
    * Minor tweaks
    
    * Remove unnecesary changes, update TeamChannelsView, AddExistingChannelView, AddChannelTeamView, createChannel, goRoom and Touchable
    
    * Remove unnecesary prop
    
    * Add screens to ModalStack, events, autoJoin, update createChannel, addRoomsToTeam and Touchable
    
    * Minor tweak
    
    * Update loadMessagesForRoom.js
    
    * Updated schema, tag component, touch, AddChannelTeamView, AddExistingChannelView, ActionSheet Item
    
    * Fix unnecessary changes
    
    * Add i18n, update createChannel, AddExistingChannelTeamView, AddChannelTeamView, RightButton and TeamChannelsView
    
    * Updated styles, added tag story
    
    * Minor tweak
    
    * Minor tweaks
    
    * Auto-join tweak
    
    * Minor tweaks
    
    * Minor tweak on search
    
    * Minor refactor to ListItem, add SelectListView to ModalStack, update handleLeaveTeam
    
    * Minor tweaks
    
    * Update SelectListView
    
    * Update handleLeaveTeam, remove unnecessary method, add story
    
    * Minor tweak
    
    * Minor visual tweaks
    
    * Update SelectListView.js
    
    * Update index.js
    
    * Update RoomMembersView
    
    * Updated SelectListView, RoomActionsView, leaveTeam method and string translations
    
    * Update SelectListVIew
    
    * Minor tweak
    
    * Update SelectListView
    
    * Minor tweak
    
    * Minor tweaks
    
    * Fix for List.Item subtitles being pushed down by title's flex
    
    * Minor tweaks
    
    * Update RoomActionsView
    
    * Use showConfirmationAlert and showErrorAlert
    
    * Remove addTeamMember, update removeTeamMember
    
    * Update Alert
    
    * Minor tweaks
    
    * Minor tweaks
    
    * Minor tweak
    
    * Update showActionSheet on RoomMembersView
    
    * Remove team main from query and move code around
    
    * Fetch roles
    
    * Update RoomMembersView and SelectListView
    
    * Update rocketchat.js
    
    * Updated leaveTeam and handleRemoveFromTeam
    
    * Fix validation
    
    * Remove unnecessary function
    
    * Update RoomActionsView
    
    * Update en.json
    
    * updated deleteTeam function and permissions
    
    * Added showConfirmationAlert
    
    * Added string translations for teams
    
    * Fix permission
    
    * Added moveChannelToTeam and convertToTeam functionality
    
    * Fix SelectListView RadioButton
    
    * Fix moveToTeam
    
    * Added searchBar to SelectListVIew
    
    * Update RoomView , SelectListVIew and string translation for error
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    5fd7981 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. [TEST] E2E Tests for Teams (#3178)

    * Added Create Team
    
    * Added actionTypes, actions, ENG strings for Teams and updated NewMessageView
    
    * Added createTeam sagas, createTeam reducer, new Team string and update CreateChannelView
    
    * Remove unnecessary actionTypes, reducers and sagas, e2e tests and navigation to team view
    
    * Minor tweaks
    
    * Show TeamChannelsView only if joined the team
    
    * Minor tweak
    
    * Added AddChannelTeamView
    
    * Added permissions, translations strings for teams,  deleteTeamRoom and addTeamRooms, AddExistingChannelView, updated CreateChannelView, TeamChannelsView
    
    * Refactor touch component and update removeRoom and deleteRoom methods
    
    * Minor tweaks
    
    * Minor tweaks for removing channels and addExistingChannelView
    
    * Added missing events and fixed channels list
    
    * Minor tweaks for refactored touch component
    
    * Added SelectListView and logic for leaving team
    
    * Added addTeamMember and removeTeamMember
    
    * Minor tweak
    
    * Added deleteTeam function
    
    * Minor tweak
    
    * Minor tweaks
    
    * Remove unnecesary changes, update TeamChannelsView, AddExistingChannelView, AddChannelTeamView, createChannel, goRoom and Touchable
    
    * Remove unnecesary prop
    
    * Add screens to ModalStack, events, autoJoin, update createChannel, addRoomsToTeam and Touchable
    
    * Minor tweak
    
    * Update loadMessagesForRoom.js
    
    * Updated schema, tag component, touch, AddChannelTeamView, AddExistingChannelView, ActionSheet Item
    
    * Fix unnecessary changes
    
    * Add i18n, update createChannel, AddExistingChannelTeamView, AddChannelTeamView, RightButton and TeamChannelsView
    
    * Updated styles, added tag story
    
    * Minor tweak
    
    * Minor tweaks
    
    * Auto-join tweak
    
    * Minor tweaks
    
    * Minor tweak on search
    
    * Minor refactor to ListItem, add SelectListView to ModalStack, update handleLeaveTeam
    
    * Minor tweaks
    
    * Update SelectListView
    
    * Update handleLeaveTeam, remove unnecessary method, add story
    
    * Minor tweak
    
    * Minor visual tweaks
    
    * Update SelectListView.js
    
    * Update index.js
    
    * Update RoomMembersView
    
    * Updated SelectListView, RoomActionsView, leaveTeam method and string translations
    
    * Update SelectListVIew
    
    * Minor tweak
    
    * Update SelectListView
    
    * Minor tweak
    
    * Minor tweaks
    
    * Fix for List.Item subtitles being pushed down by title's flex
    
    * Minor tweaks
    
    * Update RoomActionsView
    
    * Use showConfirmationAlert and showErrorAlert
    
    * Remove addTeamMember, update removeTeamMember
    
    * Update Alert
    
    * Minor tweaks
    
    * Minor tweaks
    
    * Minor tweak
    
    * Update showActionSheet on RoomMembersView
    
    * Remove team main from query and move code around
    
    * Fetch roles
    
    * Update RoomMembersView and SelectListView
    
    * Update rocketchat.js
    
    * Updated leaveTeam and handleRemoveFromTeam
    
    * Fix validation
    
    * Remove unnecessary function
    
    * Update RoomActionsView
    
    * Update en.json
    
    * updated deleteTeam function and permissions
    
    * Added showConfirmationAlert
    
    * Added string translations for teams
    
    * Fix permission
    
    * Added moveChannelToTeam and convertToTeam functionality
    
    * Fix SelectListView RadioButton
    
    * Fix moveToTeam
    
    * Added searchBar to SelectListVIew
    
    * Update RoomView , SelectListVIew and string translation for error
    
    * E2E for Teams
    
    * Fix tests and cleanup
    
    * Minor refactor
    
    * Wrong label
    
    * Move/convert
    
    * Fix convert
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    c087780 View commit details
    Browse the repository at this point in the history
  2. [NEW] Add Teams to Directory (#3181)

    * Added Teams to DirectoryView
    
    * Fix icon
    
    * Minor tweaks
    
    * add tests
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    91371e8 View commit details
    Browse the repository at this point in the history
  3. [CHORE] Add logEvents for Teams (#3182)

    * added events for team channels view and add existing channel view
    
    * add logevents for room actions view and room info edit view
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    cf6ddf6 View commit details
    Browse the repository at this point in the history
  4. [FIX] Disable jitsi call for teams (#3183)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    5f2aba3 View commit details
    Browse the repository at this point in the history
  5. [FIX] Show alert Not allowed when click on a private channel that y…

    …ou don't be invited before (#3177)
    
    * [FIX] Showing only channel you joined
    
    * [FIX] How to get the params to mnavigation to other room from TeamChannelList
    
    * Show alert Not allowed when trying access private channel that you don't joined
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    abf3945 View commit details
    Browse the repository at this point in the history
  6. [IMPROVEMENT] Load team's rooms from local database on team leave (#3185

    )
    
    * [IMPROVEMENT] Search team list rooms of user in watermelon db
    
    * Minor nitpick
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    fa00ef9 View commit details
    Browse the repository at this point in the history
  7. [FIX] Option to prevent users from using Invisible status (#3186)

    * [FIX] Option to prevent users from using Invisible status
    
    * Added error to pt-BR
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    2502b27 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    87dd31a View commit details
    Browse the repository at this point in the history
  2. [FIX] Directory sending incorrect room type (#3188)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    29ccb47 View commit details
    Browse the repository at this point in the history
  3. [FIX] App not showing proper alert on team leave (#3161)

    * [IMPROVEMENT] refactoring how to leave team
    
    * Fix the data passed to leaveTeam
    
    * Fixed the lint error in i18n, the path of i18n, merged two ifs in one
    
    * Fixed the Saga's flow when try to leave a room
    
    * Fixed params passed to leaveRoom
    
    * Fix the function name of leaveTeam
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0b7461e View commit details
    Browse the repository at this point in the history
  4. Language update from LingoHub 🤖 (#3192)

    Project Name: Rocket.Chat.ReactNative
    Project Link: https://translate.lingohub.com/rocketchat/dashboard/rocket-dot-chat-dot-reactnative
    User: Robot LingoHub
    
    Easy language translations with LingoHub 🚀
    
    Co-authored-by: Robot LingoHub <robot@lingohub.com>
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    3 people authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    b2c60e7 View commit details
    Browse the repository at this point in the history
  5. [NEW] Support Google OAuth from external browser (#3134)

    * Deep linking to the app
    
    * Handle deep linking
    diegolmello authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    7e31ac7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec97d84 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfe9e4f View commit details
    Browse the repository at this point in the history
  8. [FIX] Teams tests (#3196)

    * Make team_main not optional and fix tests
    
    * Undo isOptional and fix query
    
    * Comment
    diegolmello authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    267dfc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    2d4bfa5 View commit details
    Browse the repository at this point in the history
  2. [FIX] RoomItem's long press crashing the app if prop is missing (#3199)

    * Check onLongPress prop
    
    * Add Touch stories
    diegolmello authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    86ca761 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    303c26f View commit details
    Browse the repository at this point in the history
  4. [FIX] Don't show Block Button inside Group DM Actions (#3195)

    * [FIX] Don't show Block Button inside Group DM Actions
    
    * Use RocketChat.isGroupChat instead of simple if condition
    
    * Add return
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    3177bc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. [TEST] Fixed E2E tests (#3201)

    * [FIX] Test E2E i18n
    
    * 01-createroom and 02-room fixed
    
    * 03-roomactions and 04-discussions
    
    * 05-threads and 07-markasunread from room
    
    * Test 07-markasunread
    
    * Set notifications 'YES' and delete true in 03-forgotpassword and 04-createuser
    
    * Fixed the data that 02-team uses and changed the message in 07-markasunread
    
    * Added group.alternate to data.docker and commented the test for the fallback language
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    c744672 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. [TEST] E2E for Jump to Message (#3202)

    * E2E tests for jump to message
    
    * Fix thread tests
    
    * Remove unnecessary function and uncomment tests
    
    * Minor tweak
    
    * Fix tests and minor tweaks
    
    * Minor tweaks
    
    * Update docker data
    
    * Fix docker
    
    * Fix duplicated testid
    
    * Minor refactor
    
    * Fix jump to old message test
    
    * Fix load on scroll
    
    * Add fab test
    
    * Minor addition
    
    * stash
    
    * almost there
    
    * Final changes
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    a6ded95 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. [IMPROVE] Subscribe to permissions (#2993)

    * [CHORE] Subscribe to permissions
    
    * add redux action for update
    
    * Minor tweaks
    
    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com>
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    4 people authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    30487c3 View commit details
    Browse the repository at this point in the history
  2. [IMPROVE] Subscribe to roles (#2992)

    * [CHORE] Subscribe to Roles
    
    * subscribe to roles-change
    
    * add subscribe for stream-roles
    
    * fixed subscribe roles
    
    * Add componentDidUpdate to RoomMembersView and propType
    
    * Update componentDidUpdate in RoomMembersView, roles reducer,  getRoles method and actionType
    
    * Minor tweaks
    
    * Remove componentDidUpdate
    
    * Fix add role
    
    * Fix initialState and remove role
    
    * Minor try/catch fix
    
    * Fix lint
    
    * Fix offline first
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com>
    4 people authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    88191b9 View commit details
    Browse the repository at this point in the history
  3. [IMPROVE] Subscribe to settings (#3222)

    * Add action and reducer
    
    * Add streamNotifyAll listener
    
    * Minor tweak
    
    * Minor tweak
    
    * Fix update not taking in consideration other type columnns
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    d547b61 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Chore: Add Lint to E2E tests (#3217)

    * Added eslint plugin dependencie and fixed the eslint.js
    
    * E2E Tests folder Assorted
    
    * Linted all e2e, just e2e/docker that don't changed
    
    * Update 09-jumptomessage.spec.js
    
    * Removed async from describe function
    
    * Remove outdated detox linter lib
    
    * Add overrides to eslintrc
    
    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com>
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    4 people authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    8517b1f View commit details
    Browse the repository at this point in the history
  2. [FIX] App not showing proper alert on team delete (#3219)

    * [FIX] Rule to delete team's channel
    
    * Fixed Saga and flow to delete team and team's channel
    
    * Adjusted the warning alert as the Figma
    
    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    3 people authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    4668993 View commit details
    Browse the repository at this point in the history
  3. [IMPROVE] Add Jitsi button to Teams (#3223)

    * [IMPROVE] Add Jitsi button to teams
    
    * Added setting to check is Jitsi is Enable for Channel too
    
    * Fix typo
    
    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com>
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    4 people authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    58d21be View commit details
    Browse the repository at this point in the history
  4. [FIX] Jump to message from in-app notification (#3225)

    * [FIX] Jump to message by in-app notification
    
    * Bug fix to scroll proper the last message
    
    * Minor tweak
    
    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com>
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    4 people authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    300c1f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. [FIX] Google OAuth triggering cookies logic (#3244)

    * Remove checkCookiesAndLogout
    
    * Add loginEmailPassword to loginOAuthOrSso
    
    * Add isFromWebView field
    
    * Fix migrations
    
    * Minor tweak
    
    * Fix OAuth for other services
    
    * Fix migrations
    
    * Stop persisting loginEmailPassword
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    f42c914 View commit details
    Browse the repository at this point in the history
  2. Language update from LingoHub 🤖 (#3251)

    Project Name: Rocket.Chat.ReactNative
    Project Link: https://translate.lingohub.com/rocketchat/dashboard/rocket-dot-chat-dot-reactnative
    User: Robot LingoHub
    
    Easy language translations with LingoHub 🚀
    
    Co-authored-by: Robot LingoHub <robot@lingohub.com>
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    3 people authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    a169441 View commit details
    Browse the repository at this point in the history
  3. [IMPROVE] Message body readability on dark themes (#2981)

    * [CHORE] Apply auxiliaryText on message body
    
    * change bodyText to uxiliaryText
    
    * Update tests
    
    * Update bodyText color and rollback PR changes
    
    * Update Storyshots.test.js.snap
    
    * Minor tweak
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com>
    4 people authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    999f05b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    6385dae View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    3e53a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f172e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. [FIX] Create team crashing the app (#3248)

    Co-authored-by: Gerzon Z <gerzonc@icloud.com>
    Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com>
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    4 people authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    1908532 View commit details
    Browse the repository at this point in the history
  2. [IMPROVE] Convert Team to Channel (#3249)

    * [IMPROVE] Add convert team to a channel
    
    * Action to SelectListView and new words to i18n
    
    * Implemented the post and it's working with selected channels or not
    
    * Fixed the Convert Team Warning at english i18n and changed the function name
    
    * E2E test completed in sequence the convert/move teams
    
    * [IMPROVE] Add convert team to a channel
    
    * Action to SelectListView and new words to i18n
    
    * Implemented the post and it's working with selected channels or not
    
    * Fixed the Convert Team Warning at english i18n and changed the function name
    
    * rebase develop into this branch
    
    * [IMPROVE] Add convert team to a channel
    
    * Action to SelectListView and new words to i18n
    
    * Implemented the post and it's working with selected channels or not
    
    * Fixed the Convert Team Warning at english i18n and changed the function name
    
    * rebase develop into this branch
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    16fee2a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. [IMPROVE] Set black as default dark theme (#3270)

    * Update default darkLevel
    
    * Minor tweak
    gerzonc authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    c9d5bc3 View commit details
    Browse the repository at this point in the history
  2. [IMPROVE] Make system default the default browser (#3265)

    * [FIX] use systemdefault: as the default browser, not inApp
    
    * Fix
    
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    reinaldonetof and diegolmello authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    4882ccd View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Language update from LingoHub 🤖 (#3269)

    Project Name: Rocket.Chat.ReactNative
    Project Link: https://translate.lingohub.com/rocketchat/dashboard/rocket-dot-chat-dot-reactnative
    User: Robot LingoHub
    
    Easy language translations with LingoHub 🚀
    
    Co-authored-by: Robot LingoHub <robot@lingohub.com>
    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    3 people authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    8a91d0d View commit details
    Browse the repository at this point in the history
  2. [IMPROVE] Remove difference between public/private on "Group by type" (

    …#3271)
    
    * Merge channels and private groups
    
    * Remove i18n
    gerzonc authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    e040be0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    d1702aa View commit details
    Browse the repository at this point in the history
  2. Regression: Markdown handlePress not working properly (#3278)

    Co-authored-by: Diego Mello <diegolmello@gmail.com>
    gerzonc and diegolmello authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    d1f35bb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Merge branch 'develop' into single-server-4.18.0

    # Conflicts:
    #	__tests__/__snapshots__/Storyshots.test.js.snap
    #	android/app/build.gradle
    #	app/actions/actionsTypes.js
    #	app/actions/permissions.js
    #	app/constants/settings.js
    #	app/containers/markdown/Link.js
    #	app/i18n/locales/ar.json
    #	app/i18n/locales/de.json
    #	app/i18n/locales/en.json
    #	app/i18n/locales/es-ES.json
    #	app/i18n/locales/fr.json
    #	app/i18n/locales/it.json
    #	app/i18n/locales/ja.json
    #	app/i18n/locales/nl.json
    #	app/i18n/locales/pt-BR.json
    #	app/i18n/locales/pt-PT.json
    #	app/i18n/locales/ru.json
    #	app/i18n/locales/tr.json
    #	app/i18n/locales/zh-CN.json
    #	app/i18n/locales/zh-TW.json
    #	app/lib/methods/getPermissions.js
    #	app/lib/methods/getRoles.js
    #	app/lib/rocketchat.js
    #	app/reducers/index.js
    #	app/reducers/permissions.js
    #	app/sagas/createChannel.js
    #	app/sagas/deepLinking.js
    #	app/sagas/init.js
    #	app/sagas/login.js
    #	app/sagas/room.js
    #	app/sagas/selectServer.js
    #	app/utils/log/events.js
    #	app/views/RoomActionsView/index.js
    #	app/views/RoomInfoEditView/index.js
    #	app/views/RoomInfoView/index.js
    #	app/views/RoomView/List/NavBottomFAB.js
    #	app/views/RoomView/List/index.js
    #	app/views/RoomsListView/Header/Header.js
    #	app/views/RoomsListView/index.js
    #	e2e/data.js
    #	e2e/data/data.cloud.js
    #	e2e/data/data.docker.js
    #	e2e/helpers/app.js
    #	e2e/helpers/data_setup.js
    #	e2e/tests/assorted/01-e2eencryption.spec.js
    #	e2e/tests/assorted/03-profile.spec.js
    #	e2e/tests/assorted/04-setting.spec.js
    #	e2e/tests/assorted/06-status.spec.js
    #	e2e/tests/assorted/07-changeserver.spec.js
    #	e2e/tests/assorted/09-joinfromdirectory.spec.js
    #	e2e/tests/assorted/10-deleteserver.spec.js
    #	e2e/tests/assorted/11-deeplinking.spec.js
    #	e2e/tests/assorted/12-i18n.spec.js
    #	e2e/tests/onboarding/01-onboarding.spec.js
    #	e2e/tests/room/01-createroom.spec.js
    #	e2e/tests/room/02-room.spec.js
    #	e2e/tests/room/03-roomactions.spec.js
    #	e2e/tests/room/04-discussion.spec.js
    #	e2e/tests/room/05-threads.spec.js
    #	e2e/tests/room/06-createdmgroup.spec.js
    #	e2e/tests/room/07-markasunread.spec.js
    #	e2e/tests/team/01-createteam.spec.js
    #	e2e/tests/team/02-team.spec.js
    #	e2e/tests/team/03-moveconvert.spec.js
    #	ios/RocketChatRN.xcodeproj/project.pbxproj
    #	ios/RocketChatRN/Info.plist
    #	ios/ShareRocketChatRN/Info.plist
    #	package.json
    diegolmello committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    e23c72e View commit details
    Browse the repository at this point in the history