Mikunj Varsani
|
296eb6fd72
|
Merge pull request #271 from sachaaaaa/fix_node_tests
Fix node tests
|
6 years ago |
sachaaaaa
|
ce4105f529
|
Fix node tests
|
6 years ago |
Beaudan Campbell-Brown
|
cab389fe2e
|
Merge pull request #267 from BeaudanBrown/move-filtering
Persistent last hash
|
6 years ago |
Beaudan Campbell-Brown
|
6a290f4918
|
Merge pull request #266 from Mikunj/fixes
UI Fixes
|
6 years ago |
Beaudan
|
8ff647e3cd
|
Return instead of await
|
6 years ago |
Beaudan
|
3522513590
|
Use TEXT over STRING
|
6 years ago |
Beaudan
|
e63e9b9053
|
Small optimisation
|
6 years ago |
Beaudan
|
faf1b4b66b
|
Lint
|
6 years ago |
Beaudan
|
620380d2d9
|
Move filter messages to message api and some other cleaning
|
6 years ago |
Beaudan
|
796181e00c
|
Add database functions for storing, retrieving and cleaning last hash for snodes
|
6 years ago |
Beaudan
|
960bd3fff2
|
Move JobQueue to be a module so that we can use it in preload
|
6 years ago |
Beaudan Campbell-Brown
|
949f597ca5
|
Merge pull request #263 from BeaudanBrown/long-polling
Long polling
|
6 years ago |
Mikunj
|
40ab727b12
|
Linting
|
6 years ago |
Mikunj
|
b2ecb87462
|
Review fixes
|
6 years ago |
Mikunj
|
c7130a3bbb
|
Added password confirmation dialog before showing seeds.
|
6 years ago |
Mikunj
|
1a211e8df8
|
Fix loki image stretching randomly
|
6 years ago |
Beaudan
|
377e90bafe
|
Include long polling header for retrieve messages, extend retrieveMessages timeout to 40 seconds, reduce default tmeout to 5 seconds, remove dev/prod poll time difference
|
6 years ago |
Beaudan Campbell-Brown
|
495ddcabab
|
Merge pull request #262 from BeaudanBrown/millisecond-times
Ttl and timestamp milliseconds
|
6 years ago |
Beaudan Campbell-Brown
|
ee813a1126
|
Update libloki/proof-of-work.js
|
6 years ago |
Beaudan Campbell-Brown
|
eff8da3677
|
Merge pull request #261 from BeaudanBrown/disable-encryption
Disable encryption
|
6 years ago |
Beaudan
|
b9c11a229b
|
Fix tests by handling millisecond ttl better
|
6 years ago |
Beaudan
|
db8f8ba36f
|
Multiple all ttl values by 1000 and stop dividing timestamp by 1000 so they are both milliseconds
|
6 years ago |
Beaudan
|
f69e6ec763
|
Disable encryption
|
6 years ago |
Beaudan Campbell-Brown
|
ff452cd7f0
|
Merge pull request #258 from BeaudanBrown/storage-swarm
Storage swarm
|
6 years ago |
Beaudan
|
f076f94e71
|
Clearer last hash line
|
6 years ago |
Beaudan
|
fa7042c043
|
Added wrong swarm error which gets thrown if we receive a 421 error, update the swarm lists if we get one of those errors
|
6 years ago |
Beaudan
|
0f771d4db4
|
Rename loki_fetch to loki_rpc
|
6 years ago |
Beaudan
|
b09f2970fc
|
Move NotFoundError to errors.js
|
6 years ago |
Beaudan
|
929d272fcc
|
Fixed bugs with http being appended at wrong time and lastHash not being sent properly
|
6 years ago |
Beaudan
|
531ee92dcb
|
Updated messenger to work with slightly different storage server API and changed swarm requests to go through storage server
|
6 years ago |
Beaudan Campbell-Brown
|
9a52319da3
|
Merge pull request #259 from Mikunj/new-registration-ui
Changed registration to be a 2 step process.
|
6 years ago |
Mikunj
|
ae8b3899ad
|
Changed registration to be a 2 step process.
|
6 years ago |
Beaudan Campbell-Brown
|
338f4e3682
|
Merge pull request #255 from BeaudanBrown/better-logs
Improve sending/retrieving/swarm logs
|
6 years ago |
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 |