1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00
Commit Graph

502 Commits

Author SHA1 Message Date
Kyle Spearrin
6e501dddb9 force length to 5 when < 5 2018-06-20 22:12:15 -04:00
Kyle Spearrin
d75543e6c8 totp and edit props 2018-06-19 23:40:10 -04:00
Kyle Spearrin
e5db01083c switch icons server to icons.bitwarden.net 2018-06-18 08:33:09 -04:00
Neil Burrows
8fcbc887a2 Mask Card Code on Angular Web Vault (#6)
* Adding mask and toggle for Card Security Code

* For Card Code Mask - show same number of characters as code

* Mask Card Code in angular web vault
2018-06-16 08:39:51 -04:00
Kyle Spearrin
c3ad9b9b7d remove unused import 2018-06-13 23:15:02 -04:00
Kyle Spearrin
6e89b503f2 hmac directly into array 2018-06-13 22:47:40 -04:00
Kyle Spearrin
4bce071498 expose api service urls 2018-06-13 22:12:23 -04:00
Kyle Spearrin
755f8f93ec apiBaseUrl and make some props private 2018-06-13 22:09:47 -04:00
Kyle Spearrin
3303e60b40 implement hasKey helper 2018-06-13 17:14:26 -04:00
Kyle Spearrin
eda99e4f12 hasKey helper 2018-06-13 17:10:52 -04:00
Kyle Spearrin
6aa922f380 fix unreachable code 2018-06-13 17:06:09 -04:00
Kyle Spearrin
0429c0557b hkdf key stretching for pbkdf2 key 2018-06-13 16:48:00 -04:00
Kyle Spearrin
4dea46f1ad prod urls for web client 2018-06-13 14:08:43 -04:00
Kyle Spearrin
c42a45e967 cipher with id for bulk share request 2018-06-13 14:08:28 -04:00
Kyle Spearrin
149ae8a59c remove allowJs from tsconfig 2018-06-13 12:36:48 -04:00
Neil Burrows
1ab6ce6ec0 Adding mask and toggle for Card Security Code (#5)
* Adding mask and toggle for Card Security Code

* For Card Code Mask - show same number of characters as code
2018-06-13 12:33:26 -04:00
Kyle Spearrin
cfad521ea8 bulk share apis 2018-06-13 00:02:15 -04:00
Kyle Spearrin
7a5a4e654a bulk move/delete apis 2018-06-12 17:12:27 -04:00
Kyle Spearrin
1021f23277 cipher collection apis 2018-06-12 13:07:06 -04:00
Kyle Spearrin
b3f71ed8e4 api support for sharing 2018-06-12 11:45:02 -04:00
Kyle Spearrin
5db55496c2 add support for readonly flag on collections 2018-06-11 14:32:35 -04:00
Kyle Spearrin
4bd9a9fc11 load DuoWebSDK as a module 2018-06-11 13:32:53 -04:00
Kyle Spearrin
d875b9aeb0 remove dummy module 2018-06-11 08:54:22 -04:00
Kyle Spearrin
cd3c2ddff1 allow static lock timeout definition 2018-06-09 14:50:18 -04:00
Kyle Spearrin
7b05416d55 attachment events 2018-06-09 13:29:07 -04:00
Kyle Spearrin
fe3a878542 update dummy module 2018-06-08 16:07:21 -04:00
Kyle Spearrin
4c083eeb92 download attachments function from component 2018-06-08 12:14:02 -04:00
Kyle Spearrin
8a1bc30fc9 update jslib to support modules 2018-06-08 10:11:28 -04:00
Kyle Spearrin
bfaebb6b92 fix test 2018-06-07 23:58:19 -04:00
Kyle Spearrin
f40451ecc5 ie fixes 2018-06-07 23:36:39 -04:00
Kyle Spearrin
8211e19db0 add web device type, dont check password twice 2018-06-07 17:11:17 -04:00
Kyle Spearrin
c59bca05bb fixes on modal 2018-06-06 17:26:58 -04:00
Kyle Spearrin
a7a58ae8f3 true false value directive 2018-06-06 14:29:59 -04:00
Kyle Spearrin
c5fbea2341 getCredentials conditions 2018-06-05 15:45:19 -04:00
Kyle Spearrin
476d21e9f0 alloe cache on lowdb 2018-06-05 14:44:13 -04:00
Kyle Spearrin
66b3dbae17 element array instead of node list 2018-06-05 13:28:09 -04:00
Kyle Spearrin
22c12cf5c4 always read before writing 2018-06-04 12:05:43 -04:00
Kyle Spearrin
9b3fddbd33 always read from source 2018-06-01 12:33:38 -04:00
Kyle Spearrin
c512b9b3ce return null for undefined storage key 2018-06-01 11:51:48 -04:00
Kyle Spearrin
e0d5a4d8b7 show toast util 2018-05-31 14:40:01 -04:00
Kyle Spearrin
79f8370f7c fix node check 2018-05-31 09:13:38 -04:00
Kyle Spearrin
f618c0b5ee replace electron store with lowdb 2018-05-31 09:07:56 -04:00
Kyle Spearrin
98e2e611f8 update to electron 2.x 2018-05-31 08:09:56 -04:00
Kyle Spearrin
e0190f14be catch invalid regex 2018-05-30 23:19:12 -04:00
Kyle Spearrin
2c43a5f06a delete old sln file 2018-05-30 22:35:43 -04:00
Kyle Spearrin
e9228a7888 cleanup totpCode 2018-05-30 16:08:43 -04:00
Kyle Spearrin
49dece7983 theme key 2018-05-29 23:16:50 -04:00
Kyle Spearrin
f99b34d062 no tray ctx menu for macos due to electorn bug 2018-05-29 23:06:12 -04:00
Kyle Spearrin
c71b9703f3 credentials: 'include' 2018-05-29 14:36:20 -04:00
yxzzx
4c8f9c6b7c make src/services/api.service.ts work with https servers requiring client certificates. (#4) 2018-05-29 14:34:32 -04:00