Commit graph

333 commits

Author SHA1 Message Date
Matias Alejo Garcia
97aac05374 change timeout 0 to 1 2014-11-01 21:56:58 -03:00
Matias Alejo Garcia
a268c3c8eb add digest 2014-11-01 21:50:02 -03:00
Matias Alejo Garcia
3360c31a12 fix login / create form errors and confirmed messages 2014-11-01 21:36:46 -03:00
Gustavo Maximiliano Cortez
923cd8d65b Merge pull request #1659 from matiu/bug/logout3
reload on logout
2014-10-31 17:54:45 -03:00
Matias Alejo Garcia
9fe165fefb reload on logout 2014-10-31 16:30:41 -03:00
Matias Alejo Garcia
b49661ebd8 split ts, better syncing 2014-10-31 15:54:22 -03:00
Ivan Socolsky
076d4c20cf fixed bug in controllerUtils#isFocusedWallet 2014-10-31 12:18:43 -03:00
Matias Pando
470e16eaa1 Added home 2014-10-31 11:51:02 -03:00
Matias Alejo Garcia
28f63b44e1 Merge pull request #1634 from eordano/fix/waitCreate
Fixes error codes against Insight
2014-10-31 11:38:32 -03:00
Ivan Socolsky
aa49ba9468 updating only pending txs 2014-10-31 11:25:49 -03:00
Esteban Ordano
5f035a9680 Fixes error codes against Insight 2014-10-31 11:24:16 -03:00
Matias Alejo Garcia
9788235003 Merge pull request #1617 from isocolsky/identity_creation
made Identity#create asynchronous
2014-10-30 22:54:50 -03:00
Gustavo Maximiliano Cortez
950a89727b removed transaction proposals from history. Just list transactions sent 2014-10-30 21:32:49 -03:00
Ivan Socolsky
7e8f1a1668 made Identity#create asynchronous 2014-10-30 18:08:50 -03:00
Matias Alejo Garcia
fcb2401fff Merge pull request #1609 from cmgustavo/feature/import-from-localstorage
Import Old wallets from localStorage
2014-10-30 16:54:53 -03:00
Matias Alejo Garcia
d2f09291cf add change storage to settings 2014-10-30 16:20:25 -03:00
Gustavo Maximiliano Cortez
965d3e1d96 Import Old wallets from localStorage 2014-10-30 16:13:56 -03:00
Matias Alejo Garcia
02ab30610f Merge pull request #1598 from cmgustavo/feature/identity-compat01
Display a message for users whose have wallet:: but not profile::
2014-10-30 10:00:32 -03:00
Matias Alejo Garcia
08dc892887 add store Profile on adding wallets 2014-10-29 23:23:16 -03:00
Gustavo Maximiliano Cortez
2c07ad6dd7 Display a message for users whose have wallet:: but not profile:: 2014-10-29 16:21:44 -03:00
ssotomayor
0fb6e3ea15 Fixes import for 0.6.4 2014-10-28 18:40:51 -03:00
Matias Alejo Garcia
eaf14ddb49 Merge pull request #46 from matiaspando/feature/removeCryptoAES
fixes notification for invalid credentials
2014-10-28 18:23:17 -03:00
Matias Pando
b08ccb6111 fixes notification for invalid credentials 2014-10-28 18:06:32 -03:00
Esteban Ordano
281d66d6e0 Add option to Identity#store to fail if it exists 2014-10-28 17:24:29 -03:00
Esteban Ordano
126a57d5ab Fixing encrypted 2014-10-28 15:01:35 -03:00
Esteban Ordano
35bab383b0 Fixes import & export with new encryption 2014-10-28 15:01:34 -03:00
Esteban Ordano
1b0f6836dc Create a Compatibility namespace 2014-10-28 15:00:57 -03:00
Ivan Socolsky
240b48eee3 moved default wallet creation to controller 2014-10-28 10:26:39 -03:00
Matias Alejo Garcia
1313088e14 fix tests 2014-10-27 14:53:40 -03:00
Ivan Socolsky
fc0535a69f handling profile with no wallets 2014-10-27 11:10:32 -03:00
Esteban Ordano
61b677498b Remove Storage and Profile, Move folders, add EncryptedInsightStorage 2014-10-25 21:14:59 -03:00
Gustavo Maximiliano Cortez
ad87c4fc56 refactor identityService 2014-10-24 11:58:22 -03:00
Gustavo Maximiliano Cortez
ebe415a3d6 Simplified controllers with identityService 2014-10-24 11:38:24 -03:00
Matias Alejo Garcia
567cb8c713 remove storage from Wallet 2014-10-24 10:51:39 -03:00
Gustavo Maximiliano Cortez
a03aa0164d Show on sidebar the latest wallet created/joined/imported 2014-10-24 10:51:39 -03:00
Esteban Ordano
5d980af518 Add Insight save and register 2014-10-24 10:51:38 -03:00
Gustavo Maximiliano Cortez
9999dcbe98 Show the notification messages for more time 2014-10-24 10:51:37 -03:00
Gustavo Maximiliano Cortez
169c42af85 Catch the errors on the notification system. If there is an error when joining, not logout 2014-10-24 10:51:37 -03:00
Gustavo Maximiliano Cortez
abe82dc158 fixes: addresses didn't show the balance 2014-10-24 10:51:37 -03:00
Gustavo Maximiliano Cortez
93907dbfd1 backup a wallet during creation. View wallet/profile backup in plain text for safari 2014-10-24 10:51:37 -03:00
Gustavo Maximiliano Cortez
c01cdb8b25 Delete wallet function as service 2014-10-24 10:51:37 -03:00
Ivan Socolsky
37526b554e replaced last opened with last focused wallet 2014-10-24 10:51:36 -03:00
Ivan Socolsky
24f103288d removed dead code 2014-10-24 10:51:36 -03:00
Ivan Socolsky
3191ba200c do not select wallet on 'ready' message 2014-10-24 10:51:36 -03:00
Ivan Socolsky
1f45ecfdc8 compute balance for all wallets 2014-10-24 10:51:36 -03:00
Ivan Socolsky
0ff67f69ef refresh balance instantly if cache hit 2014-10-24 10:51:36 -03:00
Gustavo Maximiliano Cortez
0e1cdda52d import a wallet inside a profile 2014-10-24 10:51:35 -03:00
Ivan Socolsky
2beda0c354 refreshing wallet clears balance cache 2014-10-24 10:51:35 -03:00
Ivan Socolsky
046546e8d3 cached wallet balance 2014-10-24 10:51:35 -03:00
Ivan Socolsky
43c0eb9cb6 handle 0 wallets 2014-10-24 10:51:35 -03:00