Commit Graph

5393 Commits (625fe0fee2431b9ddc9f8d19092b3899e6149995)
 

Author SHA1 Message Date
sachaaaaa 5c751bef09
Merge pull request #256 from BeaudanBrown/p2p-success-respond
Only respond 200 to successful p2p messages
6 years ago
Beaudan c2226542a4 Fix tests 6 years ago
Beaudan e5449f56ee Added success and failure callbacks when queueing envelope, now responding with 404 if we fail to decrypt a p2p message 6 years ago
Beaudan Campbell-Brown ce2d5d169f
Merge pull request #253 from BeaudanBrown/extend-right-click
Extend right click functionality
6 years ago
Beaudan Campbell-Brown acc2e38e3d
Merge pull request #254 from BeaudanBrown/fix-ui-bug
Fix bug with UI when creating conversation
6 years ago
Beaudan 0b6849c96a Review comment plus added a todo 6 years ago
Beaudan 6656a89092 Cleaned up a lot of the logs, stop them from printing more than once etc 6 years ago
Beaudan dbdde07062 Allow conversation symbol to generate while swarm nodes are being retrieved 6 years ago
Beaudan 9717267b00 Review 6 years ago
Beaudan 14367620d9 lint 6 years ago
Beaudan d0d57ea8c7 Add more functionality to the conversation right click menu, add right click for messages, change some of the ways toasts/confirmation dialogs are created, auto focus text input for nickname, clean up some stuff 6 years ago
Beaudan Campbell-Brown bf76767ed8
Merge pull request #252 from BeaudanBrown/delete-contact
Delete contact + right click menu
6 years ago
Beaudan 5c29c6cb1d Search view now works with deleting contacts as well 6 years ago
Beaudan df93c97b48 Added ability to delete contacts and destroy all sessions with them. Added right click menu to contacts/conversations in list which can block, delete messages and delete contact 6 years ago
sachaaaaa dca2462f6c
Merge pull request #248 from sachaaaaa/friend_request_expiry
Add requestExpired state to Friend Request state machine
6 years ago
sachaaaaa 77fb5b4a71 Missing closing parenthesis 6 years ago
sachaaaaa 53247b8efc
Merge pull request #247 from sachaaaaa/fix_friend_request_timer
Fix multiple friend request timers instantiated
6 years ago
sachaaaaa 31cb6b6339
Merge pull request #249 from sachaaaaa/github_issue_template
remove github issue template
6 years ago
Mikunj Varsani 353302ca16
Use Array.includes instead of Array.indexOf
Co-Authored-By: sachaaaaa <40749766+sachaaaaa@users.noreply.github.com>
6 years ago
sachaaaaa 14d070f8c7 remove github issue template - fixes #245 6 years ago
sachaaaaa e953ae7be2 use correct function respondToAllFriendRequests 6 years ago
sachaaaaa 7503a8ce6e
Merge pull request #244 from sachaaaaa/package_json
Replace mentions of Signal in package json
6 years ago
sachaaaaa 62889bbdd4 Add requestExpired state to Friend Request state machine 6 years ago
sachaaaaa 926c9ce3ca Fix multiple friend request timers instantiated 6 years ago
sachaaaaa 0d3cd78c12 Replace mentions of Signal in package json 6 years ago
sachaaaaa cf8defc731
Merge pull request #242 from BeaudanBrown/fix-p2p
Fix p2p
6 years ago
Beaudan 10ca7ee8d2 No longer removing listeners when closing local server 6 years ago
Beaudan Campbell-Brown a18625c076
Merge pull request #240 from BeaudanBrown/fix-ttl-error
Fix ttl error I introduced
6 years ago
Beaudan 0d3c010cf7 I didn't realise there were 2 different windows between processes and I shouldn't have removed this 6 years ago
Beaudan Campbell-Brown 8e3542b511
Merge pull request #213 from sachaaaaa/channel_encryption
Hook up channel encryption
6 years ago
Beaudan Campbell-Brown a8ee027f4a
Merge pull request #239 from BeaudanBrown/missed-lint
Missed lint line
6 years ago
Beaudan 6b1b73a5ea Missed lint line 6 years ago
sachaaaaa 4714cafa6f
Merge pull request #238 from sachaaaaa/commit_hash_about
Show commit hash in About window for beta builds
6 years ago
sachaaaaa 5fb1f2e1c0
Merge pull request #237 from BeaudanBrown/enter-to-login
Added enter to log in
6 years ago
sachaaaaa 01577a7b45
Merge pull request #236 from BeaudanBrown/fix-database-bug
Fix windows database crash
6 years ago
sachaaaaa b114f6ac75
Merge pull request #235 from sachaaaaa/help_menu
Replace help menu links
6 years ago
sachaaaaa 37f0fced29 Show commit hash in About window for beta builds 6 years ago
Beaudan f906cbfd50 Added enter to log in 6 years ago
Beaudan d317b020f0 Close the database if the password is incorrect, fixes windows crash 6 years ago
Beaudan 98aa53de07 Await removing databse 6 years ago
sachaaaaa 3e66b515de
Merge pull request #229 from sachaaaaa/fix_buggy_submenu
Upgrade react-contextmenu to 2.10.0
6 years ago
sachaaaaa 28b548525e
Merge pull request #233 from BeaudanBrown/handle-local-server-fail
Retry p2p server if failed to start
6 years ago
sachaaaaa 2278155353
Merge pull request #234 from BeaudanBrown/fix-ttl-slider
Fix ttl slider
6 years ago
sachaaaaa b39b45e29d Fix #214 Replace help menu links 6 years ago
Beaudan 5a23dbb687 Review comments and add local server listener before starting 6 years ago
Beaudan 5030ad4021 Made the slider label populate as well, plus removed redundant window function 6 years ago
Beaudan 8c20a31dd4 Review suggestions 6 years ago
Beaudan eaea7d9b7d Catch errors when starting local server and retry every 30 seconds 6 years ago
sachaaaaa 53b0574a1f Merge branch 'development' into channel_encryption
* development:
  Manually set the dns servers for windows
  Refactor local_loki_server
  Refactor rpc calls to its own function.

# Conflicts:
#	js/modules/loki_message_api.js
6 years ago
sachaaaaa 55e0ff1a88
Merge pull request #208 from Mikunj/message-api-refactor
Refactor rpc call to its own function.
6 years ago