vn-verdnaturachat/app/views
Gerzon Z c087780ccf
[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>
2021-06-04 13:16:05 -03:00
..
AdminPanelView [IMPROVEMENT] Support badge number on header buttons (#2566) 2020-10-30 13:15:58 -03:00
AutoTranslateView [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
CreateDiscussionView [FIX] Create discussion request being sent with null value on encryption param (#3033) 2021-04-01 09:24:28 -03:00
DirectoryView [TESTS] Add E2E tests to directory (#2964) 2021-03-18 10:32:48 -03:00
InviteUsersEditView [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
InviteUsersView [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
LanguageView [CHORE] Use shortcut syntax for get collections (#2932) 2021-02-26 13:25:51 -03:00
MessagesView [NEW] Jump to message (#3099) 2021-05-26 14:24:54 -03:00
NewServerView [CHORE] Use shortcut syntax for get collections (#2932) 2021-02-26 13:25:51 -03:00
NotificationPreferencesView [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
OnboardingView [FIX] Back button closing activity when on root stack screen (#2804) 2021-01-15 14:49:00 -03:00
ProfileView [IMPROVEMENT] Remove lodash.isEqual (#2893) 2021-02-26 13:01:45 -03:00
ReadReceiptView [FIX] Read receipt not displaying full date (#3133) 2021-05-26 17:40:46 -03:00
RoomActionsView [TEST] E2E Tests for Teams (#3178) 2021-06-04 13:16:05 -03:00
RoomInfoEditView [NEW] Delete Teams (#3123) 2021-05-28 11:22:41 -03:00
RoomInfoView [IMPROVEMENT] Allow discussions to be edited (#3137) 2021-05-27 17:44:35 -03:00
RoomMembersView [TEST] E2E Tests for Teams (#3178) 2021-06-04 13:16:05 -03:00
RoomView [NEW] Convert/Move Channel to Team (#3164) 2021-06-02 10:44:19 -03:00
RoomsListView [CHORE] Refactor mention tracking logic (#2997) 2021-04-07 15:56:16 -03:00
SearchMessagesView [NEW] Jump to message (#3099) 2021-05-26 14:24:54 -03:00
SettingsView [REGRESSION] Clear local server cache not loading rooms (#3007) 2021-04-01 09:58:20 -03:00
ShareListView [CHORE] Use shortcut syntax for get collections (#2932) 2021-02-26 13:25:51 -03:00
ShareView [CHORE] Use shortcut syntax for get collections (#2932) 2021-02-26 13:25:51 -03:00
SidebarView [IMPROVEMENT] User status icons (#2991) 2021-03-31 14:47:17 -03:00
ThreadMessagesView [NEW] Basic support to Teams (#3016) 2021-04-07 15:31:25 -03:00
UserNotificationPreferencesView [FIX] User notification preferences throwing an error when select default Email option (#2615) 2020-11-06 11:26:43 -03:00
UserPreferencesView [FIX] Whitelabel unable to find package name (#2626) 2020-11-12 13:06:48 -03:00
WorkspaceView [NEW] Support RTL (#2656) 2020-11-30 18:47:05 -03:00
AddChannelTeamView.js [TEST] E2E Tests for Teams (#3178) 2021-06-04 13:16:05 -03:00
AddExistingChannelView.js [TEST] E2E Tests for Teams (#3178) 2021-06-04 13:16:05 -03:00
AttachmentView.js [FIX] Temp attachment files not being flushed after saved to gallery (#2871) 2021-02-22 18:53:44 -03:00
AuthLoadingView.js [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
AuthenticationWebView.js [REGRESSION] SAML stopped working after #2978 (#3060) 2021-04-14 11:24:13 -03:00
ChangePasscodeView.js [FIX] App not sending second argument for EventEmitter.removeListener on some places (#2909) 2021-02-23 16:00:39 -03:00
CreateChannelView.js [TEST] E2E Tests for Teams (#3178) 2021-06-04 13:16:05 -03:00
DefaultBrowserView.js [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
E2EEncryptionSecurityView.js [NEW] Encrypted Discussions (#2813) 2021-01-20 14:34:01 -03:00
E2EEnterYourPasswordView.js [IMPROVEMENT] Add `Change Encryption Password` and `Reset E2E Key` (#2542) 2020-10-30 15:31:04 -03:00
E2EHowItWorksView.js [IMPROVEMENT] Support badge number on header buttons (#2566) 2020-10-30 13:15:58 -03:00
E2ESaveYourPasswordView.js [IMPROVEMENT] Add `Change Encryption Password` and `Reset E2E Key` (#2542) 2020-10-30 15:31:04 -03:00
ForgotPasswordView.js [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
ForwardLivechatView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
JitsiMeetView.js [NEW] Log remaining events (#2368) 2020-08-05 10:15:56 -03:00
LegalView.js [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
LivechatEditView.js [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
LoginView.js [FIX] i18n not being applied on login/register labels (#2930) 2021-04-01 18:17:21 -03:00
MarkdownTableView.js [FIX] Minor i18n issues (#2335) 2020-07-31 15:30:36 -03:00
ModalBlockView.js [IMPROVEMENT] Remove lodash.isEqual (#2893) 2021-02-26 13:01:45 -03:00
NewMessageView.js [FIX] Check for old servers for Teams (#3171) 2021-05-28 16:06:20 -03:00
PickerView.js [NEW] Support RTL (#2656) 2020-11-30 18:47:05 -03:00
RegisterView.js [FIX] i18n not being applied on login/register labels (#2930) 2021-04-01 18:17:21 -03:00
ScreenLockConfigView.js [CHORE] Use shortcut syntax for get collections (#2932) 2021-02-26 13:25:51 -03:00
ScreenLockedView.js [FIX] App not sending second argument for EventEmitter.removeListener on some places (#2909) 2021-02-23 16:00:39 -03:00
SecurityPrivacyView.js [IMPROVEMENT] Add `Change Encryption Password` and `Reset E2E Key` (#2542) 2020-10-30 15:31:04 -03:00
SelectListView.js [TEST] E2E Tests for Teams (#3178) 2021-06-04 13:16:05 -03:00
SelectServerView.js [CHORE] Use shortcut syntax for get collections (#2932) 2021-02-26 13:25:51 -03:00
SelectedUsersView.js [NEW] Create Team (#3082) 2021-05-12 16:01:29 -03:00
SetUsernameView.js [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
StatusView.js [CHORE] Update Detox to 18.10.0 (#3052) 2021-04-19 11:31:43 -03:00
Styles.js [IMPROVEMENT] User status icons (#2991) 2021-03-31 14:47:17 -03:00
TeamChannelsView.js [TEST] E2E Tests for Teams (#3178) 2021-06-04 13:16:05 -03:00
ThemeView.js [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
VisitorNavigationView.js [NEW] Support RTL (#2656) 2020-11-30 18:47:05 -03:00
WithoutServersView.js [NEW] Support RTL (#2656) 2020-11-30 18:47:05 -03:00