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

2602 Move Identity model to backend #2617

Merged
merged 39 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0df4fad
replace network refs in conn-man with identity
adrastaea Sep 19, 2024
6fb16b5
Merge branch 'develop' into 2602-move-id-model-to-backend
adrastaea Sep 23, 2024
3d526f0
move identity and usercsr creation to backend
adrastaea Sep 24, 2024
292b4fc
use backend identity when creating community
adrastaea Sep 26, 2024
2aa1df7
fix user certs not being updated
adrastaea Sep 26, 2024
7d9b405
rm identity from initcommunitypayload
adrastaea Sep 30, 2024
51289f0
Refactor storage service to handle CSR saving errors before init
adrastaea Oct 1, 2024
cf3278f
add identity directly
adrastaea Oct 1, 2024
91f3fb7
add identity directly in createNetwork
adrastaea Oct 1, 2024
1765d55
move identity creation after invite code parsing
adrastaea Oct 1, 2024
ce92d92
fix deep linking test
adrastaea Oct 1, 2024
7b51202
fix loadingPanel.test.tsx
adrastaea Oct 3, 2024
41e1dce
fix last desktop rtl tests
adrastaea Oct 7, 2024
4473cb7
fix registerUsername.saga.test
adrastaea Oct 10, 2024
5328346
skip backwards compatibility tests not on linux
adrastaea Oct 11, 2024
f3e2608
skip outdate integration tests
adrastaea Oct 11, 2024
44d3721
fix conn-serv.spec.test
adrastaea Oct 11, 2024
c2f5315
fix dialing tests
adrastaea Oct 15, 2024
a21a4a3
remove unused socket actions
adrastaea Oct 15, 2024
85c6e95
remove my personal scripts
adrastaea Oct 15, 2024
760b195
exclude local address from libp2p peers
adrastaea Oct 15, 2024
8f178a7
update mobile deep link snapshot
adrastaea Oct 16, 2024
4a180c5
don't resave csr when community is opened from storage
adrastaea Oct 16, 2024
59eea0a
rm extraneous logging and imports
adrastaea Oct 16, 2024
d23cdd3
add identities to migration
adrastaea Oct 21, 2024
1703e9b
fix key type
adrastaea Oct 21, 2024
a80ab2e
cherry pick storybook fix
adrastaea Oct 24, 2024
0cad2d4
ensure csr is saved when updating username
adrastaea Oct 25, 2024
0001aab
update changelog
adrastaea Oct 25, 2024
19e0f22
Merge branch 'develop' into 2602-move-id-model-to-backend
adrastaea Oct 25, 2024
be520c4
fix state-manager tests
adrastaea Oct 28, 2024
25f3273
Merge branch '2602-move-id-model-to-backend' of https://github.com/Tr…
adrastaea Oct 28, 2024
d498e21
make missing identity when launching community from storage a warning
adrastaea Oct 29, 2024
7c3dca3
fix log comment
adrastaea Oct 29, 2024
b2f92c7
update package.lock
adrastaea Oct 31, 2024
db509de
put update in chores section
adrastaea Oct 31, 2024
26d88c2
Merge remote-tracking branch 'origin/develop' into 2602-move-id-model…
adrastaea Oct 31, 2024
bb55eff
add back in build:auth
adrastaea Oct 31, 2024
5d73a1e
use the correct implementation of build:auth
adrastaea Oct 31, 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
### Fixes

* Fixed memory leak associated with autoUpdater ([#2606](https://github.com/TryQuiet/quiet/issues/2606))
* Fixed visual regression tests ([#2644](https://github.com/TryQuiet/quiet/issues/2645))
* Moved some responsibilities of identity management to the backend ([#2617](https://github.com/TryQuiet/quiet/pull/2617))

## [2.3.1]

Expand Down
Loading
Loading