Commit graph

7726 commits

Author SHA1 Message Date
Vincent a0cec3f0fd notification count positioning 2020-04-30 18:40:41 +10:00
Audric Ackermann 5564bfa134
Merge pull request #1105 from Mikunj/fix-reset-registration
Fix corner cases for registration reset
2020-04-30 01:23:28 +01:00
Audric Ackermann 5013aad032
Merge pull request #1107 from Mikunj/minor-fix 2020-04-30 01:23:16 +01:00
Vince cdc88f3cd1
Merge pull request #1077 from vincentbavitz/integration-test-vince
Message & Settings Tests
2020-04-29 15:44:22 +10:00
Vincent 7763baba7a Send message async 2020-04-29 12:20:48 +10:00
Vincent cc3e03c5e4 tests finalise 2020-04-29 12:17:53 +10:00
Vincent 5eb49764b3 lint 2020-04-28 12:13:14 +10:00
Vincent e2c73f2fe5 fixups 2020-04-28 11:59:12 +10:00
Audric Ackermann 0f64ab7160
Merge pull request #1095 from Bilb/fix-menu-bar-setting 2020-04-28 02:46:03 +01:00
Mikunj 2f04a4cf69 Ignore multi device logic when sending background message 2020-04-28 11:41:26 +10:00
Vince d4dc5f7f8f
Merge pull request #1098 from vincentbavitz/fonts-update
Fonts update
2020-04-28 11:40:15 +10:00
Audric Ackermann 8b03cc6945
Merge pull request #1084 from Bilb/refactor-send-message 2020-04-28 02:33:51 +01:00
Audric Ackermann 5d9c334809
Merge pull request #1099 from Bilb/fix-enter-create-private-group 2020-04-27 07:36:22 +01:00
Mikunj 0e4f9b4743 Remove duplication 2020-04-27 15:53:49 +10:00
Mikunj a2b60cdd2a Remove token data upon registration reset 2020-04-27 14:50:23 +10:00
Audric Ackermann 14ba0aeb65
fix lint 2020-04-27 10:09:39 +10:00
Mikunj Varsani 1a0b760fa1
Merge pull request #1093 from Bilb/fix-various-closed-group
Fix various closed group
2020-04-27 10:07:16 +10:00
Mikunj Varsani 3e3df7717f
Merge pull request #1094 from Bilb/link-device-fixes
Link device fixes
2020-04-27 10:06:47 +10:00
Mikunj Varsani 0aa3227bef
Merge pull request #1090 from Mikunj/cpu-fix
Fix CPU usage when using onion requests
2020-04-27 10:06:24 +10:00
Audric Ackermann 73bc9e1204
reset registration on excepion got 2020-04-24 15:23:18 +10:00
Audric Ackermann 2a9a2f7fb9
show closed group in channels list 2020-04-24 14:03:21 +10:00
Audric Ackermann caace04c32
fix enter press to create a closed group 2020-04-24 13:09:03 +10:00
Vincent 56eae339c2 Line spacing fix 2020-04-24 11:51:49 +10:00
Vincent 9b31824d36 Update default refs to accent 2020-04-23 17:41:07 +10:00
Vincent ed89f8c4b1 Update fonts and rework SASS 2020-04-23 17:28:42 +10:00
Audric Ackermann f41ba8163d
fix-menu-bar-setting 2020-04-23 17:00:13 +10:00
Audric Ackermann 3c2746d910
fix group update notifcation when we are added to the group 2020-04-23 14:28:41 +10:00
Audric Ackermann 6f8affe5c9
add spinner while unlinking device 2020-04-23 12:31:30 +10:00
Audric Ackermann b60188331a
do not trigger closed group update on unchanged member list 2020-04-23 12:07:00 +10:00
Mikunj 96d42e24d2 Made calculateAgreement async 2020-04-22 09:59:03 +10:00
Mikunj d8ed1258e1 Made key generation async 2020-04-22 09:48:05 +10:00
Mikunj b339651bda Bump version to 1.0.7 2020-04-21 11:47:15 +10:00
Mikunj Varsani 035daffe2b
Merge pull request #1074 from Bilb/various-group-fixes
Various group fixes
2020-04-21 11:44:35 +10:00
Audric Ackermann 875c128d2a
remove useSealedSender feature as this is default now 2020-04-20 16:33:24 +10:00
Audric Ackermann edbe79486c
split doSendMessage in sub methods 2020-04-20 16:27:11 +10:00
Mikunj Varsani 2015ee7647
Merge pull request #1086 from Mikunj/cpu-fix
Fix unnecessary db calls
2020-04-20 16:26:54 +10:00
Ryan Tharp 61390ac288
Merge pull request #1083 from Bilb/sealed-sender-integration-test
enable sealed sender during integration-tests
2020-04-19 23:15:34 -07:00
Ryan Tharp c36d071859
Merge pull request #1076 from konstantinullrich/#1059-Mentions-display-the-username-instead-of-SessionID
Enable Mention Rendering in sidepanel
2020-04-19 23:15:00 -07:00
Ryan Tharp 335244c6cd
Merge pull request #1085 from neuroscr/patchopensnapps
Configurable onion request hops and wrong PoW/timestamp/swarm fixes for proxy/ORs
2020-04-19 23:13:40 -07:00
Ryan Tharp e38dff5448 make getPathString functional 2020-04-19 23:03:53 -07:00
Ryan Tharp 06e1a0eec3 window.lokiFeatureFlags.onionRequestPaths => onionRequestHops, needPaths => nodesNeededPerPaths 2020-04-19 23:03:34 -07:00
Ryan Tharp 2907f3d154 remove dead code 2020-04-19 23:02:29 -07:00
Ryan Tharp cd8f67a93a refactor getPathString() out, clean up if result branching 2020-04-19 22:47:35 -07:00
Ryan Tharp 5ef17375c1 sendOnionRequest() now uses onionRequestPaths control, lokiFetch checkResponse() so we handle wrong PoW/Timestamp/Swarm in proxy and onion requests 2020-04-19 22:26:47 -07:00
Ryan Tharp cc4664e27f buildNewOnionPaths() now uses onionRequestPaths control, include count of paths in log 2020-04-19 22:24:41 -07:00
Ryan Tharp 203da4544a add window.lokiFeatureFlags.onionRequestPaths and turn on onion_requests using one hop 2020-04-19 22:23:51 -07:00
Ryan Tharp a3f51648a5 dead code lint 2020-04-19 22:22:07 -07:00
Ryan Tharp 0bbd265d52 log any sendMessage exceptions, other notes 2020-04-19 22:21:49 -07:00
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