Commit graph

2082 commits

Author SHA1 Message Date
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
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
dad9e5297c
make the last seen indicator work as expected 2020-11-02 14:03:11 +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
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
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
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
857bea50ea
enable back keyboard navigation on message list 2020-10-28 15:16:10 +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
Audric Ackermann
f5818817e9
remove references to old emoji-panel package 2020-10-27 14:32:59 +11:00
Audric Ackermann
8f92ae7812
fix tiny UI glitches 2020-10-27 14:13:16 +11:00
Audric Ackermann
12bf46e09e
use pushToast through ToastUtils when it's a static toast content 2020-10-27 12:56:32 +11:00
Audric Ackermann
a0e5c7386f
delete messages needs to be called once the message is selected 2020-10-27 12:38:48 +11:00
Audric Ackermann
68e9376c5e
throw error on invalid response while downloading attachment 2020-10-27 12:37:26 +11:00
Audric Ackermann
7c47150194
fix attachments download with already set url 2020-10-27 11:21:22 +11:00
Audric Ackermann
79eae4838d
Merge remote-tracking branch 'upstream/clearnet' into react-refactor 2020-10-27 09:59:23 +11:00
Audric Ackermann
21a88644b4
Merge pull request #1383 from Bilb/remove-proxy-fetch 2020-10-27 09:58:21 +11:00
Audric Ackermann
17ac8c4343
Merge remote-tracking branch 'upstream/clearnet' into react-refactor 2020-10-27 09:14:08 +11:00
Audric Ackermann
55fa65fc31
override attachments name on upload 2020-10-27 09:13:29 +11:00
Audric Ackermann
8abd6a0e21
fix issue with contextmenu on scroll causing UI to break 2020-10-26 16:38:41 +11:00
Audric Ackermann
a7c4ce77a1
enable back attachments download on context menu 2020-10-26 16:38:06 +11:00
Audric Ackermann
5de2dea407
use .ok field on serverRequest to check for request success 2020-10-26 10:35:33 +11:00
Audric Ackermann
f166ec814e
pass selectiomMode without selectedMessage props to ConversationHEader 2020-10-26 09:59:56 +11:00
Maxim Shishmarev
5ecf43c124 Fix open group file uploads using incorrect server 2020-10-22 17:14:10 +11:00
Audric Ackermann
fe3cfb9e82
move all menu to react-contexify 2020-10-22 16:34:41 +11:00
Audric Ackermann
2b13321c23
remove completely send to proxy 2020-10-22 09:58:32 +11:00
Audric Ackermann
4c91d977ca
move token and submit challenge call to onion request 2020-10-22 09:56:44 +11:00
Maxim Shishmarev
61897df7dd Lint 2020-10-21 15:51:52 +11:00
Audric Ackermann
700a93362e
move drop file logic to SessionConversation component
Having it in another component was causing issues like not being able to
scroll on the conversation list even if the component was not shown
2020-10-21 15:51:13 +11:00
Maxim Shishmarev
c5b2b64d7f Add onions-v2 support for fileserver requests 2020-10-21 14:08:12 +11:00
Maxim Shishmarev
692a0e8cff Optionally use v2 onions for snode requests 2020-10-21 14:08:12 +11:00
Audric Ackermann
a7bdc93ca8
working drag and drop, but no scrolling on the conversation messages 2020-10-21 10:35:21 +11:00
Audric Ackermann
b46ed237b3
allow empty message when they have attachments 2020-10-20 15:02:16 +11:00
Audric Ackermann
c5927cfc4b
focus composition box after adding an attachment 2020-10-20 14:31:10 +11:00
Audric Ackermann
363da7aa80
add back toast on attachment adding error 2020-10-20 14:07:48 +11:00
Audric Ackermann
6cf69a1337
make adding of attachment work on react conversation 2020-10-20 13:20:09 +11:00
Audric Ackermann
2a155a0f43
fix lightbox for single attachment display and download 2020-10-20 08:48:15 +11:00
Audric Ackermann
fcf13c7467
relink lightbox from signal to our app 2020-10-19 15:23:35 +11:00
Audric Ackermann
42369cb8f2
add redux action to change section of UI 2020-10-19 10:33:40 +11:00
Audric Ackermann
ddf41de3fb
add csp for image load from blob so attachments are loaded correctly 2020-10-19 09:35:16 +11:00
Audric Ackermann
b1cac5f01b
fix ordering of message with more recent at bottom of the view 2020-10-16 15:12:41 +11:00
Audric Ackermann
3998bbc97d
fix more typing errors of conversation object 2020-10-16 14:55:12 +11:00
Audric Ackermann
c41eaada25
move display of message list to a subcomponent 2020-10-16 14:54:31 +11:00
Audric Ackermann
f117a083c1
remove i18n requirement in props for message 2020-10-16 14:53:04 +11:00
Audric Ackermann
026a1930ed
add a getOrThrow to ConversationController when we expect this convo 2020-10-15 17:19:49 +11:00
Audric Ackermann
144ae41529
add type for ConversationController, remove showStartConversation
and cleanup scss
2020-10-15 16:43:51 +11:00
Audric Ackermann
b7f5a32570
add reply to message UI logic 2020-10-15 11:18:37 +11:00
Audric Ackermann
1a379d2466
add theme logic to switch between dark/light theme based on redux store 2020-10-15 10:07:38 +11:00
Audric Ackermann
6c7f1598b7
add a flex component using styled 2020-10-15 10:01:00 +11:00
Audric Ackermann
6e07ee42f5
cleanup network status view and some UI constants 2020-10-13 13:57:43 +11:00
Audric Ackermann
a652ec3b61
fix light theme in react refactor 2020-10-09 13:30:10 +11:00
Audric Ackermann
4d991d3992
Merge branch 'clearnet' into react-refactor 2020-10-08 17:23:55 +11:00
Audric Ackermann
c7e54c4257
make attachment download use onion routing 2020-10-08 15:36:57 +11:00
Audric Ackermann
dfff6c2149
Merge pull request #1374 from Bilb/hide-shorten-pubkey-except-public 2020-10-08 09:53:43 +11:00
Audric Ackermann
37dd7b87cc
remove right buttons on Message. use right click instead 2020-10-07 16:09:01 +11:00
Audric Ackermann
b050a3740d
clean all updateConversation calls to convo.commit() 2020-10-07 15:25:57 +11:00
Audric Ackermann
1a5a0786a1
fix new medium group mark as unread then as read on opened 2020-10-07 15:22:22 +11:00
Audric Ackermann
f57c85dc0d
hide pubkey when not needed on conversationHeader and listItem 2020-10-06 15:45:27 +11:00
Audric Ackermann
16b8fc8620
hide shortened pubkey except for public groups 2020-10-06 14:17:23 +11:00
Audric Ackermann
232b1a416a
do not refresh group panel media if length of media did not change 2020-10-05 15:14:06 +11:00
Audric Ackermann
7a8a22701b
Merge pull request #1370 from Bilb/fix-medium-groups 2020-10-05 14:50:02 +11:00
Audric Ackermann
a1c58044d3
Merge pull request #1371 from Bilb/drop-admin-medium-groups
require admin for editing a closed group, but not a medium one
2020-10-05 14:08:58 +11:00
Audric Ackermann
2f8f79c5d2
make message clearer when we try to reuse a keyIdx in the ratchet 2020-10-05 12:56:39 +11:00
Audric Ackermann
99608440d0
Merge pull request #1358 from Bilb/generate-own-sender-key-not-found
Generate our own senderkey if it does not exist
2020-10-05 12:49:52 +11:00
Audric Ackermann
4215aa1e3b
require admin for editing a closed group, but not a medium one 2020-10-05 11:39:00 +11:00
Audric Ackermann
85fd481ff3
Merge pull request #1362 from Bilb/f-xtyping-bubble-theme
Fix typing bubble theme
2020-10-05 11:35:01 +11:00
Audric Ackermann
68a1091e99
Merge pull request #1361 from Bilb/fix-mention-@-with-long-title
render @ mention correctly with long title on ConversationListItem
2020-10-05 11:34:50 +11:00
Audric Ackermann
97eaf68085
clean getExistingSenderKeysForGroup as we don't need the diff anymore 2020-10-05 11:29:02 +11:00
Audric Ackermann
c0497e3df1
trigger senderKeyRequest if we get a DOMException on decryptGCM() 2020-10-05 11:16:13 +11:00
Audric Ackermann
05e682cdc2
enable back swarm polling when we get added back to a group 2020-10-05 10:53:09 +11:00
Audric Ackermann
3fa1a8f2b5
mark medium group as not left if we get a message INFO adding us back 2020-10-02 15:29:43 +10:00
Audric Ackermann
cfb9e65f30
trigger new ratchet send on message sent success
send our new ratchet to all new members when we just sent a message
containing no senderKey in it.

an set but empty senderKey array should only be sent when a user left or
was removed.
2020-10-02 14:27:46 +10:00
Audric Ackermann
a05b6556b0
remove unused handleQuit for medium groups 2020-10-01 16:16:46 +10:00
Audric Ackermann
e0e0830d3b
remove all ratchet when needed to get fresh senderKey from members 2020-10-01 16:13:26 +10:00
Audric Ackermann
5d7d66f65a
fix bug making session request being sent for medium group create 2020-10-01 15:13:06 +10:00
Audric Ackermann
a80f9a5965
fix medium group to match mobile way 2020-10-01 15:12:51 +10:00
Audric Ackermann
baaca1a29f
switch medium or closed group deeper in code 2020-10-01 15:05:25 +10:00
Audric Ackermann
82bc050ddd
always create a closed group the type set in the feature flag
speaking about enableSenderKeys
2020-10-01 09:58:10 +10:00
Audric Ackermann
06d0683ce5
WIP 2020-09-30 10:23:27 +10:00
Audric Ackermann
22afe50c05
make messageQueue handle medium group message in sendToGroup 2020-09-30 10:22:36 +10:00
Audric Ackermann
d4e9b43f0c
remove QUIT type of mediumgroupupdate 2020-09-30 10:14:19 +10:00
Audric Ackermann
4a86c81edf
themify the typing bubble 2020-09-25 14:29:32 +10:00
Audric Ackermann
4578c635a6
render @ mention correctly with long title on ConversationListItem 2020-09-25 14:13:32 +10:00
Audric Ackermann
82be1ca60f
allow medium group updates from non admin 2020-09-25 13:45:40 +10:00
Audric Ackermann
53a14a0b60
add prefix to ExpirationTimerUpdateMessage for closed group too 2020-09-25 10:53:21 +10:00
Audric Ackermann
c052b1a2ec
update group size limit to 20 now that those are ssk groups
Also removed removed description while creating a medium group as it was
removed on mobile
2020-09-25 09:35:39 +10:00
Audric Ackermann
c01cd634e4
Generate our own senderkey if it does not exist
This case can happen on restore from seed
2020-09-24 14:29:34 +10:00
Audric Ackermann
c3e2397b0a
Merge pull request #1353 from Bilb/bad-snode-difficulty-100
mark node as bad if it returns difficulty 100
2020-09-24 10:15:03 +10:00
Audric Ackermann
e5db9916a5
allow closed group updates from non-admin user 2020-09-24 09:27:44 +10:00
Audric Ackermann
d12e0500af
mark node as bad if it returns difficulty 100 2020-09-23 11:43:47 +10:00
Audric Ackermann
bfcbf4fe08
Merge pull request #1347 from Bilb/avatar-add-animation-clickable 2020-09-22 10:42:38 +10:00
Audric Ackermann
4505bed61b
add migration to drop existing textsecure prefix from group convo ids 2020-09-22 08:58:21 +10:00
Audric Ackermann
86b15328c1
drop the prefix for group on the incoming message object 2020-09-21 15:59:56 +10:00
Audric Ackermann
9295fe7c58
add opacity change on hovered clickable avatar 2020-09-21 14:14:12 +10:00
Audric Ackermann
92cc9a7cdd
Merge pull request #1346 from Bilb/add-pn-notify
add notify to PN server on message sent
2020-09-21 13:38:43 +10:00
Audric Ackermann
3a876c7322
add notify to PN server on message sent 2020-09-21 12:26:23 +10:00
Audric Ackermann
8326870b1a
use senderIdentity for incoming messages on mediumGroups 2020-09-18 15:44:17 +10:00
Audric Ackermann
cd44143eaf
Merge pull request #1344 from Bilb/fix-avatar-closed 2020-09-18 14:02:10 +10:00
Audric Ackermann
d6ad2a1911
select message on click on message directly 2020-09-18 11:36:47 +10:00
Audric Ackermann
e83912e449
avatar placeholder skip first 05 for initial from pubkey 2020-09-18 10:48:18 +10:00
Audric Ackermann
d283636fa3
fix tests 2020-09-18 09:50:13 +10:00
Audric Ackermann
58d85c0f8e
fix methods order 2020-09-18 09:42:30 +10:00
Audric Ackermann
514eb9ba98
fix pubkey regex for mobile medium groups 2020-09-17 19:46:06 +10:00
Audric Ackermann
215c964fab
fix padding for medium group 2020-09-17 19:36:58 +10:00
Audric Ackermann
8123508b51
fix avatar closed group and pubkey for medium mobile groups 2020-09-17 19:36:46 +10:00
Audric Ackermann
f11cb7744d
fix round avatars with border top and bottom width 2020-09-16 15:33:10 +10:00
Audric Ackermann
ceab8228fc
close leftpane overlay on message sent to that conversation 2020-09-16 14:46:33 +10:00
Audric Ackermann
ffab04c7f4
Merge pull request #1341 from Bilb/avatar-always-show-two-members 2020-09-16 09:37:21 +10:00
Audric Ackermann
d6e8247016
Merge pull request #1339 from Bilb/add-back-copy-session-id
add back Copy Session ID but show it only for user context click
2020-09-15 16:42:34 +10:00
Audric Ackermann
4d801fd8e5
check for changes on member avatars only on re rendering 2020-09-15 16:38:24 +10:00
Audric Ackermann
76dc5960dd
render grey Icon if no pubkey or avatarPath on Avatar 2020-09-15 15:48:06 +10:00
Audric Ackermann
56cd42d34c
remove authorColor unused in Session 2020-09-15 15:26:09 +10:00
Audric Ackermann
6eb13e43e3
simplify a lot avatar props 2020-09-15 15:07:22 +10:00
Audric Ackermann
30416d98ab
show our avatar on a group if less than 2 members 2020-09-15 13:33:10 +10:00
Audric Ackermann
1545256cbe
Merge pull request #1337 from Bilb/fix-ssk 2020-09-15 10:47:00 +10:00
Audric Ackermann
cd1a940719
add back Copy Session ID but show it only for user context click 2020-09-15 10:32:16 +10:00
Audric Ackermann
56a81ccc93
Merge pull request #1336 from Bilb/remove-jazzicon 2020-09-15 10:26:12 +10:00
Audric Ackermann
28d2481389
fix tests 2020-09-15 10:10:34 +10:00
Audric Ackermann
ff1c554e8a
make MediumGroupChatMessage share impl with ClosedGroupChatMessage 2020-09-15 09:40:50 +10:00
Audric Ackermann
04063cd0fb
make medium group pubkey be in bytes rather than str 2020-09-15 09:04:10 +10:00
Audric Ackermann
bc1aff747a
refresh avatar for closed group on new props 2020-09-14 16:49:08 +10:00
Audric Ackermann
217cc04ad1
cleanup avatar rendering and add a 64px size 2020-09-14 16:06:58 +10:00
Audric Ackermann
b845ba9642
use a HOC to fetch closed group conversations for avatar rendering 2020-09-14 16:06:24 +10:00
Audric Ackermann
9584d0a1af
fix closed group avatar for conversationlistItem 2020-09-14 14:29:37 +10:00
Audric Ackermann
7054268b14
use source from decoded content and not envelope on ssk 2020-09-14 12:15:22 +10:00
Audric Ackermann
9576944191
fix download of attachments on open group 2020-09-11 16:38:54 +10:00
Audric Ackermann
35ea6af27f
Add group avatar as on mobile: with multiple group members avatar 2020-09-11 15:06:48 +10:00
Audric Ackermann
bc8999e0b6
fix tests 2020-09-10 16:16:46 +10:00
Audric Ackermann
28eec84783
remove JazzIcon and use instead a colored circle with Initial 2020-09-10 15:54:35 +10:00
Audric Ackermann
1da4ae69c2
render NoteToSelf list item as a normal conversation 2020-09-10 15:52:36 +10:00
Audric Ackermann
b51eca61c8
Merge pull request #1333 from Bilb/fix-avatar-path
fix custom avatar show on dialogs and list
2020-09-09 13:03:09 +10:00
Audric Ackermann
84c7ce006b
fix ctx menu on repeated block/unblock 2020-09-09 11:16:33 +10:00
Audric Ackermann
d3badba681
hide reset session from menu when user is blocked 2020-09-09 10:48:26 +10:00
Audric Ackermann
57160cb45c
fix custom avatar show on dialogs and list 2020-09-09 10:38:24 +10:00
Audric Ackermann
c34edee180
Merge pull request #1321 from Bilb/use-created-at-server-timestamp
Fixes #1249
2020-09-08 15:15:01 +10:00
Audric Ackermann
a0e437ab87
fix ordering of our own message on message pulled from server 2020-10-08 14:29:36 +11:00
Audric Ackermann
e6f367a61e
fix messagequeue test 2020-09-08 10:49:59 +10:00
Audric Ackermann
1e446b0a81
fix order for open groups message which are out of sync 2020-09-08 09:37:51 +10:00
Audric Ackermann
7501d71542
fix polling logic on network errors #995 2020-09-07 14:17:59 +10:00
Audric Ackermann
76664d9a11
use created_at for public group to order messages 2020-09-04 15:26:26 +10:00
Audric Ackermann
252c45f635
Merge remote-tracking branch 'upstream/clearnet' into use-created-at-server-timestamp 2020-09-04 10:18:20 +10:00
Audric Ackermann
62be54c05a
update text for lightmode forced to user 2020-09-03 11:32:04 +10:00
Audric Ackermann
0721d469db
increase timeout allowed for joining open group 2020-09-02 15:49:43 +10:00
Audric Ackermann
66dcfdfe6e
show message when no blocked contact in settings 2020-09-02 15:28:24 +10:00
Audric Ackermann
adfaa8861f
fix build 2020-09-02 13:51:14 +10:00
Audric Ackermann
cd686269cb
use server created_at timestamp to order messages
Also update the way we check for duplicated message to allow a 10s
window with the same body rather than an exact match of timestamp.

This is needed as the timestamp of the message pulled is now the one of
the creation of the server, and not the same we have locally (sent at).
2020-09-02 12:09:23 +10:00
Audric Ackermann
dafe8a80ab
shortcut newReceiver when calling dataMessage exported functions 2020-09-02 12:07:44 +10:00
Audric Ackermann
d670a47d5c
remove duplicated key translation 2020-09-01 15:30:15 +10:00
Audric Ackermann
0e75510e5b
remove ttl unused settings and all translated key 2020-09-01 11:14:59 +10:00
Audric Ackermann
73e2250ca8
add submenu rtl support (disabled for now) 2020-08-31 14:53:17 +10:00
Audric Ackermann
c47d0e5707
rename friend-.. css to contact- 2020-08-31 14:52:26 +10:00
Audric Ackermann
22b2d80993
make light theme default for existing users and show dialog to revert 2020-08-28 10:10:45 +10:00
Audric Ackermann
d4a954e53f
add sun SessionIcon and a MAX size for SessionIconSize 2020-08-28 10:10:23 +10:00
Audric Ackermann
f420559f3f
add types for window.confirmationDialog 2020-08-28 10:09:17 +10:00
Audric Ackermann
94bd47fb8c
add way to add icon to SessionConfirm dialog 2020-08-28 10:08:32 +10:00
Audric Ackermann
339bc35975
shorten pubkey when replying to a user 2020-08-26 16:11:43 +10:00
Audric Ackermann
4070a7099f
Merge remote-tracking branch 'upstream/clearnet' into add-light-theme 2020-08-26 12:04:00 +10:00
Audric Ackermann
094cd0ae47
Merge pull request #1306 from Bilb/make-cheap-translations 2020-08-26 11:58:40 +10:00
Audric Ackermann
fca83b65cc
make min group member 1 on creation 2020-08-26 11:46:12 +10:00
Audric Ackermann
a03132f088
remove qrDialogView unused 2020-08-26 10:48:23 +10:00
Audric Ackermann
1eb8f8e6b1
remove ConfirmationDialogView unused 2020-08-26 09:51:40 +10:00
Audric Ackermann
5f51573f53
remove unused templates 2020-08-25 16:58:24 +10:00
Audric Ackermann
291982c2aa
cleanup css and themify missing stuff 2020-08-25 15:58:14 +10:00
Audric Ackermann
9cbf21547b
cleanup scss and themify message view 2020-08-25 11:25:41 +10:00
Audric Ackermann
5cdb25ca00
themify widget selection, compose and slider 2020-08-24 19:11:26 +10:00
Audric Ackermann
5bede47608
make svg check create Closed group color dynamic 2020-08-24 14:26:14 +10:00
Audric Ackermann
422c2610b6
add light theme for leftpane conversation list view 2020-08-24 12:06:03 +10:00
Audric Ackermann
39463d2f93
enable back ability to switch theme from leftpane 2020-08-21 12:54:29 +10:00
Audric Ackermann
ed9f4e713e
add type for mnemonic.js and replace some calls with recoveryPhrase 2020-08-20 10:19:47 +10:00
Audric Ackermann
94146124ff
Merge pull request #1312 from konstantinullrich/bug/#1311-Unblock-Users-Page-in-Settings-is-broken 2020-08-20 08:37:27 +10:00
Audric Ackermann
b75bb71a22
Merge remote-tracking branch 'upstream/clearnet' into make-cheap-translations 2020-08-18 12:34:13 +10:00
Audric Ackermann
0b6c915f8f
update translation to match android - part 2 2020-08-18 12:31:03 +10:00
Audric Ackermann
5739d78ada
edit group editing title to match Android 2020-08-18 11:35:58 +10:00
Konstantin Ullrich
5b7c58c0d4 Refresh after unblocking a SessionID without model 2020-08-17 06:57:28 +02:00
Audric Ackermann
fec3a0f643
remove install_view.js 2020-08-17 14:03:51 +10:00
Audric Ackermann
90fac8f75e
show group members => groupmember 2020-08-17 11:44:51 +10:00
Audric Ackermann
70b739d24f
update translation to match android - part 1 2020-08-17 11:36:25 +10:00
Audric Ackermann
730c520b22
remove seed name from Registration tabs components 2020-08-17 11:29:14 +10:00
Audric Ackermann
38c099cdf0
rename seed to recovery phrase 2020-08-17 11:21:57 +10:00
Konstantin Ullrich
2f35d9d2a6 lint fix 2020-08-15 13:58:24 +02:00
Konstantin Ullrich
86f8fe54ae Check for model in blocked settings 2020-08-15 13:21:35 +02:00
Audric Ackermann
ad4c024530
Merge remote-tracking branch 'upstream/clearnet' into make-cheap-translations 2020-08-14 14:31:33 +10:00
Audric Ackermann
dc77e6e44e
remove toggle use sender keys. Rely on lokiFeatureFlag directly 2020-08-14 14:25:39 +10:00
Audric Ackermann
13b28e565d
hide copy option for closed group 2020-08-14 11:25:54 +10:00