Commit graph

706 commits

Author SHA1 Message Date
Matias Alejo Garcia
e109550d9b add onlyKey opts to storage #getFirst 2014-10-24 10:51:36 -03:00
Ivan Socolsky
37526b554e replaced last opened with last focused wallet 2014-10-24 10:51:36 -03:00
Matias Alejo Garcia
c9469b6da7 wallet and profile backup working on the UX 2014-10-24 10:51:35 -03:00
Matias Alejo Garcia
e1b9f4f859 add #toEncryptedObj 2014-10-24 10:51:07 -03:00
Ivan Socolsky
aa9f16a7e9 on identity open return most recently used wallet 2014-10-24 10:51:07 -03:00
Matias Alejo Garcia
a3d96535cd rebased to current master 2014-10-24 10:51:07 -03:00
Matias Alejo Garcia
f1ae8f9c33 add store/restore passphrasse methods 2014-10-24 10:51:06 -03:00
Matias Alejo Garcia
b03a3f1391 check if there is not profile, to redir 2014-10-24 10:51:06 -03:00
Matias Alejo Garcia
bdaf40de48 add redirs to internal pages 2014-10-24 10:51:06 -03:00
Matias Alejo Garcia
572dff6baf rm WalletFactory tests 2014-10-24 10:51:06 -03:00
Matias Alejo Garcia
b5f05118c7 update models tests to new API 2014-10-24 10:51:06 -03:00
Matias Alejo Garcia
0b7e9be611 controllers refactor to handle identities 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia
622c3da68c add wallet.id to debug logs 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia
923a0bb975 default long polling in socket.io (in config.js) 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia
ab2424f478 fix rebase issues 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia
92f1bacf82 login working on the UX 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia
7a2906c8d1 create profile working! 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia
74129a6923 mv Passphrase logic to Storage 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
70d306242e refactors to UX 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
508a8bfc3c one wallet by default 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
606ea0668c refactor iden #create 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
d84808f0c7 add test to join wallet 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
3e968129de migrate wallet compat test to wallet :D :D :D 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
c9a4046759 refactor Profile 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
4c582384b0 mv #read to wallet 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
1dd906afcd add sinon for fromObj 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
cbc46f5345 obtainNetworkName to wallet 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
abf74695b6 mv wallet test from walletfactory to wallet 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
1ff109b5e5 complete API in profile 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
7abdc77611 add #addWallet to profile 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
77a01370cb add overwrite param to #store 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia
0afc5f2c0c test for new Iden functions 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia
591c8c84b6 skip compat tests in Identity 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia
d7b7633fef skip compat tests in Identity 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia
028a300012 rm storage.storage to storage.db 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia
c4c7dc8eb1 rm Identity#import 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia
a446d3775e refactor readWallet 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia
2bc1945309 refactor password param 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia
8d53fa82ed add Profile model 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia
691951a86a refactor key handing in storage (part 1) 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia
eb9ab115d7 rename walletFactory to identity. Test passing 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia
4741f12060 Merge pull request #1562 from matiaspando/error/cryptojs
Error/cryptojs
2014-10-11 17:13:48 -03:00
Matias Pando
02b85870df Merge pull request #1550 from cmgustavo/bug/10-amount
Bug/Invalid-amount
2014-10-09 13:15:32 -03:00
Ivan Socolsky
807e7754a3 Refactored TxProposal#getSent & tests 2014-10-09 11:24:09 -03:00
Ivan Socolsky
9d5b26f526 Preserve sent timestamp for incoming proposals 2014-10-09 11:24:09 -03:00
Matias Pando
1903885c9d Test fixed 2014-10-09 11:18:12 -03:00
Matias Pando
1d68a69361 Changing CryptoJS to SJCL 2014-10-09 11:18:12 -03:00
Matias Alejo Garcia
71e6fce6e6 Merge pull request #1559 from yemel/fix/android-uri
Fix payment uri handling
2014-10-09 11:06:27 -03:00
Yemel Jardi
d849df98c6 Fix payment uri handling 2014-10-09 10:58:59 -03:00
Esteban Ordano
41198ff031 Fix tests: Allow single files to be run 2014-10-09 10:50:36 -03:00