vn-verdnaturachat/app/views
Djorkaeff Alexandre e2f17a5a23
[NEW] Encrypt user credentials and preferences (#2247)
* install react-native-mmkv-storage

* wip ios migration

* change all js rn-user-defaults -> react-native-mmkv-storage

* remove all rn-user-defaults native references (iOS)

* android migration from rn-user-defaults to react-native-mmkv-storage

* ios app group accessible mmkv

* handle get errors

* remove access of credentials from legacy native apps

* remove data of user defaults

* remove no longer necessary import

* js mmkv encryption

* run migration only once

* reply from notification android

* fix app group key access at native level ios

* encrypt user credentials using a specific key

* ios encrypt with random key

* use a random key at the first encryption

* encrypt migrated data on js land

* remove unused function

* reply notifications ios should be working

* use fix instanceID

* android ejson retrieve encrypted data

* remove encryption migrated data for a while

* encryption working between app and share extension

* fix patch react-native-notifications

* ssl pinning working using mmkv encrypted data

* improve react-native-notifications

* run encrypt migration data only once

* fix build

* fix patches magic string

* fix mmkv id

* mmkv -> userPreferences

* fix instance id on android migration

* cast our oldest sharedPreferences string into an object

* revert log remove

* create currentServer Rocket.Chat key

* wrap mmkv api class

* change the get logic

* move userPreferences to lib

* move encrypt migrated data to userPreferences class

* check if the new object is new before insert

* invalidate ci yarn cache

* fix sort migration from android shared preferences

* fix splashscreen forever

* invalidate yarn cache

* invalidate yarn cache

* fix patch

* Minor change

* fix android notifications looking for wrong mmkv instance

* Fix some issues on iOS mmkv native access

* Remove unnecessary code

* Fix notification reply and ssl pinning

* WIP NotificationService use MMKV credentials

* Add KeychainGroup

* Notification idOnly get credentials from mmkv

* Some fixes

* Invalidate yarn cache

* Pods

* Use MMKVAppExtension on NotificationService

Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-08-19 14:14:22 -03:00
..
AdminPanelView [FIX] Admin panel not logging in automatically (#2330) 2020-07-22 16:41:36 -03:00
AutoTranslateView [NEW] Log remaining events (#2368) 2020-08-05 10:15:56 -03:00
CreateDiscussionView [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
DirectoryView [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
InviteUsersEditView [NEW] Log remaining events (#2368) 2020-08-05 10:15:56 -03:00
InviteUsersView [NEW] Log remaining events (#2368) 2020-08-05 10:15:56 -03:00
LanguageView [FIX] Minor i18n issues (#2335) 2020-07-31 15:30:36 -03:00
MessagesView [FIX] MessagesView title not working (#2294) 2020-07-24 16:58:14 -03:00
NotificationPreferencesView [NEW] Log remaining events (#2368) 2020-08-05 10:15:56 -03:00
OnboardingView [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
ProfileView [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
ReadReceiptView [FIX] Read receipts on tablet (#2297) 2020-07-17 14:13:44 -03:00
RoomActionsView [NEW] Log remaining events (#2368) 2020-08-05 10:15:56 -03:00
RoomInfoEditView [NEW] Log remaining events (#2368) 2020-08-05 10:15:56 -03:00
RoomInfoView [NEW] Log remaining events (#2368) 2020-08-05 10:15:56 -03:00
RoomMembersView [FIX] Missing icons (#2353) 2020-07-29 18:02:51 -03:00
RoomView [NEW] Log remaining events (#2368) 2020-08-05 10:15:56 -03:00
RoomsListView [NEW] Encrypt user credentials and preferences (#2247) 2020-08-19 14:14:22 -03:00
SearchMessagesView [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
SettingsView [NEW] Log remaining events (#2368) 2020-08-05 10:15:56 -03:00
ShareListView [CHORE] Update icon names (#2318) 2020-07-27 16:53:33 -03:00
ShareView [CHORE] Update icon names (#2318) 2020-07-27 16:53:33 -03:00
SidebarView [FIX] Fix broken StatusView on tablet (#2407) 2020-08-19 14:09:36 -03:00
ThreadMessagesView [FIX] ThreadMessagesView throwing error when subscription wasn't found (#2255) 2020-07-08 13:50:07 -03:00
WorkspaceView [FIX] WorkspaceView not looking for the correct image path (#2376) 2020-08-05 13:46:42 -03:00
AttachmentView.js [FIX] AttachmentView crashing during title decode (#2253) 2020-07-08 13:40:51 -03:00
AuthLoadingView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
AuthenticationWebView.js [NEW] IFrame authentication (#2184) 2020-06-17 17:12:21 -03:00
ChangePasscodeView.js [CHORE] Update icon names (#2318) 2020-07-27 16:53:33 -03:00
CreateChannelView.js [FIX] Minor i18n issues (#2335) 2020-07-31 15:30:36 -03:00
DefaultBrowserView.js [NEW] Encrypt user credentials and preferences (#2247) 2020-08-19 14:14:22 -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 [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
LivechatEditView.js [CHORE] Update icon names (#2318) 2020-07-27 16:53:33 -03:00
LoginView.js [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
MarkdownTableView.js [FIX] Minor i18n issues (#2335) 2020-07-31 15:30:36 -03:00
ModalBlockView.js Update dependencies (#2301) 2020-07-20 13:35:17 -03:00
NewMessageView.js [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
NewServerView.js [NEW] Encrypt user credentials and preferences (#2247) 2020-08-19 14:14:22 -03:00
PickerView.js [FIX] i18n being called outside render (#2334) 2020-07-24 16:23:34 -03:00
QueueListView.js [NEW] Omnichannel inquiry queue (#2352) 2020-07-31 15:22:30 -03:00
RegisterView.js [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
ScreenLockConfigView.js [FIX] Minor i18n issues (#2335) 2020-07-31 15:30:36 -03:00
ScreenLockedView.js [NEW] Passcode and biometric unlock (#2059) 2020-05-08 14:04:37 -03:00
SelectServerView.js [FIX] Minor i18n issues (#2335) 2020-07-31 15:30:36 -03:00
SelectedUsersView.js [NEW] Log events from Room, Settings and Edit status (#2206) 2020-07-30 16:51:13 -03:00
SetUsernameView.js [CHORE] Add wrapper to make Meteor methods calls over REST (#2104) 2020-06-29 14:57:39 -03:00
StatusView.js [NEW] Log events from Room, Settings and Edit status (#2206) 2020-07-30 16:51:13 -03:00
Styles.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
ThemeView.js [NEW] Encrypt user credentials and preferences (#2247) 2020-08-19 14:14:22 -03:00
VisitorNavigationView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
WithoutServersView.js [FIX] Minor i18n issues (#2335) 2020-07-31 15:30:36 -03:00