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

109 Commits

Author SHA1 Message Date
Kyle Spearrin
fc1114a6bd refactor crypto service to use crypto functions 2018-04-21 23:14:04 -04:00
Kyle Spearrin
d73012efc8 rsa encrypt and decrypt tests 2018-04-20 15:32:25 -04:00
Kyle Spearrin
3b2b48dd8d misc utils for browser and node 2018-04-20 10:59:55 -04:00
Kyle Spearrin
2c2128a871 lint error 2018-04-19 23:12:06 -04:00
Kyle Spearrin
fae4530564 use TwoFactorProviderType enum for remember me 2018-04-19 14:07:11 -04:00
Kyle Spearrin
97fe01e131 rsaDecrypt implementation 2018-04-19 00:00:53 -04:00
Kyle Spearrin
e8824c2c8b lint spec dir 2018-04-18 13:43:42 -04:00
Kyle Spearrin
9b4069cb19 node vs web testing with jasmine 2018-04-18 12:59:48 -04:00
Kyle Spearrin
172f2de4ff node crypto aes implementations 2018-04-18 08:50:02 -04:00
Kyle Spearrin
866de1278f remove 256 from expectation 2018-04-18 00:25:16 -04:00
Kyle Spearrin
680fbff306 web crypto aes encryption and random bytes 2018-04-18 00:24:17 -04:00
Kyle Spearrin
2e58314759 byteString conversion without b64 2018-04-17 22:35:53 -04:00
Kyle Spearrin
3ca8716fc6 determine length based on alg. fix 512 wc pbkdf2 2018-04-17 21:18:47 -04:00
Kyle Spearrin
81f7bd7b76 hmac implementation for web crypto 2018-04-17 19:02:58 -04:00
Kyle Spearrin
719c8aa70c this.isEdge member 2018-04-17 18:32:08 -04:00
Kyle Spearrin
da473ee1a6 test web crypto hashing 2018-04-17 18:26:02 -04:00
Kyle Spearrin
5ed0edf867 test web crypto pbkdf2 2018-04-17 17:56:41 -04:00
Kyle Spearrin
709e2eb3c0 setup karma testing 2018-04-17 16:15:19 -04:00
Kyle Spearrin
5d085b74f5 crypto function implementations for hash 2018-04-17 15:59:38 -04:00
Kyle Spearrin
d6474aee0e crypto function implementations 2018-04-16 12:07:51 -04:00
Kyle Spearrin
4ad29e25f3 stub out crypto function service with pbkdf2 2018-04-14 23:20:37 -04:00
Kyle Spearrin
759ac04ee9 try catch collator set 2018-04-14 20:26:04 -04:00
Kyle Spearrin
94ca579168 sanitize system language 2018-04-14 20:17:10 -04:00
Kyle Spearrin
831b4cff7b hostname fix 2018-04-14 10:01:40 -04:00
Kyle Spearrin
5608f11925 formatting fixes 2018-04-13 23:55:07 -04:00
Kyle Spearrin
44a9d17dba abstract away loading messages file json 2018-04-11 15:16:17 -04:00
Kyle Spearrin
97be728b31 move base i18nservice out to jslib 2018-04-11 15:07:33 -04:00
Kyle Spearrin
f673bd62d7 move bow-row direct, and selected provider support 2018-04-04 14:18:42 -04:00
Kyle Spearrin
00bb0fdbdf convert appid to abstract class 2018-04-04 08:22:18 -04:00
Kyle Spearrin
167558168c add duo org support to old constants 2018-04-03 15:27:14 -04:00
Kyle Spearrin
bea9e06506 added 2fa support for org duo 2018-04-03 15:11:03 -04:00
Kyle Spearrin
bdbb01317d use client_id from decoded token 2018-03-28 21:54:21 -04:00
Kyle Spearrin
e5fb0fe6c6 refresh clientid 2018-03-28 15:20:11 -04:00
Kyle Spearrin
0b57d8b7f3 platform specific identity client id 2018-03-21 11:19:05 -04:00
Kyle Spearrin
e27df6bc09 null checks on sort function values 2018-03-19 19:42:38 -04:00
Kyle Spearrin
1f2cf2bcdf lock service invokes callback on lock 2018-03-03 23:04:55 -05:00
Kyle Spearrin
913336280a rename enum from basedomain => domain 2018-03-02 13:50:26 -05:00
Kyle Spearrin
0d80216921 add http protocol if none fiven 2018-03-02 12:42:11 -05:00
Kyle Spearrin
f205a9cc9f break from switch 2018-03-02 12:36:53 -05:00
Kyle Spearrin
ad4c81ed84 support for uri matching types to cipher service 2018-03-02 12:03:03 -05:00
Kyle Spearrin
dc0befc9be other types param now typed with CipherType 2018-03-02 08:33:57 -05:00
Kyle Spearrin
20389402fc comment out TODO code 2018-03-02 08:15:31 -05:00
Kyle Spearrin
063bb010db refactor for login uris and response model changes 2018-03-01 23:44:29 -05:00
Kyle Spearrin
52f3ea58d1 add services to index 2018-02-28 21:03:23 -05:00
Kyle Spearrin
6aef18ee7f search service with lunr implementation 2018-02-28 15:15:10 -05:00
Kyle Spearrin
e3b3e444db formatting cleanup 2018-02-28 11:09:10 -05:00
Kyle Spearrin
e1041e9b5b cleanup auditservice 2018-02-28 10:58:34 -05:00
Oscar Hinton
1aabb42e47 AuditService (#2)
* Add AuditService.

* Change sha1 to use Webcrypto.

* Add interface for AuditService.

* Move PwnedPasswodsApi constant outside class.

* Change FromBufferToHex implementation to simpler code.

* Use correct string to array function.

* Change auditService interface to abstract class. Add missing type to utils.
2018-02-28 10:52:35 -05:00
Kyle Spearrin
ab00dfd399 none folder added last 2018-02-27 22:54:38 -05:00
Kyle Spearrin
5b63336347 Revert "collection from domain index"
This reverts commit 36315dae19.
2018-02-19 13:07:37 -05:00