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/unregistered users send and receive messages #1779

Merged
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
042ec96
Store csrs in redux
vinkabuki Sep 11, 2023
e08fe30
Use csrs instead certificates for user data
vinkabuki Sep 11, 2023
8469efd
Merge branch 'develop' of github.com:TryQuiet/quiet into feature/unre…
vinkabuki Sep 11, 2023
4b1bc43
Merge branch 'develop' of github.com:TryQuiet/quiet into feature/unre…
vinkabuki Sep 11, 2023
30311e1
Unregistered user can send messages
vinkabuki Sep 11, 2023
460d808
Display labels for unregistered users
vinkabuki Sep 12, 2023
b90c185
Add isDuplicate to users selector
vinkabuki Sep 12, 2023
b04c8b2
Add username duplication info to displayable message
vinkabuki Sep 12, 2023
9605d91
desktop and mobile intagrated with state manager
Kacper-RF Sep 12, 2023
43513ed
fix duplicate usernames selector
vinkabuki Sep 12, 2023
5249807
Emit csrs on replicated event
vinkabuki Sep 12, 2023
71dd65d
Use pubkey instead of username when grouping messages
vinkabuki Sep 12, 2023
b661157
linter
vinkabuki Sep 12, 2023
7038cf4
Support backward compatibility, code quality
vinkabuki Sep 12, 2023
c41f273
fix stories, mobile tests and desktop tests
Kacper-RF Sep 12, 2023
6bca691
fix publicChannels selector test
Kacper-RF Sep 13, 2023
788e3e3
fix connection slice test
Kacper-RF Sep 13, 2023
3fa5214
Fix storybook
vinkabuki Sep 13, 2023
c371179
Merge branch 'feature/unregistered-users-send-and-receive-messages' o…
vinkabuki Sep 13, 2023
f553dd4
fix import
Kacper-RF Sep 13, 2023
c7d6e85
Merge branch 'feature/unregistered-users-send-and-receive-messages' o…
Kacper-RF Sep 13, 2023
bead1e8
fix story
Kacper-RF Sep 13, 2023
b83a5de
lint
Kacper-RF Sep 13, 2023
72b0bb1
load certificatesRequestDB on initialization
vinkabuki Sep 13, 2023
629547e
Merge branch 'feature/unregistered-users-send-and-receive-messages' o…
vinkabuki Sep 13, 2023
3b2056a
Fix double certs
vinkabuki Sep 13, 2023
8d91690
Put community metadata to db when launching registrar - temporary bac…
EmiM Sep 13, 2023
8cc9291
change connection info
Kacper-RF Sep 13, 2023
4bdeb34
Merge branch 'feature/unregistered-users-send-and-receive-messages' o…
Kacper-RF Sep 13, 2023
9f9b8b2
Merge pull request #1806 from TryQuiet/chore/community-metadata-for-o…
EmiM Sep 13, 2023
ea62236
Fix snapshots in desktop tests
EmiM Sep 13, 2023
6c434ad
transform for users slice
Kacper-RF Sep 14, 2023
304b181
add transform for mobile state
Kacper-RF Sep 14, 2023
0d9c3c6
more time for Win
Kacper-RF Sep 14, 2023
0c54658
changelog
Kacper-RF Sep 14, 2023
0c00e14
fix
Kacper-RF Sep 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
Expand Up @@ -15,3 +15,7 @@
* Labels for unregistered and duplicate usernames with modals

* Fixed LoadingPanel useEffect bug.

* Use csrs instead of certificates as a source of user data

* Integration state manager layer with UI layer(desktop and mobile)
Loading
Loading