Commit Graph

396 Commits (35fe5d66ce345a7181b33add8ceba98829d678cd)

Author SHA1 Message Date
Audric Ackermann 228e4ed662
move MessageController to typescript
Audric Ackermann 5e43210493
Merge branch 'clearnet' of github.com:loki-project/loki-messenger into react-refactor
Audric Ackermann 2ec337dd31
Add back ability to edit caption before sending attachments
Audric Ackermann f673589c56
add types for blueimp-load-image
Audric Ackermann c736023c88
enable file onion request v2 in lokiFeatureFlags
Audric Ackermann da62ba6829
Merge remote-tracking branch 'upstream/clearnet' into react-refactor
Audric Ackermann f8f15cb9f7
fix remove message for public groups
Audric Ackermann 2f2eb2ad53
link back backbone conversation events to redux store
Maxim Shishmarev 27859b13aa Added an option to use v3/lsrpc endpoint for more compact (base64) file reponses
Audric Ackermann 94b445983d
Merge remote-tracking branch 'upstream/clearnet' into react-refactor
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
Audric Ackermann f5818817e9
remove references to old emoji-panel package
Audric Ackermann 79eae4838d
Merge remote-tracking branch 'upstream/clearnet' into react-refactor
Audric Ackermann 17ac8c4343
Merge remote-tracking branch 'upstream/clearnet' into react-refactor
Audric Ackermann 2b13321c23
remove completely send to proxy
Audric Ackermann 4c91d977ca
move token and submit challenge call to onion request
Maxim Shishmarev 692a0e8cff Optionally use v2 onions for snode requests
Audric Ackermann 4d991d3992
Merge branch 'clearnet' into react-refactor
Audric Ackermann c7e54c4257
make attachment download use onion routing
Audric Ackermann 1b6629d818
enable ssk for all ENV by default
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
Audric Ackermann 5961e141c1
enable senderkeys feature flags (and so medium groups)
Audric Ackermann e678895d17
undo enable ssk groups
Audric Ackermann 3a876c7322
add notify to PN server on message sent
Audric Ackermann dafe8a80ab
shortcut newReceiver when calling dataMessage exported functions
Audric Ackermann fec3a0f643
remove install_view.js
Audric Ackermann 3945c6b208
Merge remote-tracking branch 'upstream/clearnet' into react-refactor
Audric Ackermann 58dd064e93
Merge remote-tracking branch 'upstream/clearnet' into fix-integration-tests
Audric Ackermann fc664a2580
show a toast on secondary device forced unlink
Mikunj 49b994367d Remove multi device data.
Force wipe secondary devices.
Mikunj c0fca99485 Disable multi device
Audric Ackermann 933eb73aa1
Merge remote-tracking branch 'upstream/clearnet' into fix-integration-tests
Audric Ackermann c12c3b5f64
move stub of integration tests to typescript
Audric Ackermann e806e912a3
move password_utils.js to typescript
Audric Ackermann e2a42d1b61
add stubbing of messageQueue in window from ts tests
Audric Ackermann ef0bbf897d
enable onion file server by default
Vincent 707200718d Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into refactor-ts-react
Vincent c26e20d33f css-loader
Mikunj 9e14615cd2 Remove RSS Feeds
Vincent 54b7d9a21b Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into refactor-ts-react
Maxim Shishmarev 237bd84b35 Fix medium group sending for single device users; protocol changes
Vincent 6078be1657 revive-ts-refactor
Vincent 83528f4b8d Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into refactor-ts-react
Maxim Shishmarev ae35626b35
Merge pull request from msgmaxim/ts-onion-requests
Move onion requests to typescript
Mikunj Varsani f11e0f2cd0
Merge pull request from Mikunj/blocking
Fix up Blocking
Maxim Shishmarev 6919f53a45 Move constants to preload.js
Mikunj aa75205bbd Move BlockedNumberController to ts
Maxim Shishmarev 12f73e23f2 Move onion requests to typescript
Vincent 4c48c9f6d6 Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into closed-group-fixes
Maxim Shishmarev d5a98b8b47 Remove swarm nodes from conversations