1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 12:40:26 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Daniel James Smith
eb0b844750 Fixes for 1pux importer (#501)
* Pull jslib

* Fixed reading of 1pux files
2022-03-08 13:50:36 +01:00
Oscar Hinton
b4555039d8 Add eslint (#496) 2022-03-03 12:24:41 -05:00
Daniel James Smith
caf6a1173b Add importing of 1passwords 1pux files (#440)
* Pull in jslib

* Install jszip

* Add method in utils to unzip and extract 1pux file

* Add importing/extracting of 1pux files to import command

* Update jslib

* Update package-lock.json
2022-03-03 15:32:49 +01:00
Matt Gibson
323c3ee04a Feature/password protected export (#446)
* Update jslib

* Bumped version to 1.20.0 (#421)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 3e4aa8e476)

* password protected export

* Run Prettier

* Add importer to list of known file types

* Improve launch.json settings

* Turn on import from password protected file

* Run prettier

* Fix webpack source map path change

* Update getPassword helper to use new options class

* Prettier

* Add client type

* Remove master password requirement for export

Alter password optional argument to indicating the file should be password protected rather than account protected

* update jslib

* Handle passwordProtected automagically

* Remove passwordproteted type from import command

* Update src/utils.ts

Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>

* Update src/vault.program.ts

Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>

* Use new util method

* remove password protected format

* Update jslib

* Clarify export command

* Run prettier

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Gibson <gibson.matt10@gmail.com>
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
2022-02-23 15:47:32 -06:00
Matt Gibson
210e0502ca Feature/put serve behind feature flag (#455)
* Add build-time feature flag capabilities

* Toggle `bw serve` command with `serve` flag

* Run linter and prettier
2022-01-28 08:29:04 -06:00
Kyle Spearrin
922cd1dc54 serve command (#451) 2022-01-19 10:45:14 -05:00
Oscar Hinton
910b4a24e6 Apply Prettier (#426) 2021-12-20 18:04:00 +01:00
Oscar Hinton
477066118e Add jslib as a "real" dependency (#321)
* Split jslib

* Bump jslib

* Bump jslib, replace alias with tsconfig-paths-webpack-plugin
2021-06-07 19:25:55 +02:00
Matt Gibson
0a34bdb8cf Limit export read to current user (#230) 2021-02-10 10:47:59 -06:00
Matt Gibson
3b91a2c72b Ban single paren arrow functions (#226)
* Fix glob processing in npm. Ban single param parens

* Match typescript linter rules
2021-02-03 22:51:59 -06:00
Andreas Schneider
f2530c133e Export to stdout (#152)
* describe file-saving and add helper to write to stdout if appropriate

* allow writing attachments to stdout

* allow writing export to stdout

* add help texts for export and get
2020-08-25 14:24:43 -04:00
operator-name
3915e43435 Fix to not output newline if redirecting to a file (#89) 2019-09-09 12:07:15 -04:00
Kyle Spearrin
f6bb228249 write failed responses to stderr 2019-06-04 21:03:26 -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
f704b62db5 mode is string '700' 2018-08-27 23:12:53 -04:00
Kyle Spearrin
314cef78fd implement search service 2018-08-13 14:38:04 -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
a9e3d31b07 move lowdb to jslib 2018-05-31 09:08:54 -04:00
Kyle Spearrin
2e8d0aaf53 list and get organizations 2018-05-18 15:26:59 -04:00
Kyle Spearrin
df024379c8 get items attachment command 2018-05-17 13:28:22 -04:00
Kyle Spearrin
36421c9144 add export command 2018-05-17 10:58:30 -04:00
Kyle Spearrin
07cb4d5ff8 accept requestJson for create/edit as stdin 2018-05-16 22:40:48 -04:00
Kyle Spearrin
df7ccaea9d move search functions to utils helper 2018-05-16 11:17:40 -04:00