1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-24 12:06:15 +01:00
Commit Graph

147 Commits

Author SHA1 Message Date
Kyle Spearrin
7e56a687e3 share command 2018-10-23 22:56:15 -04:00
Kyle Spearrin
ac9cf91002 org id check on edit collections 2018-10-23 19:04:32 -04:00
Kyle Spearrin
e0b9d84ad5 edit item collections 2018-10-23 17:31:59 -04:00
Kyle Spearrin
be1e03c49f parens on ORs 2018-10-14 00:09:53 -04:00
Kyle Spearrin
73c597f649 add list items --url <url> command. resolves #32 2018-10-13 22:27:33 -04:00
Kyle Spearrin
729965aae2 should be != null check 2018-10-11 16:46:04 -04:00
Kyle Spearrin
bd381073b0 passphrase generator on CLI 2018-10-08 22:57:36 -04:00
Kyle Spearrin
783e7fc834 dont await void methods 2018-10-04 12:05:41 -04:00
Kyle Spearrin
dbca2a64e0 implement eventTrack 2018-10-03 10:48:28 -04:00
Kyle Spearrin
9afd50541b update showToast signature 2018-10-02 23:34:28 -04:00
Kyle Spearrin
39f615d5d7 null check collection ids filter 2018-09-11 08:45:40 -04:00
Kyle Spearrin
c605f99ae2 Fix !== null checks 2018-08-30 21:48:04 -04:00
Kyle Spearrin
208c7f1996 fix deps 2018-08-29 09:36:47 -04:00
Kyle Spearrin
cfe3d9ae5f attachments accessible if can access premium 2018-08-29 09:22:24 -04:00
Kyle Spearrin
3fa63ee2c2 user canAccessPremium checks 2018-08-28 23:17:44 -04:00
Kyle Spearrin
f704b62db5 mode is string '700' 2018-08-27 23:12:53 -04:00
Kyle Spearrin
9f70c888a6 update with jslib changes 2018-08-20 17:10:18 -04:00
Casey Watson
4b99745114 Don't show * mask when entering password (#23)
- The * mask has the potential to leak the users password length and
should not be used.

Fixes #8
2018-08-16 16:01:25 -04:00
Kyle Spearrin
e3c2be9e84 password is not needed for import 2018-08-16 14:43:12 -04:00
Kyle Spearrin
acd562e18c prelogin kdf info 2018-08-14 15:13:40 -04:00
Kyle Spearrin
314cef78fd implement search service 2018-08-13 14:38:04 -04:00
Kyle Spearrin
f988c77755 update for jslib importer service changes 2018-08-06 11:43:07 -04:00
Kyle Spearrin
59efdbd43e move import before export 2018-08-06 10:47:11 -04:00
Kyle Spearrin
887b1f1a6d fix bug in readFile 2018-08-06 10:41:52 -04:00
Kyle Spearrin
336e4acdd0 standardize import command 2018-08-06 10:38:32 -04:00
Brandon Davis
47b5b9f950 feature/18-import (#19)
* fix #18

* Add locked check
2018-08-06 09:38:17 -04:00
Kyle Spearrin
e0ff13e193 check response in all cases 2018-08-03 11:27:42 -04:00
Kyle Spearrin
9552ce4997 dev server urls 2018-07-30 12:01:24 -04:00
Kyle Spearrin
f47f100c0b add password history and updated dates to responses 2018-07-30 11:33:50 -04:00
Kyle Spearrin
7edb59324d exit immediately option 2018-07-25 10:08:25 -04:00
Kyle Spearrin
42e0a98fda update device string 2018-07-09 09:30:45 -04:00
Kyle Spearrin
26baac529e update devicetype enums 2018-07-09 09:13:54 -04:00
Kyle Spearrin
085b7c10fe api service to audit service 2018-07-07 23:52:06 -04:00
Kyle Spearrin
f4948b099f cleanup unused imports 2018-07-05 16:21:11 -04:00
Kyle Spearrin
bfbe450256 export csv fix 2018-07-05 15:29:40 -04:00
Kyle Spearrin
0643ca460c update jslib with export deps 2018-07-05 14:42:33 -04:00
Kyle Spearrin
11ede29f9a isSelfHost 2018-06-30 13:51:25 -04:00
Kyle Spearrin
e78b2880e0 adjust deps on folder service 2018-06-25 15:03:57 -04:00
Kyle Spearrin
6fbcfcad7b set exit code instead of exiting 2018-06-20 14:42:21 -04:00
Kyle Spearrin
2418e200ed Revert "Remove calls to process.exit() which forces async calls to exit early (#15)"
This reverts commit 87be2e86fa.
2018-06-20 14:41:00 -04:00
Keith Kelly
87be2e86fa Remove calls to process.exit() which forces async calls to exit early (#15)
* Update invocations of inquirer.js prompts to output prompt to stderr.

fixes #7

* Updates to use updated typings from @types/inquirer

* Removes extraneous async / await from writeLn
2018-06-20 14:37:03 -04:00
Kyle Spearrin
04b63d16ee formatting 2018-06-18 22:11:05 -04:00
Keith Kelly
c7160c0870 Use stderr for prompts to better allow scripting (#14)
* Update invocations of inquirer.js prompts to output prompt to stderr.

fixes #7

* Updates to use updated typings from @types/inquirer
2018-06-18 22:07:45 -04:00
Kyle Spearrin
a1b0dcf8fa fix incorrect type on cipher model 2018-06-13 23:15:34 -04:00
Kyle Spearrin
47864c4c39 use hasKey helper 2018-06-13 17:20:09 -04:00
Kyle Spearrin
055eae39e7 implement lock timeout 2018-06-09 14:50:34 -04:00
Kyle Spearrin
babaa11f8c isIE 2018-06-07 23:37:07 -04:00
Kyle Spearrin
9a42197981 allow low db to cache 2018-06-05 14:44:51 -04:00
Kyle Spearrin
343a43df69 cli identity client id 2018-05-31 16:53:45 -04:00
Kyle Spearrin
ce1887154b implement showToast 2018-05-31 14:43:45 -04:00