-
Notifications
You must be signed in to change notification settings - Fork 90
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
Release: 4.0.0 #2732
Draft
islathehut
wants to merge
33
commits into
develop
Choose a base branch
from
4.0.0
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Release: 4.0.0 #2732
Conversation
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
* Add slack notifications on release outcome * Update CHANGELOG.md
…e the native decoder breaks on mobile (#2728)
* 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
* User correct output variable for version on linux build * Update language on non-admin invite pages * Fix version outputs on everything else
…n invite menu for non-admins (#2738)
… logic (#2713) * Create channels service and small fix for loading chain on app start * Separate logic further into channelstore and messagesservice * Add temp placeholders for encryption/decryption * Minor clean up * Expand messages service, tweak getting messages, fix/add tests * Fix subscribing not getting old messages on join * Fix peer list not updating * Add compounderror * Update auth * Update CHANGELOG.md
* Better handling of message sending on auth connections when connections end * Fixes for handling disconnects and invalid chain credentials * Save the chain on creating the long lived invite * Add explainer comment * Update two-peers.spec.ts.snap * Even better disconnect handling to avoid arbitrary wait * Update auth * Don't run backwards compatibility tests on major versions * Always delete from peer store
…shes (#2747) * Handle orbitdb error events to prevent crashes * Iterator abortable orbitdb * Handle errors on orbitdb gets * Update js-libp2p-noise * Clean up patches and add patches for orbitdb fixes * Orbitdb submodule and error handling improvements * Update orbitdb * Random change to force tests to run in CI * Update action.yml * Publish - @quiet/desktop@4.0.0-alpha.5 - @quiet/mobile@4.0.0-alpha.5 * Update packages CHANGELOG.md * Build updates * PR comments
* Publish - @quiet/desktop@4.0.0-alpha.0 - @quiet/mobile@4.0.0-alpha.0 * 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/desktop@4.0.0-alpha.1 - @quiet/mobile@4.0.0-alpha.1 * 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/desktop@4.0.0-alpha.2 - @quiet/mobile@4.0.0-alpha.2 * 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 <88346289+adrastaea@users.noreply.github.com>
* Update auth * Add stream encryption to crypto service * Add oneToOne chunker * Add file encryption * Fix (most) backend tests * Update .gitignore * Log at start of timer, too * Tweak logs * Update branch on submodule * Update action.yml * Update ipfs-file-manager.service.spec.ts * Fix test * Point auth at main * Less spammy logs
#2749) * Encrypt all message contents and reduce size of encryption * Sign raw message contents * We don't need verifyMessage anymore
* encrypt cert stores and pause syncing until team is set up * fix tor connection manager test * encrypt community metadata * encrypt channel stores based on member keys * encrypt other stores on member key not team key
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
(Optional) Mobile checklist
Please ensure you completed the following checks if you did any changes to the mobile package: