Commit Graph

48 Commits (9dc816049708f7fc1f970290ea2660426cf33a13)

Author SHA1 Message Date
Mikunj 012575be35 Remove calling sc_reduce32 when deriving a keypair from a mnemonic seed.
This is the reason that seeds across desktop and mobile devices would never restore to the same keypair. This function was there from the initial messenger days and with further discussion with Maxim, we deemed calling this function an unnecessary step for generating a keypair. There are no security implications for this change as we generate keypairs the exact same way as Signal does.

The biggest downside to this change however is that if you try to restore a desktop device with a seed from before this change, that seed will generate a completely different key pair and thus a different session ID.
This will only affect users who plan to restore any device from the seed of a desktop device before this change.
5 years ago
Audric Ackermann 15738c3525
display continue session signin with seed 5 years ago
Vincent d288c7bd03 secretPrompt fix 5 years ago
Ryan Tharp 192fb3e382 add line break due to CI 5 years ago
Ryan Tharp 9b204e4a8f make sure invalid Pubkey is shown to the user and stop loader 5 years ago
Audric Ackermann 736cd0f652
session-id-editable-textarea 5 years ago
Audric Ackermann 7867f4dceb
Merge branch 'clearnet' into brand-redesign 5 years ago
Vincent 4a7e2dece7 Password lock screen and delete data screen 5 years ago
Audric Ackermann c92d22fece
allow space inside a display name but not at start or end 5 years ago
Vincent 0a525629ee Prevent illegal username and passwords 5 years ago
Audric Ackermann 9b19222e38
fix lint 5 years ago
Audric Ackermann aeaa3b9e5d
hide verify password when password is not set 5 years ago
Vincent 56b1bcac01 Partial copy updates 5 years ago
Audric Ackermann 77227eaa2a fix password toast display 5 years ago
Audric Ackermann c69219ebe4 resolve conversations 5 years ago
Audric Ackermann 4d950f859b add back link device in settings in a dialog 5 years ago
Audric Ackermann 29da7c2d53 remove enabled props from SessionButton. Use disabled instead 5 years ago
Audric Ackermann c44437f62c add channel section and refactor closableOverlay 5 years ago
Audric Ackermann 214679dece add registration errors show to user 5 years ago
Vincent d217c76647 mergable settingsview 5 years ago
Audric Ackermann af22bd7b33 add the leftpane overlay as reusable from subsections 5 years ago
Audric Ackermann 28a27711e1 work on compose view 5 years ago
Audric Ackermann f613f27ee3 move the emptyContentEditable hack to componentWillUnmount 5 years ago
Audric Ackermann 98be71680d add session h1 h2 and h3 5 years ago
Audric Ackermann 6cc7ef4962 correct typo 5 years ago
Audric Ackermann 7c726c8f47 move the enter session editable to a custom component 5 years ago
Audric Ackermann c883d20bd7 add the left pane sections on main page 5 years ago
Audric Ackermann 2cc7f3ed20 fix merge issue 5 years ago
Audric Ackermann db12bf0f3e ugly hack to empty contenteditable div 5 years ago
Audric Ackermann 49d5106b56 validate form registration on enter press 5 years ago
Audric Ackermann e17e93ef84 remove props 118n in our code and call it from the window global 5 years ago
Audric Ackermann b1406ed391 lint and remove unused code 5 years ago
Audric Ackermann 4ad62284fa add an animation when showing the sessionID on registration 5 years ago
Audric Ackermann 5039930508 add basic secondary device link to new registration page
needs to handle errors and popup to show secret words, ...
5 years ago
Audric Ackermann 818cfc6dd3 make display name mandatory (remove optional string) 5 years ago
Audric Ackermann 5e67c28132 remove useless TabSelectEvent interface 5 years ago
Audric Ackermann 803b24ef16 fix lint 5 years ago
Audric Ackermann 8d11553fe5 add a *ignore* method to Promise to make tslint happy 5 years ago
Audric Ackermann d5b8436f4d integrate dangerouslySetInnerHTML into custom components and sanityze it before rendering 5 years ago
Audric Ackermann 0bb92971ee SessionButtonTypes -> SessionButtonType and create enum for registration tabs 5 years ago
Audric Ackermann 295e707101 move ts session globals to global.d.ts 5 years ago
Audric Ackermann 47101c85f7 add signin with mnemonic to sessionRegistration page 5 years ago
Audric Ackermann d6913c4819 do not localize registration strings which cannot be easily made
begin your session
ensuring peace of mind
and terms and conditions
are all static english code because otherwise we would need to use
dangerouslySetHtml
5 years ago
Audric Ackermann 291e3b48a0 add i18n translation and use them in the app 5 years ago
Audric Ackermann 4f889b3c69 big refactor of scss to include session- prefix everywhere 5 years ago
Audric Ackermann 73a07f74f9 complete registration signup tab UI 5 years ago
Audric Ackermann e948684a83 add the basic of the create account tab and yarn lint 5 years ago
Audric Ackermann 5b61f9a1fc add registration tabs and display signin with mnemonic seed 5 years ago