1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-19 07:35:48 +02:00
Commit Graph

122 Commits

Author SHA1 Message Date
Kyle Spearrin
53260a5be8 use user kdf settings for making PIN key 2019-02-13 00:04:31 -05:00
Kyle Spearrin
7a1e7b5474 support for unlocking with PIN code 2019-02-12 23:52:50 -05:00
Kyle Spearrin
cdbe08ae7e item is any 2019-02-02 22:33:28 -05:00
ShirokaiLon
d1f2932f1c Add Angular trackBy function (#27) 2019-02-02 22:29:29 -05:00
Kyle Spearrin
65bd33d860 expose email on init 2019-01-07 23:30:04 -05:00
Kyle Spearrin
e7464785e1 allow launching URLs without protocol than end with tld 2019-01-07 10:33:13 -05:00
Kyle Spearrin
fc5fcb905f send message when ciphers added/edited 2019-01-03 10:22:34 -05:00
Kyle Spearrin
aa17849329 install and use duo_web_sdk w/ npm 2018-12-18 17:00:07 -05:00
Kyle Spearrin
3b22df15e8 fix for org export 2018-12-17 10:54:03 -05:00
Kyle Spearrin
739d308498 normalize name and email on registration 2018-11-28 08:54:15 -05:00
Kyle Spearrin
464bca8c4d remove console log 2018-11-15 16:56:10 -05:00
Kyle Spearrin
e13f317aad icon load function 2018-11-15 16:55:54 -05:00
Kyle Spearrin
b48c484708 misc score props moved to jslib 2018-11-15 15:27:04 -05:00
Kyle Spearrin
f485fbb687 fix old attachments by reuploading them 2018-11-14 15:19:59 -05:00
Kyle Spearrin
17e7ee4838 support for new attachment keys 2018-11-13 20:43:45 -05:00
Kyle Spearrin
c297728967 getPasswordStrengthUserInput 2018-11-12 23:22:37 -05:00
Kyle Spearrin
aa16fb2a9e password strength function with zxcvbn 2018-11-12 22:54:18 -05:00
Kyle Spearrin
786fa02b90 added collpase/expand functions to groupings 2018-11-09 17:44:45 -05:00
Kyle Spearrin
7dcb9b5f8b IconMap is type any 2018-11-06 15:53:45 -05:00
Kyle Spearrin
52e087e4dd icon code 2018-11-06 12:13:11 -05:00
Kyle Spearrin
a98a8bda9b init function 2018-10-29 22:41:19 -04:00
Kyle Spearrin
d4b3a16fd1 getNested tree object by node id 2018-10-26 10:48:06 -04:00
Kyle Spearrin
b0eea9d7ce load nested collections 2018-10-25 12:18:36 -04:00
Kyle Spearrin
6aba4550a4 Nested folders 2018-10-25 09:38:37 -04:00
Kyle Spearrin
4165a78277 move attachment sharing logic to service 2018-10-23 22:10:08 -04:00
Kyle Spearrin
2f510a7988 emit events for share and collections 2018-10-23 15:42:20 -04:00
Kyle Spearrin
8e377050e9 collections component to jslib 2018-10-23 12:04:21 -04:00
Kyle Spearrin
89c23522d5 share component 2018-10-23 10:22:53 -04:00
Kyle Spearrin
0a36a211c3 allow setting org id and collections from input 2018-10-22 16:46:33 -04:00
Kyle Spearrin
3021afc9dd protected loadCollections for add/edit 2018-10-22 14:47:49 -04:00
Kyle Spearrin
c946f01b5f set organizationUseTotp on organizationChanged 2018-10-19 12:18:53 -04:00
Kyle Spearrin
194374ea73 support org/collection selection on cipher add 2018-10-19 11:20:04 -04:00
Kyle Spearrin
2f6426deb4 success callbacks 2018-10-15 13:02:31 -04:00
Kyle Spearrin
c35576deb8 ns updates and overloads 2018-10-13 00:11:06 -04:00
Kyle Spearrin
90f723316a support for new Challenge token for U2F 2018-10-10 17:52:08 -04:00
Kyle Spearrin
9cd0bd5f7c allow multiple u2f challenges during 2fa login 2018-10-10 16:46:57 -04:00
Kyle Spearrin
a867c14b2a pass gen fixes. word sep option 2018-10-08 22:06:06 -04:00
Kyle Spearrin
d5f86747bf passphrase cleanup 2018-10-08 17:54:54 -04:00
Martin Trigaux
c4da05dbb0 Add a passphrase generation mechanism (#12)
Based on EFF's wordlist
The wordlist was selected based on arguments mentionned in
https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases
over Arnold Reinhold's Diceware list from 1995 such as avoid short,
deused or diffcult to pronounce words
2018-10-08 17:26:13 -04:00
Kyle Spearrin
ad31527b8d move eventTrack analytics to platform utils 2018-10-03 00:03:49 -04:00
Kyle Spearrin
f793ff0aa5 refactor toaster to platform showToast 2018-10-02 23:09:19 -04:00
Kyle Spearrin
45341ec408 lower kdf iterations for edge/ie since they use less-performant polyfill 2018-10-02 09:20:32 -04:00
Kyle Spearrin
c3a2d3a536 default iterations when registering is now 100k 2018-10-02 09:06:03 -04:00
Kyle Spearrin
773c51901f trim email also 2018-09-08 08:13:33 -04:00
Kyle Spearrin
5571fbe8bf use currency pipe on premium price 2018-08-31 15:38:40 -04:00
Kyle Spearrin
42dbdb0043 allow attachments if can access premium 2018-08-29 09:21:27 -04:00
Kyle Spearrin
81c21418ec user canAccessPremium checks 2018-08-28 23:17:30 -04:00
Kyle Spearrin
13e0cf0c47 rename all to PBKDF2_SHA256 2018-08-27 19:58:49 -04:00
Kyle Spearrin
6f43b73237 don't re-throw exception on 2fa failure 2018-08-25 08:47:38 -04:00
Kyle Spearrin
3d02a1ecb8 make filter public 2018-08-22 22:35:18 -04:00