Commit Graph

23 Commits (clearnet)

Author SHA1 Message Date
Audric Ackermann e3b6be7318 chore: fix typos
this comes from mdplusplus https://github.com/mdPlusPlus/session-desktop/tree/codespell

duplicated to fix conflicts
9 months ago
William Grant 060cbd3bbf feat: added proper theming to password popup
cleaned up redundant session label options
2 years ago
Audric Ackermann e8a1e07b68 fix: build do not add files in linux, win and mac dist/subfolders 2 years ago
William Grant 5cf76c5f08 feat: build sass files using parcel instead of grunt
added sass watch command for auto building sass on file changes, cleaned up IE7 fallback css
2 years ago
Audric Ackermann af9d2fdfa1
get rid of libtextsecure.js and componnets.js 2 years ago
Audric Ackermann 475c92eeb4
migrate about_start to not use jquery 2 years ago
Audric Ackermann 4d72b92b25 app starts but full of errors 2 years ago
Audric Ackermann 280cc494e8 test with webpack - not working 2 years ago
Audric Ackermann 291d4682e4
fix some tests 4 years ago
Audric Ackermann ddf41de3fb
add csp for image load from blob so attachments are loaded correctly 4 years ago
Audric Ackermann 4d991d3992
Merge branch 'clearnet' into react-refactor 4 years ago
Audric Ackermann 291982c2aa
cleanup css and themify missing stuff 4 years ago
Vincent 5165bfdba4 jsx-emoji-overlay 4 years ago
Vincent 9f1cef9844 emoji-rendering 4 years ago
Vincent 4a7e2dece7 Password lock screen and delete data screen 4 years ago
Audric Ackermann 37e3a1898f fix session unlock with password screen with session colors 4 years ago
Audric Ackermann 3dd175fda2 update loading screen logo 4 years ago
Audric Ackermann 634aaa36d4 update loading screens with session subtitle 4 years ago
Audric Ackermann 7ba85921b1 replace loki with session on loading screens 4 years ago
Mikunj ac59e1249f Added db resetting.
Use built in signal warning view.
5 years ago
Mikunj e544cd4c88 Added confirmation dialog. 5 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 7a96b8446a Rename launcherView to passwordView. 6 years ago