Commit Graph

1067 Commits (f53bec38a5b1fb55ba4c8118f61ec1527caef6b4)

Author SHA1 Message Date
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.
7 years ago
Mikunj 7a96b8446a Rename launcherView to passwordView. 7 years ago
Mikunj 6620244d03 Show main window on correct password; 7 years ago
Mikunj 65015063d2 Add css styling.
Added input and button.
7 years ago
Mikunj 6b9764e6c6 Added launcher view. 7 years ago
Mikunj 62c802445b Allow generating mnemonic for different languages. 7 years ago
Mikunj 8c78a78b41 Converted to dark theme. 7 years ago
Mikunj 85298012e4 Added generation of seed in registration. 7 years ago
Mikunj 89a19fd09b Added accordian style to registration view 7 years ago
Mikunj 08f9101fec Hide new contact view unless we have no matches. 7 years ago
Mikunj 1cb09cad2a Add header options. 7 years ago
Mikunj 14ecbc3f35 Moved MainHeader into its own Backbone View. 7 years ago
Mikunj cb3599eea8 Removed IdentityKeyHeader. 7 years ago
Beaudan 051e4dd22c XAnother big refactor to tie conversation UI logic to the friendRequestStatus variable 7 years ago
Mikunj c10e81355d Moved profile name saving to account manager. 7 years ago
Mikunj 06f79eb3fd Allow user to set display name when registering. 7 years ago
Mikunj 961eb53915 Auto-generate profile images on conversations. 7 years ago
Mikunj d2c9def028 Fix code comment. 7 years ago
Mikunj d6d71cb51e Show all contacts. 7 years ago
Mikunj 3eb193cca2 Added accordian 7 years ago
Mikunj fbc3832cfb Show friends in inbox. 7 years ago
sachaaaaa f900fc496d
Merge pull request #61 from Mikunj/feature/profile-nickname
Added profile sharing and setting nicknames.
7 years ago
Beaudan fa63ce5ade Review changes 7 years ago
Beaudan 35c89ea4d9 Big refactor, prekeybundle moved back to a content message 7 years ago
Mikunj 14ee7fec65 Moved and nicknames into conversations. 7 years ago
Mikunj 98c4b5d77b Added editing own nickname.
Fix dark theme support.
Fix notification titles.
7 years ago
Mikunj 449f44cc5a Added changing user nicknames. 7 years ago
Mikunj 6ce9d6a08c Added nickname dialog. 7 years ago
sachaaaaa 05602b3281 Fix accessing $messageField before assignment 7 years ago
sachaaaaa 19b6698a24
Merge pull request #53 from BeaudanBrown/read-receipts
Read receipts setting
7 years ago
Beaudan bed9ce5be2 Added read receipt checkbox to the settings window which enables or disables the sending and receiving of read receipts 7 years ago
sachaaaaa dbdd52b4eb
Merge pull request #50 from Mikunj/fix/friend-request
Friend request fixes
7 years ago
Mikunj 4fd709be35 Removed unused state. 7 years ago
Mikunj 628ec5fc76 Updated truncate length to 25. 7 years ago
Mikunj 7d8719f250 Fix incoming friend request messages being deleted.
Set pending outgoing friend requests to declined if we receive an incoming friend request.
Fix text input not blocking.
7 years ago
Mikunj dba6a36e83 removed old unused code. 7 years ago
Mikunj 110387508f UI fixes. 7 years ago
Mikunj 6689802513 Truncate text to 15 characters. 7 years ago
Mikunj a9c1f628a4 Switched to using html select. 7 years ago
Mikunj dbb92aa9c8 Added i18n messages. 7 years ago
Mikunj ba390e354b Added unblocking.
Added styling.

Trigger changes on both conversation and messages when we block/unblock.
7 years ago
Mikunj 658b2b0332 List blocked users in settings. 7 years ago
Mikunj a82999818a Added blocking/unblocking from friend request.
Fixed incoming messages being deleted.
7 years ago
Mikunj ae2e2fa2ae Updated UI in conversation to support user blocking behaviour. 7 years ago
Mikunj 688f275262 pass in source, sourceDevice, timestamp and receivedAt when adding a friend request. 7 years ago
Mikunj a80d6bb868 Merged branch correctly. 7 years ago
Mikunj c583819ccf Fixed view layouts after deleting a conversation. 7 years ago
Mikunj 0cf616328e Fixed saving prekey bundle once friend request is accepted.
Added option to delete conversation after it is declined.
7 years ago
Mikunj c150cbe34f Friend request message indicator. 7 years ago
Mikunj b9e85bb141 Added handling of accept and decline events. 7 years ago