Commit graph

309 commits

Author SHA1 Message Date
Mario Colque
fc6a24c6b1 added import from backup text 2014-05-01 19:39:01 -03:00
Mario Colque
960b64affe added import from text backup 2014-05-01 19:08:35 -03:00
Mario Colque
b79caed7fc added backup via email 2014-05-01 18:39:21 -03:00
Mario Colque
76df93ab10 new backup/import encrypted methods 2014-05-01 18:39:21 -03:00
Mario Colque
c995f039c2 added encryption backup support 2014-05-01 18:39:21 -03:00
Matias Alejo Garcia
5b09440828 Merge pull request #254 from cmgustavo/bug/join-wallet
Fixed join wallet from remote peer
2014-05-01 18:37:49 -03:00
Gustavo Maximiliano Cortez
052a8a6201 Merge pull request #253 from matiu/feature/docs
Feature/docs
2014-05-01 18:36:34 -03:00
Gustavo Cortez
c98323e9d3 Fixed join wallet from remote peer 2014-05-01 18:34:30 -03:00
Matias Alejo Garcia
6f4efdd478 rm logs 2014-05-01 17:36:11 -03:00
Matias Alejo Garcia
bd501f854b add more peer checks 2014-05-01 16:40:25 -03:00
Mario Colque
4f4fa56db4 added password exists validation to join form 2014-05-01 16:32:03 -03:00
Mario Colque
4617a24bbe fixed passphrase setting when a existent wallet is opened 2014-05-01 16:32:03 -03:00
Mario Colque
32f27b6c0a added copayer password support 2014-05-01 16:32:02 -03:00
Mario Colque
6cd9d445dd remvoed unnecessary password controller/ui 2014-05-01 16:32:02 -03:00
Mario Colque
9c533ed50b minimal css improvement 2014-05-01 16:32:02 -03:00
Mario Colque
018e248dd1 adde ruturn to signin if we not select a wallet before 2014-05-01 16:32:02 -03:00
Mario Colque
8d4a6ded71 implementing passphrase to wallet Open/Create methods 2014-05-01 16:32:02 -03:00
Mario Colque
8e0fbe589c refactor 2014-05-01 16:32:02 -03:00
Mario Colque
9d27a0b85d added password support to UI/Controllers 2014-05-01 16:32:01 -03:00
Mario Colque
ecd979493a using Base64 instead Hex for storageSalt 2014-05-01 16:32:01 -03:00
Mario Colque
06b25db364 added Passphrase model and service 2014-05-01 16:32:01 -03:00
Mario Colque
62b95ac122 added Passphrase model 2014-05-01 16:32:01 -03:00
Mario Colque
bbf9a9c4d5 added PasswordController 2014-05-01 16:32:01 -03:00
Gustavo Cortez
7f63d3e1f9 Commented unnecessary digest. 2014-05-01 16:21:48 -03:00
Matias Alejo Garcia
84637bd12d fix conflicts 2014-05-01 11:04:21 -03:00
Matias Alejo Garcia
79fd185230 better opts for get address 2014-05-01 10:07:30 -03:00
Matias Alejo Garcia
1e8895f4b8 fix conflics 2014-05-01 09:58:56 -03:00
Gustavo Cortez
ef6385ac65 Fix Conflicts:
css/main.css
2014-05-01 09:32:21 -03:00
Manuel Aráoz
de7a7d99a0 Merge pull request #241 from cmgustavo/feature/06-new-design
Setup page based on new design #228
2014-04-30 20:22:02 -03:00
Manuel Araoz
fd9e6cb48a refactor isChange logic 2014-04-30 20:02:20 -03:00
Manuel Araoz
4acb32c3d8 optimizing address page 2014-04-30 19:58:52 -03:00
Gustavo Cortez
96f41c4e00 Setup page based on #228 2014-04-30 18:47:44 -03:00
Gustavo Cortez
e24a88dca1 Merge branch 'master' into feature/05-new-design
Conflicts:
	js/services/video.js
2014-04-30 16:14:36 -03:00
Gustavo Cortez
fa2d40bdad Initial page. Signin. 2014-04-30 16:11:55 -03:00
Matias Alejo Garcia
6cf8988eae fix "hello" for authenticated peers 2014-04-30 14:28:33 -03:00
Matias Alejo Garcia
ab12832126 remove unused keyCache 2014-04-30 13:35:50 -03:00
Matias Alejo Garcia
d3151cc88b same key for everyone 2014-04-30 13:02:40 -03:00
Matias Alejo Garcia
2dc59de87e add random key for network encryption 2014-04-30 12:58:40 -03:00
Matias Alejo Garcia
65698e7e45 add cache for keys 2014-04-30 11:04:33 -03:00
Matias Alejo Garcia
50d37aa22e implements authenticated encryption 2014-04-30 11:04:16 -03:00
Manuel Araoz
58b7204cd5 fix routes 2014-04-30 00:21:24 -03:00
Manuel Araoz
93620fa6c0 remove peer tab 2014-04-29 19:30:27 -03:00
Manuel Araoz
a9eb53e90f various style and wording fixes 2014-04-29 19:30:26 -03:00
Manuel Aráoz
46a5edf9f7 Merge pull request #206 from matiu/feature/rm-encryption-and-signing
removes encryption and signing. Relays on webrtc DTS. Keep authenticatio...
2014-04-28 15:20:28 -03:00
Matias Alejo Garcia
8138eaed7b change locking order 2014-04-28 15:15:09 -03:00
Matias Alejo Garcia
830b6d2b5f removes encryption and signing. Relays on webrtc DTS. Keep authentication 2014-04-28 15:02:24 -03:00
Mario Colque
9a2b3e4b17 Merge pull request #201 from maraoz/bug/turn-off-camera
Turn off video camera on logout
2014-04-28 12:47:30 -03:00
Mario Colque
2d690e2ead clean up 2014-04-28 12:03:47 -03:00
Mario Colque
47cb4bd3da added a wrapper for the method fromObj of Wallet 2014-04-28 12:02:43 -03:00
Manuel Araoz
c89f9528c8 video logout handling 2014-04-28 11:56:44 -03:00