Commit graph

48 commits

Author SHA1 Message Date
Manuel Araoz
89ec5ad61e add wallet import test 2014-09-02 17:08:09 -03:00
Manuel Araoz
23e6971e76 remove File class 2014-08-26 16:41:21 -03:00
Matias Alejo Garcia
18aadede29 fix tests and stringify for localstorage 2014-08-15 18:34:43 -04:00
Matias Alejo Garcia
5753f406e0 add tests to getSEssionId 2014-08-15 18:34:43 -04:00
Matias Alejo Garcia
54bc98f0bd add sessionStorage param 2014-08-15 18:34:43 -04:00
Matias Alejo Garcia
eb9acb958f mocha test passing on console 2014-08-15 18:34:03 -04:00
Matias Alejo Garcia
bcb61810d5 WIP: better lock 2014-08-15 18:29:30 -04:00
Manuel Araoz
70dc68485b trying to get tests working 2014-08-15 17:47:36 -04:00
Manuel Araoz
757ef69287 remove soop from js 2 2014-08-15 17:46:48 -04:00
Manuel Araoz
f631643419 remove soop from js 1 2014-08-15 17:46:48 -04:00
Manuel Araoz
69edb7c7e3 remove soop 1 2014-08-15 17:46:48 -04:00
Matias Alejo Garcia
35ab711846 refactor lock warning and add tests 2014-08-12 15:26:15 -04:00
Gustavo Maximiliano Cortez
801e746d11 Show a warning if trying to open same wallet in same browser. Fix redirect to receive. 2014-08-07 18:57:19 -03:00
Yemel Jardi
9b1708b88e Save last opened wallet 2014-08-04 15:10:01 -03:00
Matias Alejo Garcia
248c18596c more tests 2014-07-08 19:52:47 -03:00
Matias Alejo Garcia
fb2b6c40ba add tests to localencrypted 2014-07-08 19:11:48 -03:00
Ryan X. Charles
ea2e2d4e19 run js-beautify on everything
...with two spaces. Command: js-beautify -s 2 -r [filename]
2014-06-24 08:36:32 -07:00
Matias Alejo Garcia
2c60fd91c0 implements delete wallet, in backuptab 2014-06-16 17:37:33 -03:00
Matias Alejo Garcia
46feadf57c delete Wallet WIP 2014-06-16 15:58:10 -03:00
Manuel Araoz
7798e38253 remove console.logs 2014-06-03 18:40:07 -03:00
Manuel Araoz
6feb2a2176 add error on incorrect password while importing 2014-06-02 18:59:50 -03:00
Yemel Jardi
c2fb4217ce sort wallet list and fix display for unnamed wallets 2014-05-15 11:22:53 -07:00
Matias Alejo Garcia
3434393b21 rm try catch 2014-05-07 10:24:05 -03:00
Matias Alejo Garcia
542943c29f fix link + decrypt password 2014-05-07 09:55:31 -03:00
Gustavo Cortez
ab9be793cb Fix signing when put a wrong password. Fixes #297 2014-05-06 17:57:16 -03:00
Mario Colque
c995f039c2 added encryption backup support 2014-05-01 18:39:21 -03:00
Gustavo Cortez
c98323e9d3 Fixed join wallet from remote peer 2014-05-01 18:34:30 -03:00
Mario Colque
8e0fbe589c refactor 2014-05-01 16:32:02 -03:00
Matias Alejo Garcia
5d30a6abea add wallets nicknames, handle error messages 2014-04-24 16:36:15 -03:00
Ryan X. Charles
0020faa84a get LocalEncrypted working the same way as File 2014-04-18 19:19:38 -03:00
Ryan X. Charles
f599331351 use base64 for export 2014-04-18 17:48:47 -03:00
Ryan X. Charles
9246ae175f encryption and decryption working for File 2014-04-18 17:35:32 -03:00
Manuel Aráoz
9319c7f93f Merge pull request #84 from ryanxcharles/feature/wallet-file-consistency
WIP: add setFromObj and getEncryptedObj to storage classes
2014-04-17 18:35:08 -03:00
Ryan X. Charles
69c5c3bc2e add setFromObj and getEncryptedObj to storage classes
This is so that you can export the file from the browser and use the same file
in the wallet file from the command-line. I have made encryption work
equivalently between the browser and node.
2014-04-17 18:04:56 -03:00
Matias Alejo Garcia
a51ed6c66d fix walletID list 2014-04-17 13:43:42 -03:00
Ryan X. Charles
96a6203bb0 make my code work with the latest interface changes
...to Wallet and WalletFactory
2014-04-16 21:13:35 -03:00
Ryan X. Charles
5f8deb7d0b update File to write wallets to different files
the walletId is the filename
2014-04-16 21:13:35 -03:00
Ryan X. Charles
08f918a9a7 add File storage class and tests 2014-04-16 21:12:27 -03:00
Manuel Araoz
609ba4ef71 renaming files 2014-04-16 11:55:18 -03:00
Manuel Araoz
929c6ffa6d securely store encryptation passwords 2014-04-15 19:14:42 -03:00
Manuel Araoz
241fb3aeb7 add encrypted Storage component 2014-04-15 18:13:49 -03:00
Manuel Araoz
f84180e76c starting with encrypted storage 2014-04-15 18:13:49 -03:00
Matias Alejo Garcia
ebc2d0033b fix plan storage 2014-04-15 15:22:10 -03:00
Matias Alejo Garcia
8cf91d027e add option to enable console.logs 2014-04-15 14:28:49 -03:00
Matias Alejo Garcia
d0e114c346 fix wallet ids 2014-04-15 13:21:14 -03:00
Matias Alejo Garcia
eff20ec49a mocha test working again 2014-04-15 12:17:28 -03:00
Matias Alejo Garcia
a187726fca WIP wallet working again 2014-04-15 10:23:53 -03:00
Manuel Araoz
59c00da592 architecture refactor 2014-04-14 15:39:02 -03:00