Commit Graph

7599 Commits (9e584b64aace5f0cf79feccf8153790b8d23f87f)
 

Author SHA1 Message Date
Ryan Tharp 9e584b64aa
Update js/modules/loki_app_dot_net_api.js
Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
6 years ago
Ryan Tharp 078e95f8c9 use meta.code to emulate proper http response from proxy, logging style updates 6 years ago
Ryan Tharp f6233b91a9 getSwarmNodesForPubKey make fetching hashes optional and off by default, get version summary when all downloaded, _getVersion retry bug fix, other notes 6 years ago
Ryan Tharp 40ebc508fc only show devs the token 6 years ago
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 6 years ago
Ryan Tharp b3278a4edf handle timestamp errors better 6 years ago
Ryan Tharp adcc1e186a firstTrue return the return truish value given otherwise false 6 years ago
Ryan Tharp 60abea1454 typo and validAuthorisations bug fix 6 years ago
Ryan Tharp 73b6401097 additional lint-full 6 years ago
Ryan Tharp 3f5a667989 remove separate version pool vars, loki_primitive refactor, make sure _getAllVerionsForRandomSnodePool can't stack, exception clean up, findMatchingSnode refactor, getSwarmNodesForPubKey() now loads the lasthash, getNodesMinVersion is no longer async, _getSnodesForPubkey no longer takes a snode 6 years ago
Ryan Tharp 9927eab539 more loki_primitive unification, remove unneeded trace 6 years ago
Ryan Tharp e1ff1c709b lint 6 years ago
Ryan Tharp 6c48ee7e6d lint 6 years ago
Ryan Tharp 53a624ff1d loki_primitives refactor, pass swarmPool into _openRetrieveConnection, _openSendConnection now returns the snode it used, refreshSendingSwarm() now uses lokiSnodeAPI.refreshSwarmNodesForPubKey, bump MAX_ACCEPTABLE_FAILURES from 1 to 10 to make sure we retry 6 years ago
Ryan Tharp bee436ebbb 2.0.2-3 loki-storage support: handle 504, adjust log level/logging/notes 6 years ago
Ryan Tharp f9baac91a1 Merge branch 'clearnet' of https://github.com/loki-project/loki-messenger into patchopensnapps 6 years ago
Ryan Tharp f632a87b05
Merge pull request #1057 from loki-project/neuroscr-patch-2
open group api - put integration code under guard
6 years ago
Ryan Tharp 033df05113
Merge pull request #1056 from loki-project/neuroscr-patch-1
Fix integration tests slipping into release
6 years ago
Ryan Tharp 3553edcefc
lint 6 years ago
Ryan Tharp 70c4b9b3c7
lint 6 years ago
Ryan Tharp b517ad5286
put integration code under guard 6 years ago
Ryan Tharp 1ee2088343
Fix integration tests slipping into release
Per Mikunj
6 years ago
Ryan Tharp 7b344e5bf8 Merge branch 'clearnet' of https://github.com/loki-project/loki-messenger into patchopensnapps 6 years ago
Mikunj 0b63fbeae4 Merge branch 'master' into clearnet 6 years ago
Vince 6438698442
Merge pull request #1052 from loki-project/revert-1050-clearnet
Revert "Clearnet --> Master for v1.0.6"
6 years ago
Vince fead4fffef
Revert "Clearnet --> Master for v1.0.6" 6 years ago
Vince 8216b7c079
Merge pull request #1051 from loki-project/revert-1033-package-cleanup
Revert "Clean up unused dependencies."
6 years ago
Vince cc89693bba
Merge pull request #1050 from loki-project/clearnet
Clearnet --> Master for v1.0.6
6 years ago
Vince 973859647e
Merge pull request #1049 from vincentbavitz/clearnet
Upgrade to v1.0.6
6 years ago
Vincent 82fdd6570d update package.json to v1.0.6 6 years ago
Audric Ackermann 476c53f96a
Merge pull request #1048 from Bilb/test-fix-line-ending
run lint ci task only on linux os
6 years ago
Vince 5ff7476359
Revert "Clean up unused dependencies." 6 years ago
Vince 6d591d956d
Merge pull request #1033 from Mikunj/package-cleanup
Clean up unused dependencies.
6 years ago
Audric Ackermann 83ac64a0e7
run lint ci task only on linux and macos 6 years ago
Audric Ackermann c13b10ed64
Merge pull request #1047 from Bilb/test-fix-line-ending
ignore .md file prettier
6 years ago
Audric Ackermann edb85e3426
ignore .md file prettier 6 years ago
Audric Ackermann 36712e6ffc
Merge pull request #1046 from Bilb/test-fix-line-ending
Test fix line ending
6 years ago
Ryan Tharp 75511a7666 Merge branch 'clearnet' of https://github.com/loki-project/loki-messenger into patchopensnapps 6 years ago
Ryan Tharp 996d7c9844
Merge pull request #1044 from neuroscr/fix-int-tests
Integration tests: Support slower computers/network
6 years ago
Audric Ackermann 8dd94eb172
add back bug_report.md fixing lint 6 years ago
Audric Ackermann 7081c20e85
Merge pull request #1039 from Bilb/disable-disappearing-message-set-before-friend
Disable disappearing message before friend request accepted
6 years ago
Audric Ackermann 406f5deedd
remove bug_report.md to update line endings 6 years ago
Audric Ackermann 796a37189a
Disable disappearing message before friend request accepted
Hide nickname option fron menu in ConversationHeader for now
6 years ago
Audric Ackermann 9041c2ad06
Merge pull request #1036 from Bilb/fix-password-login-crash
Close the password window once mainwindow is focused
6 years ago
Ryan Tharp 90d2bbb338 refactor refreshRandomPool into small functions, exception clean up 6 years ago
Ryan Tharp 0bffccb441 setValueWrapper refactor, add group prefix for easier grepping, DRY 6 years ago
Ryan Tharp 3d93c05929 setValueWrapper refactor, fix process killing on macOs, remove unneeded resolves 6 years ago
Ryan Tharp f5f9614680 I looked up how to xpath byId, thought I'd include it 6 years ago
Ryan Tharp 1e863e5a8a bump int test timeout from 5s to 10s, add test-integration-parts which is more reliable 6 years ago
Ryan Tharp 2e3ebc0c8a
Merge pull request #1043 from neuroscr/fix-int-tests
make closed group create button clickable (via minimum height), onBlur calls onChange
6 years ago