Commit Graph

4926 Commits (18d6683f579a6bf000061a79b07e46cd0d1907fa)
 

Author SHA1 Message Date
Beaudan Campbell-Brown 18d6683f57
Merge pull request #91 from Mikunj/minor-fixes
Minor fixes for production builds.
6 years ago
Mikunj 7e21deacc3 Undo css change as i'll fix that in another PR.
Point production to a test server.
6 years ago
Mikunj 3719a99554 Merge branch 'development' into minor-fixes 6 years ago
sachaaaaa e9ad614055
Merge pull request #94 from sachaaaaa/remove_secretsessioncipher_test
remove secretsessioncipher test
6 years ago
sachaaaaa bce44c4ec2 remove secretsessioncipher test 6 years ago
sachaaaaa 17349943dc
Merge pull request #88 from neuroscr/patch-1
Build instructions
6 years ago
Mikunj ba178b04b8 Minor fixes for production builds. 6 years ago
Ryan Tharp 176b7c9c72
Build instructions
Reference them to the proper place
6 years ago
sachaaaaa f1dbafc7ef
Merge pull request #85 from BeaudanBrown/development
Allow spaces in password
6 years ago
Beaudan 415d0858e8 Allow spaces in password 6 years ago
sachaaaaa a1255dd31e
Merge pull request #77 from Mikunj/password-protection
Password protection
6 years ago
sachaaaaa cd54661378
Merge pull request #84 from sachaaaaa/fix_loki_test
fix loki test
6 years ago
sachaaaaa 8b32583b79 fix loki test 6 years ago
sachaaaaa 18cbd99df8
Merge pull request #83 from Mikunj/signal/1.18.1
Merge signal 1.18.1 changes
6 years ago
Mikunj e1aba93aea Merge signal 1.18.1 changes. 6 years ago
sachaaaaa bcc81e41e4
Merge pull request #81 from Mikunj/ui/unread-icon
Added unread indicator in conversation section.
6 years ago
Beaudan Campbell-Brown 1303603db9
Apply suggestions from code review
Co-Authored-By: Mikunj <Mikunj@users.noreply.github.com>
6 years ago
sachaaaaa 4a2c618803
Update js/views/inbox_view.js
Co-Authored-By: Mikunj <Mikunj@users.noreply.github.com>
6 years ago
sachaaaaa f77da7c218
Merge pull request #78 from BeaudanBrown/loki-tests
Loki tests
6 years ago
Beaudan f6ab6495ae Updated the nonce trials variables to be constants for production and development 6 years ago
Beaudan a0584a68c9 Review suggested test case 6 years ago
sachaaaaa 5084d8cfec Update libloki/test/libloki-protocol_test.js
Co-Authored-By: BeaudanBrown <beau@loki.network>
6 years ago
sachaaaaa 1bc1213705 Update libloki/test/libloki-protocol_test.js
Co-Authored-By: BeaudanBrown <beau@loki.network>
6 years ago
Beaudan 7782c58d14 Slight refactor of PoW file to make easier to test plus some tests for the PoW functionality 6 years ago
Beaudan 11883cb989 Cleaner separation of loki tests 6 years ago
Beaudan be878f00a4 Updated names of some test functions. Added yarn commands to view output of different tests. Added a test and updated existing test to use more efficient asserts 6 years ago
Beaudan a676459229 Added test for returning the correct prekeybundle after creating a contact, updated the in memory store to reflect how sasha updated the actual store a while ago 6 years ago
Beaudan c93aff7ebe Setup grunt/yarn etc for loki tests plus wrote first 2 simple libloki-protocol tests 6 years ago
Beaudan Campbell-Brown 94d3ae7b5d
Merge pull request #82 from Mikunj/fix/friend-status
Bug fixes
6 years ago
Mikunj 2715e79268 Fix conversation status not being reset upon conversation messages deletion.
Fix incoming friend request not replacing old friend requests.
Fixed incorrect function name.
6 years ago
Mikunj 0cfabb5ffa Added unread indicator in conversations sections. 6 years ago
Mikunj 7d0d244e7c Added localised error messages. 6 years ago
Mikunj 9e995bde6c Review fixes.
Updated tests.
6 years ago
sachaaaaa 0dc55e11aa
Merge pull request #79 from sachaaaaa/fix_production_build
Fixes to get production build working
6 years ago
sachaaaaa d8f4d1f313 Fixes to get production build working 6 years ago
Mikunj 0b87f13699 Added password dialog view. 6 years ago
Mikunj 26ba553e6a Added menu options to set, change and remove password. 6 years ago
Mikunj f53bec38a5 Added password inputs on registration screen.
Fix case where db is deleted but password hash still remains which causes user to never register.
Allow password to have symbols and other characters.
Added more tests.

Moved passHash from config into the sqlite db.
We can do this because we assume if sql failed to initialise then the key provided was wrong and thus we can show the user the password page.
6 years ago
Mikunj 08ebc63fb0 Added simple tests. 6 years ago
Mikunj 7a96b8446a Rename launcherView to passwordView. 6 years ago
Mikunj 6620244d03 Show main window on correct password; 6 years ago
Mikunj 65015063d2 Add css styling.
Added input and button.
6 years ago
Mikunj 6b9764e6c6 Added launcher view. 6 years ago
sachaaaaa 05c18d42db
Merge pull request #66 from sachaaaaa/session_reset
Handle session reset, Loki style
6 years ago
sachaaaaa d0133f3c0c
Merge pull request #75 from BeaudanBrown/loki-store-clean
Clean up function names and loki store
6 years ago
sachaaaaa 12d69244e9
Update js/signal_protocol_store.js
Co-Authored-By: BeaudanBrown <beau@loki.network>
6 years ago
Beaudan Campbell-Brown c0ee584a2c
Update libloki/libloki-protocol.js
Co-Authored-By: sachaaaaa <40749766+sachaaaaa@users.noreply.github.com>
6 years ago
Beaudan 1e3886cca8 More consistent naming of key storage functions, moved some loki messenger only functions into new file 6 years ago
sachaaaaa 91f018da57 remove unused var 6 years ago
Beaudan Campbell-Brown 86e04b89e2 Update js/models/conversations.js
Co-Authored-By: sachaaaaa <40749766+sachaaaaa@users.noreply.github.com>
6 years ago