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

feat: 2312 pass invitation data to createNetwork saga and LAUNCH_COMMUNITY… #2438

Merged
merged 67 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from 65 commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
28dc343
refactor: adjust customProtocolSaga code to be similar to deepLinkSag…
EmiM Mar 5, 2024
b8aa768
fix: customProtocolSaga tests
EmiM Mar 5, 2024
928a412
Merge branch 'develop' into feature/2310
EmiM Mar 5, 2024
1460d57
fix: tests; add missing file
EmiM Mar 5, 2024
b4e8f45
fix: main.ts test
EmiM Mar 6, 2024
7d0b19a
feat: handle old (psk, orbitdbIdentity, addresses) and new (cid, toke…
EmiM Mar 7, 2024
d386067
chore: adjust types
EmiM Mar 11, 2024
d5f7b66
chore: add joinNetwork saga that gathers data for createNetwork; mock…
EmiM Mar 11, 2024
67268d2
Merge branch 'develop' into feature/2310
EmiM Mar 11, 2024
a4d674b
refactor: invitation link parsers
EmiM Mar 14, 2024
8cc6fd3
fix: deepLink saga tests
EmiM Mar 14, 2024
b8203f9
refactor: simplify deepLink and customProtocol sagas
EmiM Mar 15, 2024
7d75c3a
fix: invitation code utils tests
EmiM Mar 15, 2024
d333cfe
chore: add missing github workflow for running common package tests
EmiM Mar 15, 2024
de8533c
refactor: invitation code tests
EmiM Mar 18, 2024
4895b29
fix: unit tests
EmiM Mar 18, 2024
3b5cf43
Merge branch 'develop' into feature/2310
EmiM Mar 18, 2024
54b925c
Merge branch 'develop' into feature/2310
EmiM Mar 19, 2024
6e82f71
feat: add one script for preparing AppImage for e2e tests
EmiM Mar 19, 2024
5f80ac1
fix: 'copy app image for e2e' script
EmiM Mar 19, 2024
7471a24
fix: getting env file name in e2e tests
EmiM Mar 19, 2024
967665d
chore: remove unused code responsible for locking invitation link for…
EmiM Mar 20, 2024
9f84ffe
chore: update changelog
EmiM Mar 20, 2024
bc2430d
Merge branch 'develop' into feature/2310
EmiM Mar 21, 2024
066a201
Merge branch 'develop' into feature/2310
EmiM Mar 25, 2024
3c6796d
feat: add storage server proxy for downloading and uploading data fro…
EmiM Mar 27, 2024
c6c9df4
feat: joining with v2 invitation link
EmiM Mar 28, 2024
6e35699
feat: handle relay server connection errors
EmiM Mar 28, 2024
7e6b4bc
test: add basic storage service proxy tests
EmiM Apr 2, 2024
0963a59
feat: add basic server stored metadata validator
EmiM Apr 2, 2024
fa0d7b9
Merge branch 'develop' into feature/2295
EmiM Apr 4, 2024
beaec60
Merge branch 'develop' into feature/2310
EmiM Apr 4, 2024
376a74c
Merge branch 'feature/2310' into feature/2295
EmiM Apr 4, 2024
2ff58f7
fix: pass dispatch to useEffect
EmiM Apr 4, 2024
7f28330
fix: move handling server error to container
EmiM Apr 5, 2024
cd863db
Merge branch 'develop' into feature/2310
EmiM Apr 9, 2024
a529c7f
fix: mobile tests
EmiM Apr 9, 2024
fcd8b2b
fix: long failing backend test
EmiM Apr 10, 2024
7b5b688
Merge branch 'develop' into feature/2310
EmiM Apr 10, 2024
3b6ec98
Merge branch 'feature/2310' into feature/2295
EmiM Apr 10, 2024
611ffe5
fix: add missing import
EmiM Apr 10, 2024
521c130
test: add Dockerfile for running QSS with e2e test; add e2e test for …
EmiM Apr 11, 2024
bd07e99
refactor: deduplicate UserTestData interface
EmiM Apr 11, 2024
ed6a907
chore: remove DuplicatedCertBug logs
EmiM Apr 11, 2024
ffaea57
test: add temporary workaround to e2e test to fully join community wi…
EmiM Apr 11, 2024
f5c7925
fix: add missing file and fix test
EmiM Apr 12, 2024
3f1051e
feat: pass invitation data to createNetwork saga and LAUNCH_COMMUNITY…
EmiM Apr 15, 2024
eb735f5
Merge branch 'develop' into feature/2295
EmiM Apr 15, 2024
858065f
refactor: Remove DOWNLOAD_INVITE_DATA event; remove joinNetwork saga;…
EmiM Apr 15, 2024
7c0898a
fix: tests
EmiM Apr 16, 2024
f39f6b2
Merge branch 'develop' into feature/2295
EmiM Apr 16, 2024
4c66c72
Merge branch 'feature/2295' into chore/2312
EmiM Apr 16, 2024
3961b17
refactor: pass whole InvitationData through joining/creating process;…
EmiM Apr 17, 2024
2ba2368
chore: adjust fetch-retry config
EmiM Apr 17, 2024
2c2ad37
fix: replace built-in fetch with node-fetch - built-in fetch did not …
EmiM Apr 18, 2024
b471731
fix: update Dockerfile for building dev android
EmiM Apr 18, 2024
cf369a4
fix: tests and types for server proxy
EmiM Apr 18, 2024
7468db5
chore: fixes, refactoring, add/enhance few logs
EmiM Apr 19, 2024
6655c22
chore: enhance waiting for channels in multiple users e2e test; Make …
EmiM Apr 22, 2024
c2dba47
Merge branch 'develop' into chore/2312
EmiM Apr 22, 2024
db753f1
chore: refactor - rename server-handling service
EmiM Apr 23, 2024
093daee
chore: cleanup leftovers; save inviteData to levelDb; delete inviteDa…
EmiM Apr 23, 2024
d451c2e
chore: cleanup - remove unused server error handling on joincommunity…
EmiM Apr 23, 2024
68313c2
fix: backend test
EmiM Apr 23, 2024
29d289a
chore: don't clear invitation data from Community
EmiM Apr 24, 2024
20ed79c
chore: add step to ci e2e macos test
EmiM Apr 25, 2024
181f223
Merge branch 'develop' into chore/2312
EmiM Apr 25, 2024
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# New features:

* Add support for new format of invitation link: `c=<cid>&t=<token>&s=<serverAddress>&i=<inviterAddress>` ([#2310](https://github.com/TryQuiet/quiet/issues/2310))
* Use server for downloading initial community metadata if v2 invitation link is detected ([#2295](https://github.com/TryQuiet/quiet/issues/2295))

# Refactorings:

Expand Down
Loading
Loading