Skip to content
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

Feature/1897 psk #1961

Merged
merged 39 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
7199e08
Generate psk when creating community; add psk connection protector to…
EmiM Oct 6, 2023
1402f58
Merge branch 'develop' into feature/1897-psk
EmiM Oct 10, 2023
bb49437
Add psk to invitation link
EmiM Oct 12, 2023
e1abeb9
Retrieve psk from invitation link
EmiM Oct 16, 2023
b1d41bd
Merge branch 'develop' into feature/1897-psk
EmiM Oct 18, 2023
30baa07
Fix import
EmiM Oct 18, 2023
ba678ee
Refactor invitation url parsing functions
EmiM Oct 18, 2023
f4c7370
Fix import
EmiM Oct 24, 2023
4a843cf
Merge branch 'develop' into feature/1897-psk
EmiM Oct 24, 2023
294945c
feat: Check if psk in invitation link is base64 encoded #1897
EmiM Oct 24, 2023
33d4b6b
feat: check psk length in invitation code
EmiM Oct 24, 2023
800b4f3
fix: generate valid psk for backend test libp2p param
EmiM Oct 24, 2023
9f3680a
fix: adjust tests for desktop and e2e
EmiM Oct 24, 2023
ac0843d
fix: handle parsing invitation code errors in main.ts
EmiM Oct 24, 2023
27fb780
fix: mobile tests; handle invalid deep link
EmiM Oct 24, 2023
c00c8f9
fix: desktop rtl tests
EmiM Oct 24, 2023
ffdd901
fix: mobile deep link saga - check if invitation code is parseable be…
EmiM Oct 25, 2023
010da05
feat: move valid invitation url test data to common package; fix: mob…
EmiM Oct 25, 2023
00fbf5d
fix: backend unit tests with tor
EmiM Oct 25, 2023
ae890e2
fix: e2e test for invitation link
EmiM Oct 25, 2023
e8586e2
fix: desktop test
EmiM Oct 25, 2023
46eb6fd
test: temporarily skip backward compatibility e2e test - psk changes …
EmiM Oct 26, 2023
857bd78
Merge branch 'develop' into feature/1897-psk
EmiM Oct 26, 2023
967210e
chore: update detox version - fixes 'tap' https://github.com/wix/Deto…
EmiM Oct 26, 2023
ef603aa
chore: move creating libp2p psk to libp2p.service
EmiM Oct 30, 2023
4e5cd23
fix: generating libp2p psk after refactoring
EmiM Oct 30, 2023
9a7fc45
chore: cleanup, renaming
EmiM Oct 31, 2023
3e1f0f3
chore: move statics related to invitation code to invitationCode file
EmiM Oct 31, 2023
68b4139
Merge branch 'develop' into feature/1897-psk
EmiM Oct 31, 2023
96921cb
chore: link app name with displayed log in e2e tests
EmiM Oct 31, 2023
f99caf3
chore: increase timeout for multiple clients e2e test
EmiM Nov 2, 2023
442319e
chore: cleanup logs
EmiM Nov 2, 2023
3533a16
chore: update changelog
EmiM Nov 2, 2023
a671a63
test: add log to check android e2e test failing
EmiM Nov 2, 2023
eda1888
chore: remove logs from mobile e2e test
EmiM Nov 7, 2023
a15342d
Merge branch 'develop' into feature/1897-psk
EmiM Nov 7, 2023
d726933
Merge branch 'develop' into feature/1897-psk
EmiM Nov 10, 2023
0ec7928
Merge branch 'develop' into feature/1897-psk
EmiM Nov 14, 2023
94b0978
chore: update package-lock
EmiM Nov 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[unreleased]

* Backward incompatible change: use pre shared key as connection protector in libp2p. Add libp2p psk to invitation link

[2.0.3-alpha.1]

* Temporarily hiding leave community button from Possible impersonation attack
Expand Down
Loading
Loading