- 13 Oct, 2020 1 commit
-
-
Diego Mello authored
* [IMPROVEMENT] Add F-Droid modules as AdditionalModules * Fix missing import
-
- 01 Oct, 2020 1 commit
-
-
Diego Mello authored
-
- 30 Sep, 2020 2 commits
-
-
Diego Mello authored
-
Djorkaeff Alexandre authored
-
- 28 Sep, 2020 1 commit
-
-
Rishabh Gupta authored
* Update about the inspection tool for our app. Information about the Reactotron tool was missing in the contribution file. * Update CONTRIBUTING.md Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 25 Sep, 2020 2 commits
-
-
Djorkaeff Alexandre authored
-
Djorkaeff Alexandre authored
-
- 24 Sep, 2020 6 commits
-
-
Djorkaeff Alexandre authored
-
Djorkaeff Alexandre authored
* link pods to notification service * push encryption poc * decrypt room key poc * read user key from mmkv and cast into a pkcs * push decrypt poc (iOS) * expose needed watermelon methods * watermelon -> database * indent & simple-crypto update * string extensions * storage * toBase64 -> toData * remove a forced unwrap * remove unused import * database driver * improvement * folder structure & watermelon bridge * more improvement stuff * watermelon -> database * reuse database instance * improvement * database fix: bypass watermelon cache * some code improvements * encryption instances * start api stuff * network layer * improve notification service * improve folder structure * watermelon patch * retry fetch logic * rocketchat class * fix try to decrypt without a roomKey * fallback to original content that is translated * some fixes to rocketchat logic * merge develop * remove unnecessary extension * [CHORE] Improve reply notification code (iOS) * undo sign changes * remove mocked value * import direct from library * send message request * reply notification with encrypted message working properly * revert apple sign * fix api onerror * trick to display sender name on group notifications * revert data.host change * fix some multithread issues * use sendername sent by server * small improvement * Bump crypto lib * Update ios/NotificationService/NotificationService.swift * add experimental string * remove trailing slash * remove trailing slash on reply * fix decrypt messages Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Vincenzo Esposito authored
fix some existing ones too
-
David-Tsui authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Djorkaeff Alexandre authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Djorkaeff Alexandre authored
* poc push encryption android * eof * format code * react-native-simple-crypto update * prevent find sub twice * remove storage and use ejson storage * invalidate yarn cache * Bump crypto and fix db path * Fix google-services path Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 23 Sep, 2020 2 commits
-
-
Djorkaeff Alexandre authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Djorkaeff Alexandre authored
* change database location of experimental apps * fix migration from older versions
-
- 17 Sep, 2020 2 commits
-
-
Diego Mello authored
-
Diego Mello authored
-
- 16 Sep, 2020 5 commits
-
-
David-Tsui authored
* I18n: Improve Simplified Chinese(zh_CN) language file * I18n: Add missing translation Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
David-Tsui authored
* I18n: Add Traditional Chinese language file(zh_TW) * Minor fixes * I18n: Add missing translation and fix some weird words * fix escape char * Fix minor issues Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Diego Mello authored
-
Diego Mello authored
* [FIX] Jitsi breaking changes * Update yarn cache * Update watermelon to 0.19
-
Diego Mello authored
* [FIX] Jitsi breaking changes * Update yarn cache
-
- 15 Sep, 2020 3 commits
-
-
Diego Mello authored
* [IMPROVEMENT] Add "Allow_Save_Media_to_Gallery" setting * Default true for old servers
-
Diego Mello authored
-
Diego Mello authored
* [FIX] Local database searches using non-latin characters * Add tests
-
- 11 Sep, 2020 5 commits
-
-
Youssef Muhamad authored
* Create flow to toggle analytics events on memory * Persist toggle analytics events * Update crash report to contemplate analytics events * Minor tweaks Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Ezequiel de Oliveira authored
* Add dropdown Signed-off-by:
Ezequiel De Oliveira <ezequiel1de1oliveira@gmail.com> * Adding new table to serverSchema Signed-off-by:
Ezequiel De Oliveira <ezequiel1de1oliveira@gmail.com> * Saving if not exists Signed-off-by:
Ezequiel De Oliveira <ezequiel1de1oliveira@gmail.com> * list of visited servers finished Signed-off-by:
Ezequiel De Oliveira <ezequiel1de1oliveira@gmail.com> * Fix lint Signed-off-by:
Ezequiel De Oliveira <ezequiel1de1oliveira@gmail.com> * Rename ServerLinks to ServersHistory * Refactor * Save username * Sort servers desc * ServerInput * Item * Refactor * Layout tweaks * Layout * query by text * Small refactor * Redirecting to login * Save username for oauth * Fix keyboard persist * Add tests * Unnecessary yield * Stop rendering FlatList logic when there's no servers on history * Dismiss keyboard and autocomplete when tapped outside server TextInput Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Diego Mello authored
* Catching errors * [IMPROVEMENT] Show errors on server enter * "Not rc server" instead of "invalid or insecure url" msg
-
Diego Mello authored
-
Djorkaeff Alexandre authored
* Add E2EKey to Subscription Model * Install react-native-simple-crypto * Install bytebuffer * Add translations * CreateChannel Encrypted toggle * Request E2E_Enabled setting * Add some E2E API methods * POC E2E Encryption * Garbage remove * Remove keys cleaner * Android cast JWK -> PKCS1 * Initialize E2E when Login Success * Add some translations * Add e2e property to Message model * Send Encrypted messages * (iOS) PKCS1 -> JWK & e2e.setUserPublicAndPrivateKeys * (Android) PKCS1 -> JWK & e2e.setUserPublicAndPrivateKeys * Create an encrypted channel * Fix app crashing on RoomsList * Create room key * Set Room E2E Key (Android) * Edit room encrypted * Show encrypted icon on messages * logEvents * Decrypt pending subscriptions & messages * Handle user cancel e2e password entry * E2ESavePasswordView * Update Snapshot * Add encrypted props to message on Send * Thread messages encryption * E2E -> Encryption * Share Extension: Share encrypted text * (POC) Search messages on Encrypted room * Provide room key to new users * Request roomKey on stream-notify-room-users * Add e2eKeyId to Room Model * (WIP) E2E Encryption Screens * Remove encryption subscription file * Move E2E_Enable to Server Model * Encryption List Banner * Move Encryption init to Sagas * Show banner only when enabled * Use RocketChat/react-native-simple-crypto * Search on WM only when is an Encrypted channel * (WIP) Encryption Banner * Encryption banner * Patch -> Fork * Improve send encrypted message * Update simple-crypto * Not decrypt already decrypted messages * Add comments * Change eslint disable to inline * Improve code * Remove comment * Some fixes * (WIP) Encryption Screens * Improve sub find * Resend an encrypted message * Fix comment * Code improvements * Hide e2e buttons on features if it is not enabled * InApp notifications of a encrypted room * Encryption stop logic * Edit encrypted message * DB batch on decryptPending * Encryption ready client * Comments * Handle getRoomInstance errors * Multiple messages decrypt * Remove unnecessary try/catch * Fix decrypt all messages history * Just add a questionmark * Fix some subscriptions missing decrypt * Disable request key logic * Fix unicode emojis * Fix e2ekey request * roomId -> subscription * Decrypt subscription after merge * E2ERoom -> EncryptionRoom * Fix infinite loading * Handle import key errors * Handle request key errors * Move e2eRequestRoomKey to Rocket.Chat * WIP handshake when key should be requested * Add search messages explanation * Remove some TODO and update comments * Improvements * Dont show message hash to user * Handle key request & prevent multiple calls * Request E2EKey on decryptSubscription that doesn't exists on database yet * Insert decrypted subscription * Fix crash after login * Decrypt sub when receive the key * Decrypt pending messages of a room * Encrypted as a switch * Buffer to Base64 URI Safe * Add a relevant comment * Prevent import key without a privateKey * Prevent create a new instance when client is not ready * Update simple-crypto & remove replace trick * More comments * Remove useless comment * Remove useless try/catch * I18n all E2E screens * E2ESavePassword -> E2ESaveYourPassword * Prevent multiple views on message when is not encrypted * Fix encryption toggle not working sometimes * follow some suggestions * dont rotate icons * remove unnecessary condition * remove unreachable event * create channel comment * disable no-bitwise rule for entire file * loadKeys -> persistKeys * getMasterKey -> generateMasterKey * explicit difference between E2EKey & e2eKeyId * roomId -> rid * group columns * Remove server selector * missing log events * remove comment * use stored public key * update simple-crypto & remove base64-js patch * add some logs * remove unreachable condition * log errors * handle errors on provide key directly on subscription * Downgrade RocketChat/react-native-simple-crypto * improve get room instance * migration of older apps * check encrypted status before send a message * wait client ready * use our own base64-js * add more jest tests * explain return * remove unncessary stop * thrown error to caller * remove superfluous checks * use Encryption property * change ready state logic * ready -> establishing * encryption.room -> encryptionRoom * EncryptionRoom -> Room * add documentation * wait establishing before provide a room key * remove superfluous condition * improve error handling logic * fallback e2ekey set * remove no longer necessary check * remove e.g. * improve getRoomInstance * import from index * use batch * fix a comment * decrypt tmsg * dont show hash when message is encrypted * Fix detox * Apply suggestions from code review Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 02 Sep, 2020 1 commit
-
-
Graham Smith authored
* Only enable HTTP and user CAs on debug builds and * Allow User CAs in prod * Add config on debug * Add lint Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- 31 Aug, 2020 2 commits
-
-
Djorkaeff Alexandre authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Djorkaeff Alexandre authored
* [FIX] Chrome debugging * Remove rn-fetch-blob
-
- 28 Aug, 2020 3 commits
-
-
Diego Mello authored
* [IMPROVEMENT] Move toggle and inquiry to Enterprise * Move inquiry stream to ee * Emit inquiry subscribe * imports to ee last * Add readme to ee Co-authored-by:
Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
-
Djorkaeff Alexandre authored
* [FIX] Logout from custom oauth when using password * Remove an useless const Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
Djorkaeff Alexandre authored
-
- 26 Aug, 2020 4 commits
-
-
Diego Mello authored
* Spotlight issues * Fix room tests * Fix roomactions tests
-
Diego Mello authored
-
Diego Mello authored
-
Ezequiel de Oliveira authored
Signed-off-by:
Ezequiel De Oliveira <ezequiel1de1oliveira@gmail.com> Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-