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

2629 Add Libp2p Auth Service #2715

Open
wants to merge 182 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
182 commits
Select commit Hold shift + click to select a range
2d1c33b
WIP: Update OrbitDB/IPFS/libp2p
Aug 21, 2024
003e94a
Various updates
Aug 30, 2024
f6b24b4
Various updates
Sep 3, 2024
89d8bd9
Fixes
Sep 4, 2024
724e60a
Updates
Sep 9, 2024
191514c
Clean up NestJS modules and fix storage.service tests
Sep 13, 2024
75d5281
Fixes, mostly around restarting app
islathehut Sep 19, 2024
aeab85b
Use custom storage to ensure we write data as Uint8array + rename Orb…
islathehut Sep 19, 2024
a68eb6b
Ignore logs
islathehut Sep 19, 2024
91f2e97
More storage related stuff
islathehut Sep 19, 2024
3be6240
(Maybe) fix the ping issue and mild refactor for my sanity
islathehut Sep 23, 2024
f6682f1
Fix reconnections and update logging
islathehut Sep 23, 2024
262b19e
Get desktop to run without the customevent flag
islathehut Oct 1, 2024
bbacc19
Mobile testing
islathehut Sep 26, 2024
22f7a3e
Ensure mobile can function with JS customevents
islathehut Sep 26, 2024
3bcf6c3
Merge branch 'develop' into update-orbitdb
Oct 1, 2024
533e1de
Fix for issue with not having all blocks
islathehut Oct 3, 2024
f5977bd
Merge branch 'update-orbitdb' of github.com:TryQuiet/quiet into updat…
islathehut Oct 3, 2024
1b8352f
Fix common tests
islathehut Oct 3, 2024
03069bf
Fix almost all tests on the backend, etc.
islathehut Oct 4, 2024
b93bd3b
Fix for customevent errors in ci tests
islathehut Oct 4, 2024
2ff48eb
Fix state manager test and backend test node options
islathehut Oct 4, 2024
6e2c387
Update class-validator
islathehut Oct 4, 2024
95564cc
Test mac e2e ci issue
islathehut Oct 4, 2024
96fa124
Fix tor binary dir issue in ci
islathehut Oct 4, 2024
3301d5d
Try again
islathehut Oct 4, 2024
0695992
Random fixes for e2e tests
islathehut Oct 5, 2024
3a82643
Fix file manager
islathehut Oct 7, 2024
7ed5ac5
Fix code scanning alert no. 1: Insecure randomness
Oct 7, 2024
69c0ba5
Some digging on why the backend process isn't starting on linux
islathehut Oct 7, 2024
56e8d40
Not sure why this didn't show up as errors in vscode
islathehut Oct 7, 2024
04e8801
Get fork argv
islathehut Oct 7, 2024
acbfccf
Remove debug code and add patch for connection monitor
islathehut Oct 7, 2024
2edac31
Log everything
islathehut Oct 7, 2024
3c81088
Remove env variables as test
islathehut Oct 7, 2024
de360da
Fix url scheme handler error on linux
islathehut Oct 7, 2024
985a19f
Remove debug logging
islathehut Oct 7, 2024
017d6c9
Trying something
islathehut Oct 7, 2024
dedf580
See if we can bypass error I'm seeing on linux
islathehut Oct 7, 2024
2cc9a40
Put logs back to a sane level
islathehut Oct 7, 2024
784f71c
Reorder e2e test cases so we can guarantee everything has a chance to…
islathehut Oct 7, 2024
bcb9a2a
Updating dependencies for mobile
islathehut Oct 18, 2024
0ddc84f
Add helia as a package
islathehut Oct 23, 2024
0e53a9b
Revert "Updating dependencies for mobile"
islathehut Oct 23, 2024
7a9a1c3
Some minor updates
islathehut Oct 24, 2024
b391aec
Merge branch 'develop' into update-orbitdb
islathehut Oct 24, 2024
eebacb2
Fix logging and get rid of annoying malformed rn-bridge error on back…
islathehut Oct 24, 2024
09c1485
Cleanup, fix ios resume, add volta params
islathehut Oct 28, 2024
c7e2d2d
Ensure helia is bootstrapped in CI
islathehut Oct 28, 2024
60604dd
Merge branch 'develop' into update-orbitdb
islathehut Oct 28, 2024
f0cda5d
Merge branch 'develop' into update-orbitdb
islathehut Oct 28, 2024
872e55a
Fix up closing and make sure tests exit when they finish
islathehut Oct 30, 2024
6c1ff38
E2E test updates
islathehut Nov 4, 2024
36ca305
Merge branch 'develop' into update-orbitdb
islathehut Nov 4, 2024
be5c80c
Merge branch 'develop' into update-orbitdb
islathehut Nov 4, 2024
968c249
Fix the duplicated/unregistered bug
islathehut Nov 4, 2024
2243b22
Invitation link is failing consistently so do it last
islathehut Nov 5, 2024
9e50e2c
Try macos-14
islathehut Nov 5, 2024
4615671
Update CSRs test since the order that orbitdb returns events in changed
islathehut Nov 5, 2024
21e8fae
Fix jest issue
islathehut Nov 5, 2024
6cf7b32
Fix connection manager tests
islathehut Nov 5, 2024
b047af2
Use macos-13
islathehut Nov 7, 2024
4828359
Log test name on all test cases in e2e
islathehut Nov 7, 2024
85578ec
Reformat and update back compat version
islathehut Nov 7, 2024
ad58cae
Don't run back compat tests on this branch
islathehut Nov 7, 2024
accab6f
Add log to invitation
islathehut Nov 7, 2024
374604d
Remove empty if
islathehut Nov 8, 2024
f9125fd
Add back old xdg-settings call
islathehut Nov 8, 2024
283d324
Get branch correctly on CI
islathehut Nov 8, 2024
0ba2808
Fix vulnerable dependencies
islathehut Nov 8, 2024
609bdff
Do a better job - why didn't they upgrade a vulnerable package when r…
islathehut Nov 8, 2024
eccc7fc
Check something
islathehut Nov 8, 2024
b417d7f
Try something again
islathehut Nov 8, 2024
3c657cb
Try this method
islathehut Nov 8, 2024
cc172b3
Not
islathehut Nov 8, 2024
b7d9588
Test
islathehut Nov 8, 2024
3832532
Update e2e-linux.yml
islathehut Nov 8, 2024
77eb520
Update e2e-linux.yml
islathehut Nov 8, 2024
56da07c
remove print statement
islathehut Nov 8, 2024
e3dbecb
Use windows latest
islathehut Nov 8, 2024
6c44083
Use windows latest large
islathehut Nov 8, 2024
ba8934a
Switch back
islathehut Nov 8, 2024
8ff55c5
Remove node_datachannel references
islathehut Nov 13, 2024
d58c7cc
Remove inaccurate comments
islathehut Nov 13, 2024
c91145e
Remove unnecessary changes
islathehut Nov 13, 2024
23b0a50
Share the same constants and enums with identity
islathehut Nov 25, 2024
d91a408
Merge remote-tracking branch 'origin/develop' into update-orbitdb
adrastaea Dec 2, 2024
243cd9b
Update PEER_ID_REGEX to match 52-character peer IDs
adrastaea Dec 3, 2024
bfd297b
generate random device name instead of using mac
adrastaea Dec 3, 2024
93ac4f7
Merge remote-tracking branch 'origin/develop' into update-orbitdb
adrastaea Dec 3, 2024
2ab8525
fix connections manager test
adrastaea Dec 4, 2024
f6835a6
Generate invites with LFA codes
islathehut Dec 4, 2024
53a7f8d
Tests
islathehut Dec 5, 2024
dbb5a60
Update CHANGELOG.md
islathehut Dec 5, 2024
db56cdc
Merge branch 'develop' into feat-2627/v2-invite-link-gen
islathehut Dec 5, 2024
97e54d3
Fix snapshot post-merge
islathehut Dec 5, 2024
936bd2a
Backwards compatibility fixes
islathehut Dec 5, 2024
0af228d
Fix leave community issue
islathehut Dec 10, 2024
91ea597
Fix common tests
islathehut Dec 10, 2024
5f8a15b
Fix backend tests
islathehut Dec 10, 2024
f8d208b
Merge branch 'develop' into update-orbitdb
islathehut Dec 10, 2024
fd54aa6
Update snapshots
islathehut Dec 10, 2024
3625a94
Purge ALL data
islathehut Dec 11, 2024
4b1dd3f
add extension error handling
adrastaea Dec 16, 2024
e0f02d8
fix bigfiles test
adrastaea Dec 16, 2024
a5b758e
Add file upload test cases for single user
islathehut Dec 17, 2024
f31163e
Merge branch 'feat-2627/v2-invite-link-gen' into 2629-syncing-sigchain
adrastaea Dec 18, 2024
81420d0
Add file upload/download/cancel test cases for multiple users
islathehut Dec 19, 2024
7d8fb43
fix snapshots
islathehut Dec 19, 2024
1ec3bd5
wip additions
adrastaea Dec 19, 2024
5502a5d
Generate big test file at runtime
islathehut Dec 19, 2024
afa1850
E2E refactor to (mostly) not use sleep statements
islathehut Dec 20, 2024
39964c5
Add extra visibility checks
islathehut Dec 20, 2024
49b5276
Merge branch 'develop' into update-orbitdb
islathehut Dec 20, 2024
432a041
Update orbitdb (#2600)
leblowl Dec 20, 2024
90fa2df
Update CHANGELOG.md
islathehut Dec 20, 2024
af4215d
Publish
islathehut Dec 20, 2024
ef189db
Update packages CHANGELOG.md
islathehut Dec 20, 2024
354c903
Split file generation logic apart because fs import breaks mobile
islathehut Dec 20, 2024
0fd5de5
Publish
islathehut Dec 20, 2024
78981c1
Update packages CHANGELOG.md
islathehut Dec 20, 2024
d712c78
Merge branch 'update-orbitdb' into 2629-syncing-sigchain
adrastaea Dec 20, 2024
2d81f3f
chore: Upgrade orbitdb to 2.4.3 (#2684)
islathehut Dec 31, 2024
7890481
Publish
islathehut Dec 31, 2024
5986fc3
Update packages CHANGELOG.md
islathehut Dec 31, 2024
1c32ef5
fix: Fixes download issues on cancellation, download status logs, con…
islathehut Jan 2, 2025
1d4c36e
Publish
islathehut Jan 2, 2025
c88c86f
Update packages CHANGELOG.md
islathehut Jan 2, 2025
b25049a
consume invites and initialize sigchains from invite seed
adrastaea Jan 7, 2025
05df988
Merge remote-tracking branch 'origin/3.0.0' into 2629-syncing-sigchain
adrastaea Jan 7, 2025
be30048
Merge remote-tracking branch 'origin/3.0.0' into 2629-syncing-sigchain
adrastaea Jan 7, 2025
2ca7119
fix(2679): Fix issue with download buttons missing from large files (…
islathehut Jan 7, 2025
f771ee5
Publish
islathehut Jan 7, 2025
92a4bb1
Update packages CHANGELOG.md
islathehut Jan 7, 2025
0673380
Add back debug logging
islathehut Jan 8, 2025
5be3a97
Publish
islathehut Jan 8, 2025
ddd7213
Update packages CHANGELOG.md
islathehut Jan 8, 2025
99ee95e
Merge remote-tracking branch 'origin/3.0.0' into 2629-syncing-sigchain
adrastaea Jan 8, 2025
5a32f96
make compilable
adrastaea Jan 8, 2025
20b0a8e
working invite acceptance and initial sync
adrastaea Jan 10, 2025
670f487
add testing
adrastaea Jan 14, 2025
9fefb99
Fix/download connection issues (#2691)
islathehut Jan 14, 2025
819d98b
Publish
islathehut Jan 14, 2025
ecf25c3
Update packages CHANGELOG.md
islathehut Jan 14, 2025
53cec68
Add timeouts (optional) and make more iterators abortable (#2694)
islathehut Jan 15, 2025
803ca64
Publish
islathehut Jan 15, 2025
d7d480c
Update packages CHANGELOG.md
islathehut Jan 15, 2025
b1fee6d
Fix/more connection nonsense (#2695)
islathehut Jan 16, 2025
36e2084
Publish
islathehut Jan 16, 2025
e0182cf
Update packages CHANGELOG.md
islathehut Jan 16, 2025
c7ec228
Add mplex (#2696)
islathehut Jan 16, 2025
5a50930
Publish
islathehut Jan 16, 2025
8f25f96
Update packages CHANGELOG.md
islathehut Jan 16, 2025
0e308e0
Update mplex config and improve logging (#2701)
islathehut Jan 17, 2025
790d425
Publish
islathehut Jan 17, 2025
d999e6f
Update packages CHANGELOG.md
islathehut Jan 17, 2025
e811c00
Return when already downloading a file (#2702)
islathehut Jan 17, 2025
c3f1134
Publish
islathehut Jan 17, 2025
405470d
Update packages CHANGELOG.md
islathehut Jan 17, 2025
ae4abcd
snapshot disconnection protocol
adrastaea Jan 20, 2025
fd243ff
chore(2672): Update directories and S3 bucket for 3.0 release (#2706)
islathehut Jan 21, 2025
75ba441
Merge branch 'develop' into 3.0.0
islathehut Jan 21, 2025
5bfc52d
Publish
islathehut Jan 21, 2025
3a7ee43
Update packages CHANGELOG.md
islathehut Jan 21, 2025
371e032
Update build.gradle
islathehut Jan 21, 2025
c1ea28f
Publish
islathehut Jan 21, 2025
40a5cf3
Publish
islathehut Jan 21, 2025
fcaa17e
Update packages CHANGELOG.md
islathehut Jan 21, 2025
66a29f7
Publish
islathehut Jan 21, 2025
aad7d96
Publish
islathehut Jan 21, 2025
7e36e49
Update packages CHANGELOG.md
islathehut Jan 21, 2025
dfd9558
Merge remote-tracking branch 'origin/3.0.0' into 2629-syncing-sigchain
adrastaea Jan 21, 2025
16ab263
seperate out integration tests; use maps instead of records; add mult…
adrastaea Jan 22, 2025
3702eea
Merge remote-tracking branch 'origin/3.0.0' into 2629-syncing-sigchain
adrastaea Jan 23, 2025
45c6b9d
better tests and join status handling
adrastaea Jan 24, 2025
4392f60
more robust testing; multiple peers still not working
adrastaea Jan 24, 2025
c3083d9
fix stream opening/closing
adrastaea Jan 28, 2025
9ebf147
fix community name passthrough for saving sigchain
adrastaea Jan 28, 2025
32c8a13
Merge remote-tracking branch 'origin/develop' into 2629-syncing-sigchain
adrastaea Jan 28, 2025
e89b650
rm duplicate key
adrastaea Jan 28, 2025
c574d2e
better handle saving and loading sigchains that have not fully joined
adrastaea Jan 29, 2025
4e5cabf
fix connection selector test
adrastaea Jan 29, 2025
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 @@ -19,6 +19,7 @@
* Adds basic sigchain functions ([#2625](https://github.com/TryQuiet/quiet/issues/2625))
* Instantiates signature chain when creating communities and reloading application ([#2626](https://github.com/TryQuiet/quiet/issues/2626))
* Added in LFA-ready invite links ([#2627](https://github.com/TryQuiet/quiet/issues/2627))
* Generating LFA-ready invite links when a sigchain is configured ([#2627](https://github.com/TryQuiet/quiet/issues/2627))

### Fixes

Expand Down
Loading
Loading