You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/ts/components
Audric Ackermann 6dc3582a1d
move to new identity key mechanism
now we do as followed:
• Generate 16 bytes of random data
• Add 16 bytes of zeros
• Use the 16 bytes of random + 16 bytes of zeros to generate an ED25519 key pair
• Convert the ED25519 key pair to an X25519 key pair

All of this is happening with libsodiumm called over IPC
5 years ago
..
AvatarPlaceHolder fix round avatars with border top and bottom width 5 years ago
conversation themify the typing bubble 5 years ago
session move to new identity key mechanism 5 years ago
Avatar.md
Avatar.tsx add opacity change on hovered clickable avatar 5 years ago
CaptionEditor.md
CaptionEditor.tsx
ConfirmDialog.tsx fix catch of mouse events on forgotten modals 5 years ago
ContactListItem.md
ContactListItem.tsx remove authorColor unused in Session 5 years ago
ConversationListItem.md continue designalification 5 years ago
ConversationListItem.tsx render @ mention correctly with long title on ConversationListItem 5 years ago
ConversationLoadingScreen.tsx
DevicePairingDialog.tsx add type for mnemonic.js and replace some calls with recoveryPhrase 5 years ago
EditProfileDialog.tsx remove authorColor unused in Session 5 years ago
Intl.md
Intl.tsx
LeftPane.md
LeftPane.tsx Add group avatar as on mobile: with multiple group members avatar 5 years ago
Lightbox.md
Lightbox.tsx fix size of dialog lightbox with big pictures 5 years ago
LightboxGallery.md
LightboxGallery.tsx LINT after prettier upgrade 5 years ago
MainHeader.md
MainViewController.tsx switch medium or closed group deeper in code 5 years ago
MessageBodyHighlight.md
MessageBodyHighlight.tsx
MessageSearchResult.md
MessageSearchResult.tsx avatar placeholder skip first 05 for initial from pubkey 5 years ago
SearchResults.md
SearchResults.tsx use a HOC to fetch closed group conversations for avatar rendering 5 years ago
Spinner.md
Spinner.tsx
StartNewConversation.md
StartNewConversation.tsx
UserDetailsDialog.tsx remove authorColor unused in Session 5 years ago
UserSearchResults.tsx remove plenty of the friend logic 5 years ago