-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(2631): Add e2e encryption/decryption to messages (#2733)
* Publish - @quiet/[email protected] - @quiet/[email protected] * Update packages CHANGELOG.md * Update CHANGELOG.md * Add encryption and decryption of messages * Allow messages with unknown signatures or undecryptable contents to be stored in orbitdb * Fixes for compatibility with 2629 * chore(2722): Slack notifier on release workflows (#2724) * Add slack notifications on release outcome * Update CHANGELOG.md * fix(2726): Use base64url package for encoding/decoding auth data since the native decoder breaks on mobile (#2728) * Fix/non-admin-invite-links (#2730) * handle permissions errors during invite creation and display appropriate screens when non-admins try to admit users * handle slow generating links and admin only features in mobile * update changelog * make import relative * Publish - @quiet/[email protected] - @quiet/[email protected] * Update packages CHANGELOG.md * Fix/minor fixes (#2735) * User correct output variable for version on linux build * Update language on non-admin invite pages * Fix version outputs on everything else * Publish - @quiet/[email protected] - @quiet/[email protected] * Update packages CHANGELOG.md * Revert "Merge branch '4.0.0' into feat/2631-message-encrypt-decrypt" This reverts commit b56651f, reversing changes made to e26c287. * Fix test * Use member key and not team key for messages * Fix encryption test * Add getEncryptedEntries method to channel store --------- Co-authored-by: Taea <[email protected]>
- Loading branch information
1 parent
a877627
commit 365076d
Showing
13 changed files
with
267 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.