Commit graph

7778 commits

Author SHA1 Message Date
Audric Ackermann
08cafa36c0
enable sealed sender during integration-tests 2020-04-20 11:52:41 +10:00
Mikunj
8f453bc12e Fix unnecessary db calls 2020-04-20 10:41:49 +10:00
Audric Ackermann
026844e40b
fix slaveMessages shown as someone else messages pubchats
When sending a message from a secondary device to a pubchat the
primary device would display this message on the left side on the
conversation view. It was due to the fact that the slaveDevices was not
built correctly.
2020-04-17 12:07:15 +10:00
Audric Ackermann
4e1e7132d4
fix bug registration done after link device cancelled
to reproduce before this fix:
- start link process of second device to first desktop device
- quit or refresh the second device window without updating any fields
- quit or refresh (a second time) the second device window without
updating any fields
- the second device window is now considered logged in (as a new device,
not linked with the first one)

This forces a full reset of the registration state when the registration
components are loaded, which are loaded only if the registration is not
done as required.
2020-04-17 12:03:32 +10:00
Audric Ackermann
cd143d8758
remove useless code and make sha commit selectable 2020-04-17 12:03:31 +10:00
Audric Ackermann
ab22db246b
Merge pull request #1064 from msgmaxim/add-key 2020-04-17 02:12:57 +01:00
Ryan Tharp
167ae0e0bd
Merge pull request #1061 from neuroscr/patchopensnapps
snode communication refactor part 4
2020-04-16 17:20:48 -07:00
Ryan Tharp
058cd32746 Merge branch 'patchopensnapps' of https://github.com/neuroscr/loki-messenger into patchopensnapps 2020-04-16 16:29:03 -07:00
Ryan Tharp
158d6a2a2e fix logging, allowOnlyOneAtATime fix timeout clearing 2020-04-16 16:28:51 -07:00
Ryan Tharp
43b8b779f2 add note 2020-04-16 16:28:18 -07:00
Ryan Tharp
b119a1d0d4 findMatchingSnode => compareSnodes 2020-04-16 16:27:41 -07:00
Ryan Tharp
2be1a0850c remove 2nd param from Math.floor, refreshSendingSwarm fix refreshSwarmNodesForPubKey pubkey 2020-04-16 16:27:18 -07:00
Vincent
958a4c8594 Linted 2020-04-16 21:24:11 +10:00
Mikunj Varsani
2a2d3ab407
Merge pull request #1075 from Mikunj/auto-update-fix
Fix auto update not running correctly
2020-04-16 10:48:16 +10:00
Ryan Tharp
9e584b64aa
Update js/modules/loki_app_dot_net_api.js
Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
2020-04-15 16:03:10 -07:00
Ryan Tharp
078e95f8c9 use meta.code to emulate proper http response from proxy, logging style updates 2020-04-15 00:03:42 -07:00
Ryan Tharp
f6233b91a9 getSwarmNodesForPubKey make fetching hashes optional and off by default, get version summary when all downloaded, _getVersion retry bug fix, other notes 2020-04-14 23:38:28 -07:00
Ryan Tharp
40ebc508fc only show devs the token 2020-04-14 23:35:50 -07:00
Ryan Tharp
6dca83a972 return which snode was used to send/storage message, pass fetchHashes to getSwarmNodesForPubKey, indicate if we were requested to be stopped or not, log level adjustments 2020-04-14 23:35:34 -07:00
Ryan Tharp
b3278a4edf handle timestamp errors better 2020-04-14 23:32:38 -07:00
Ryan Tharp
adcc1e186a firstTrue return the return truish value given otherwise false 2020-04-14 23:32:02 -07:00
Ryan Tharp
60abea1454 typo and validAuthorisations bug fix 2020-04-14 23:31:35 -07:00
Vincent
e6fdf95dcb Run all tests 2020-04-15 04:32:46 +10:00
Vincent
c1dcac1b84 Message & settings tests 2020-04-15 04:26:50 +10:00
Mikunj
229f289d12 Fix auto update not running correctly 2020-04-14 12:23:39 +10:00
Audric Ackermann
6848eb975a
fix tests 2020-04-14 11:19:24 +10:00
Audric Ackermann
6d6f4a00e4
address review: remove code duplication 2020-04-14 10:59:34 +10:00
Audric Ackermann
a3575c0295
showtoast on invite accept from already member open-group 2020-04-14 09:56:32 +10:00
Audric Ackermann
0d0a0a1eb5
remove unused file connecting_to_server_dialog_view.js 2020-04-14 09:56:31 +10:00
Audric Ackermann
645b2d55fc
invite friends to closed group: hide already members 2020-04-14 09:56:31 +10:00
Audric Ackermann
ab77b0f9a5
disable message contextmenu on group chats when kicked 2020-04-14 09:56:31 +10:00
Audric Ackermann
f48136678e
use isKickedFromGroup to disable ui components 2020-04-14 09:56:30 +10:00
Audric Ackermann
67b6ef7ac9
make invite dialog width relative to window width 2020-04-14 09:56:30 +10:00
Audric Ackermann
28597e3539
filter out already members in invite dialog for closed groups 2020-04-14 09:56:29 +10:00
Vincent
d2364ba529 Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into integration-test-vince 2020-04-12 22:50:29 +10:00
Vincent
f7f4cc5218 reverted_ looking for settings_text 2020-04-12 19:11:42 +10:00
Konstantin Ullrich
fadbc03576 Enable Mention Rendering in sidepanel 2020-04-11 21:02:20 +02:00
Mikunj Varsani
47397c636f
Merge pull request #1065 from Mikunj/onion-path-building
Build onion paths after storage becomes ready
2020-04-08 15:48:36 +10:00
Mikunj
18851c3f87 Move builing paths after storage becomes ready.
We do this so it doesn't block any of the other communication apis from being initialized.
2020-04-08 12:16:09 +10:00
Maxim Shishmarev
6c186690e8 add missing key prop to SessionMemberListItem 2020-04-08 12:09:59 +10:00
Vince
a5961ded1e
Merge pull request #1062 from vincentbavitz/message-closed-group-deletion
Message Deletion and Unsending
2020-04-07 19:13:18 +10:00
Vincent
91277eb938 Merge branch 'message-closed-group-deletion' of https://github.com/vincentbavitz/session-desktop into message-closed-group-deletion 2020-04-07 18:28:16 +10:00
Vincent
9c9b8e08ef Remove redundant bool casting 2020-04-07 18:26:37 +10:00
Vincent
399ffa3c32 Remove redundant bool casting 2020-04-07 18:15:23 +10:00
Vincent
9229ee7482 Linted 2020-04-07 16:49:23 +10:00
Vincent
99200bb725 Message unsendability 2020-04-07 16:43:53 +10:00
Vincent
f66bc782da Remove debugging logs 2020-04-07 15:23:33 +10:00
Vincent
94be443822 Message deletion cleanup 2020-04-07 15:19:18 +10:00
Vincent
c4816dc86b Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into clearnet 2020-04-07 13:43:20 +10:00
Ryan Tharp
73b6401097 additional lint-full 2020-04-06 20:34:40 -07:00