Hinton
980429f4bd
Move CLI to apps/cli
2022-05-25 10:57:15 +02:00
Thomas Rittson
f6c454c970
[PS-612] Update jslib ( #531 )
...
* Update Export model imports
* Update for authService.getAuthStatus refactor
* Update jslib
2022-05-16 11:58:36 +10:00
github-actions[bot]
c4d586509a
Bumped version to 1.22.1 ( #528 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-04-25 08:03:03 -07:00
Oscar Hinton
baa0a5b3a2
Add reorganization notice ( #526 )
2022-04-22 14:38:13 +02:00
Thomas Rittson
33f922c25d
Update jslib ( #524 )
2022-04-19 10:30:26 -05:00
Joseph Flinn
80fcb1c77b
Bumping pinned commit of the download-artifact action to bypass the broken GitHub api ( #523 )
2022-04-18 14:28:52 -07:00
Oscar Hinton
4c38fd80b4
[EC-145] Bump node-forge ( #522 )
2022-04-12 16:55:47 +02:00
Kyle Spearrin
f8e0e8be06
added hostname option to serve command ( #519 )
...
* added hostname option to serve command
* update log to include hostname and port
2022-04-04 16:31:04 -04:00
Thomas Rittson
1e9a557494
EC-134 Fix api token refresh ( #517 )
...
* Update dependencies
* Update jslib
2022-04-01 11:50:48 +10:00
Matt Gibson
cfec234ee8
Update jslib ( #504 )
2022-03-21 13:32:06 -05:00
Micaiah Martin
4177292216
Updated actions ( #510 )
2022-03-17 12:27:04 -04:00
github-actions[bot]
0812f148a7
Bump version to 1.22.0 ( #511 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-16 11:13:26 -06:00
Vince Grassia
562bf6d7b4
Add Node caching to Build workflow ( #509 )
2022-03-16 08:33:24 -04:00
Chad Scharf
2172145dbb
Update SECURITY.md ( #508 )
...
* Update SECURITY.md
Add link to our HackerOne program for submitting potential security issues.
* Revise language on SECURITY.md
2022-03-15 15:55:27 -04:00
Micaiah Martin
f9962b2dad
Moved linting to it's own step, added dependancies ( #507 )
2022-03-15 18:09:46 +00:00
Micaiah Martin
f884095197
Added manual build trigger ( #506 )
2022-03-15 10:08:29 -06:00
Kyle Spearrin
73ebc45810
Update production.json ( #505 )
...
turn on serve command for release
2022-03-15 10:27:29 -04:00
Thomas Rittson
f548b7e355
Update jslib ( #503 )
2022-03-15 15:15:16 +10:00
Joseph Flinn
dce7d0b54f
Update the hotfix release branch name to hotfix-rc ( #502 )
2022-03-09 12:46:16 -08:00
Daniel James Smith
eb0b844750
Fixes for 1pux importer ( #501 )
...
* Pull jslib
* Fixed reading of 1pux files
2022-03-08 13:50:36 +01:00
Kyle Spearrin
2295cd3266
parse incoming JSON date strings as Date objects ( #500 )
...
* parse incoming JSON date strings as Date objects
* update create command too
2022-03-04 09:47:46 -05:00
Vincent Salucci
f1c1ab38ad
Update jslib ( #499 )
2022-03-03 16:26:34 -06:00
Oscar Hinton
b4555039d8
Add eslint ( #496 )
2022-03-03 12:24:41 -05:00
Daniel James Smith
dd6a0cab7f
Pull in jslib ( #498 )
2022-03-03 15:41:25 +01: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
Thomas Rittson
bc4bd664b6
Update jslib ( #497 )
2022-03-02 08:41:17 +10:00
Kyle Spearrin
ed33d77b7e
Serve command fixes ( #492 )
...
* change to koa to support async/await
* get rid of session header
* error is unlocked for certain commands
* fix lint error
* use "object" routes
* revert change to vs code launch
2022-02-25 17:35:27 -05:00
Micaiah Martin
3a14f04960
[BEEEP] - Ignored workflow files from triggering builds ( #494 )
2022-02-25 09:12:23 -05:00
Micaiah Martin
7033fa17da
Added dry run logic for release workflow ( #495 )
2022-02-25 09:12:07 -05:00
Thomas Rittson
1af0021af3
Update jslib ( #493 )
...
* Update jslib
* Add i18n error message
* Update deps
2022-02-24 09:35:18 -05: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
Chad Scharf
8e65d3e8d2
We're Hiring ( #491 )
...
Added link to README.md for Bitwarden Careers page.
2022-02-22 14:04:17 +01:00
Micaiah Martin
66012936ad
Create initial workflow ( #488 )
2022-02-18 13:28:44 -06:00
Thomas Rittson
eb5be3c72f
Exclude jslib from prettier hook ( #486 )
2022-02-17 10:37:25 +10:00
Matt Gibson
4b2c9fd78b
Lint to match other repos ( #487 )
2022-02-16 08:49:12 -06:00
Addison Beck
a4c22b8d4e
[lib] Update jslib ( #485 )
2022-02-15 15:06:50 -05:00
github-actions[bot]
a262da0452
Bump version to 1.21.1 ( #484 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-14 12:26:34 -06:00
Thomas Rittson
ff98f4ca6b
Fix error when using password generator not logged in ( #481 )
...
* Do not fetch password policy if not logged in
* Update deps
2022-02-14 09:29:44 -05:00
Addison Beck
7ed67b69a6
update jslib ( #483 )
2022-02-14 09:29:30 -05:00
Thomas Rittson
5d34ee432e
Update jslib ( #479 )
2022-02-11 00:31:13 -05:00
Thomas Rittson
06497fdee7
Update jslib ( #478 )
2022-02-11 15:00:24 +10:00
Thomas Rittson
bf53785930
Update jslib ( #477 )
2022-02-11 14:29:51 +10:00
Joseph Flinn
81afc009e6
Add Husky to release pipeline ( #475 )
2022-02-10 14:03:09 -08:00
Joseph Flinn
f484ef37c5
Update secret manager for snap token ( #474 )
2022-02-10 11:34:51 -08:00
github-actions[bot]
e8181e415b
Bump version to 1.21.0 ( #473 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-02-10 12:29:40 -07:00
Matt Gibson
ee664059d2
Fix/lock lowdb file ( #470 )
...
* Lock data.json while running
* Await floating promises
* Increase retry frequency and attempt count for lock file
* tweak lock retry times
2022-02-10 10:24:41 -06:00
Addison Beck
2ae2fdfd14
bump jslib ( #471 )
2022-02-09 17:47:00 -05:00
Matt Gibson
e515ec2625
Return response success from create attachmnt ( #469 )
2022-02-09 10:58:53 -06:00
Oscar Hinton
6b056d4f80
Client & Version headers ( #468 )
2022-02-08 15:29:22 +01:00
Thomas Rittson
220afb98c6
Update client for authService refactor ( #448 )
...
* Update for encrypted export support (to pass build only)
2022-02-07 17:31:36 -06:00