Commit graph

9218 commits

Author SHA1 Message Date
Audric Ackermann
e613613416
show toast with react-toastify and make them a styled-component 2020-11-09 11:25:57 +11:00
Audric Ackermann
051436339d
remove unused font 2020-11-09 11:12:01 +11:00
Audric Ackermann
72b6538679
render unreadBanner at top of the message list if unread is not found 2020-11-06 15:17:52 +11:00
Audric Ackermann
7058bc0319
fix metadata styles for media message without body on light mode 2020-11-06 15:17:23 +11:00
Audric Ackermann
9192c7b7d3
auto close session seed modal on copy 2020-11-06 15:13:16 +11:00
Audric Ackermann
cf401fb78e
Merge pull request #1387 from Bilb/fix-pre-key-errors-bad-mac
fix restoring of session after restore from seed
2020-11-06 15:12:44 +11:00
Audric Ackermann
6fd8ea20c7
fix restoring of session after restore from seed 2020-11-06 14:44:04 +11:00
Audric Ackermann
3d11271471
fix position of unread banner on conversation (search for first read) 2020-11-05 12:11:03 +11:00
Audric Ackermann
48ecb8fc4b
cleanup unused code 2020-11-05 11:03:15 +11:00
Audric Ackermann
d218e00bd3
scale down avatars before upload to 512x512 2020-11-05 11:02:45 +11:00
Audric Ackermann
876247b5ad
fix background of selectio overlay, and cleanup unused code 2020-11-04 17:50:02 +11:00
Audric Ackermann
c0cf53cdfa
enable back the logic of displaying avatar for first message in serie 2020-11-04 17:43:45 +11:00
Audric Ackermann
0b4400837b
fix scroll to quoted message and contact display name of group updates 2020-11-04 16:55:52 +11:00
Audric Ackermann
7ae79ee0a2
make timer notification work with empty profile name (display pubkey) 2020-11-04 13:44:37 +11:00
Audric Ackermann
dfbcf3ac9b
do not remove convo when removing only message
use the user pubkey if group update notification with an unknown user
make GroupNotification a function component
2020-11-04 13:06:00 +11:00
Audric Ackermann
95101bfd3c
allow overlay message section to switch between join to newmessage 2020-11-04 11:43:15 +11:00
Audric Ackermann
113e91aa4b
contact section updates on menu right click block 2020-11-04 11:35:11 +11:00
Audric Ackermann
b9dbef86a5
click on image message in convo while selection mode, selects message 2020-11-04 11:17:54 +11:00
Audric Ackermann
b865810cb0
fix expiretimer color for incoming message in light mode 2020-11-04 11:06:17 +11:00
Audric Ackermann
d0bf8d54bc
fix theme of unlock settings with password 2020-11-04 10:56:56 +11:00
Audric Ackermann
94b445983d
Merge remote-tracking branch 'upstream/clearnet' into react-refactor 2020-11-04 10:31:23 +11:00
Audric Ackermann
aad2d3232a
be able to show right panel for users too (and display convo medias) 2020-11-04 09:44:06 +11:00
Audric Ackermann
3f538b9be1
render Session Verification Messages 2020-11-04 09:17:02 +11:00
Audric Ackermann
325331550c
fix group update message for medium group 'You' left or kicked 2020-11-02 16:50:54 +11:00
Audric Ackermann
dad9e5297c
make the last seen indicator work as expected 2020-11-02 14:03:11 +11:00
Audric Ackermann
4d1335eb93
finish removing backbone last seen indicator view 2020-11-02 14:02:43 +11:00
Audric Ackermann
35ad4cba24
add a react component to display last read message 2020-11-02 10:57:19 +11:00
Audric Ackermann
940ad57f83
rework the way unread count works
we no longer refresh on each message read, only once the whole
conversation is read.
2020-10-30 16:02:18 +11:00
Audric Ackermann
5c8c457282
add and use MESSAGE_TABLE const in sql.js 2020-10-30 13:19:57 +11:00
Audric Ackermann
5a5d1d60c6
fix scroll hanging when scroll all the way up 2020-10-30 11:03:21 +11:00
Audric Ackermann
dd93a849d7
cleanup duplicated code between Conversation and ConversationList 2020-10-30 10:59:24 +11:00
Audric Ackermann
35d9e2a207
cleanup already migrated message_view rendering 2020-10-30 10:58:43 +11:00
Audric Ackermann
921dc9ab39
Merge pull request #1385 from Bilb/switch-key-mechanism 2020-10-30 10:43:51 +11:00
Audric Ackermann
07c384aa0d
render GroupNotification messages 2020-10-30 10:24:53 +11:00
Audric Ackermann
b42e96c31b
store the ed25519KeyPair temp key too on storage under 'identityKey' 2020-10-30 09:46:05 +11:00
Audric Ackermann
96263b4d25
WIP 2020-10-30 08:27:35 +11:00
Audric Ackermann
5617d9e7aa
fix dark theme for context menu 2020-10-29 17:22:44 +11:00
Audric Ackermann
ea617cbc57
remove stuff related to archived state for convo 2020-10-29 16:36:06 +11:00
Audric Ackermann
387f8ff391
Update props of SessionConversation to only get the currently selected convo 2020-10-29 16:23:25 +11:00
Audric Ackermann
a30ae8903b
remove bulk edit view and related stuff unused 2020-10-29 16:20:08 +11:00
Audric Ackermann
e0fd910fa4
move a part of SessionSrollButton to styled component 2020-10-29 14:53:27 +11:00
Audric Ackermann
1f2c01722a
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
2020-10-29 13:36:40 +11:00
Audric Ackermann
5d21b21fb6
cleanup account_manager unused code 2020-10-29 13:33:26 +11:00
Audric Ackermann
857bea50ea
enable back keyboard navigation on message list 2020-10-28 15:16:10 +11:00
Audric Ackermann
141e497af7
cleanup unused fetch method of messages.js 2020-10-28 14:28:37 +11:00
Audric Ackermann
6edadaf3e9
message container use column reverse to order messages from bottom to
top
2020-10-28 14:28:10 +11:00
Audric Ackermann
ef3f3d0af5
enable back link previews in sent message 2020-10-28 14:11:57 +11:00
Audric Ackermann
1541b47f13
throw an error rather than returning null on link preview failure
so that it is handled in the catch() block
2020-10-28 13:40:30 +11:00
Audric Ackermann
ba959f3379
link preview state moved to SessionCompositionBox 2020-10-28 13:29:45 +11:00
Audric Ackermann
13e02b5bf1
add staged link previews for everything from signal 2020-10-28 11:06:47 +11:00