-
Notifications
You must be signed in to change notification settings - Fork 89
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
Chore/master to develop #2104
Merged
Merged
Chore/master to develop #2104
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
use notarytool for macos notarization
…lhost i.e. browser (#1940) * secure socket IO connection with token and origin, transform token from main.ts to backend and state manager * add JWT * not throw error on missing auth token * send 401 to unauthorized user * generate random secret * use basic auth instead of JWT * auth tests * WIP: secure sockets mobile * fix:lint * Pass socketioSecret to backend * Add authorization headers to socketio android notifications client * Secure socketIO connection on iOS * Use random string for securing socketIO pn iOS * Extend lastKnownPort to lastKnownSocketIOData on android * Handle socketIOSecret for iOS lifecycle event * Code quality fixes * Create Utils class on iOS and move relevant methods there * feat: getRandomValues and concept for validating options on backend * fix: generating secret * feat: use IPC and Redux store for transfering socketIOSecret * test: add socketIOSecret selector test * test: add startConnectionSaga test * Use secure random for socketio secret * fix: use secure crypto for ios socketio secret * fix: add Utils file to the project * fix: check pkijs * fix: revert changes with pkijs * fix:change order * fix: generate secret after setEngine * fix: backwards test for prod versions * fix: remove peculiar/webcrypto from common * fix: file name --------- Co-authored-by: Vin Kabuki <[email protected]> Co-authored-by: siepra <[email protected]>
…2042) * feat: notifier component #1980 * feat: notifier screen * feat: navigation pop * feat: bind pop to the notifier button #1980 * feat: attach notifier screen #1980 * fix: current screen selector * fix: remove emojis from notifier message * feat: use mailto for support address #1980 * chore: cleanup * fix: building mobile package #1980 * fix: lint
- @quiet/[email protected] - @quiet/[email protected] - [email protected] - [email protected] - [email protected] - @quiet/[email protected] - @quiet/[email protected]
- @quiet/[email protected]
fix: pass team id for notarization
* feat: make update modal configurable * chore: add update modal story * chore: pass buttons dynamically to the update modal component * feat: show breaking changes warning on app start #2039 * fix: update modal component styling * feat: redirect to downloads page on button click * chore: suffix update modal component * fix: test snapshot * fix: lint
siepra
approved these changes
Nov 22, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mobile part looks good
Kacper-RF
reviewed
Nov 23, 2023
@@ -33,6 +33,8 @@ import UnregisteredModalContainer from './components/widgets/userLabel/unregiste | |||
import DuplicateModalContainer from './components/widgets/userLabel/duplicate/DuplicateModal.container' | |||
import UsernameTakenModalContainer from './components/widgets/usernameTakenModal/UsernameTakenModal.container' | |||
import PossibleImpersonationAttackModalContainer from './components/widgets/possibleImpersonationAttackModal/PossibleImpersonationAttackModal.container' | |||
import BreakingChangesWarning from './containers/widgets/breakingChangesWarning/BreakingChangesWarning' | |||
// Trigger lerna |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leftover
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: