1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00
Commit Graph

103 Commits

Author SHA1 Message Date
Snyk bot
0fc2472fa6
fix: upgrade big-integer from 1.6.36 to 1.6.48 (#278)
Snyk has created this PR to upgrade big-integer from 1.6.36 to 1.6.48.

See this package in npm:
https://www.npmjs.com/package/big-integer

See this project in Snyk:
https://app.snyk.io/org/kspearrin/project/415cdf2b-8075-4802-96cc-3dede3285373?utm_source=github&utm_medium=upgrade-pr
2021-04-12 11:36:49 -04:00
Kyle Spearrin
594d5a77f9
Update package.json
resolves #256
2021-03-30 10:04:01 -04:00
Matt Gibson
0d5a966734
Hotfix version bump (#259) 2021-03-17 08:48:04 -05:00
Thomas Rittson
b80c93012b
Minor release version bump to 1.15.0 (#249)
* Minor release version bump to 1.15.0

* version bump in package-lock

Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2021-03-10 12:11:59 -05:00
Matt Gibson
57f7cf607a
Add send to cli (#222)
* Add list all sends and filter by search term

* Add get send templates

* Add AccessUrl to send responses

* Add Send to Get command

* Add missing command options to login

These options are already coded to work in the command, but commander
did not know about the options.

* Upgrade Commander to 7.0.0

This is needed to enable the subcommand chaining required by Send.

This commit also adds get send and send receive functionality. get send
will be moved to send get along with send list and any other send commands.

* Use api url for send access url

* Move send commands to send subcommands

* Use webvault access url everywhere

Production instances all have api url located at `baseUrl/api`.
Receive command will parse the webvault url and alter it to an api url.

* Move create and receive commands to send directory

* Separate program concerns

program holds authentication/general program concerns
vault.program holds commands related to the vault
send.program holds commands related to Bitwarden Send

* Fix up imports and lint items

* Add edit command

* Use browser-hrtime

* Add send examples to help text

* Clean up receive help text

* correct help text

* Add delete command

* Code review Cleanup

* Scheme on send receive help text

* PR review items

Move buffer to array buffer to jslib
delete with server
some formatting fixes

* Add remove password command

This is the simplest way to enable removing passwords without
resorting to weird type parsing of piped in Send JSONs in edit

* Default hidden to false like web

* Do not allow password updates that aren't strings or are empty

* Delete appveyor.yml.flagged-for-delete

* Correctly order imports and include tslint rule

* fix npm globbing problem

https://stackoverflow.com/a/34594501
globs work differently in package.json. Encasing the globs in
single quotes expands them in shell rather than in npm

* Remove double slash in path

* Trigger github rebuild
2021-02-03 11:44:33 -06:00
Marcos Soutullo Rodriguez
6579c862f4 Bump https-proxy-agent dep. to 5.0.0 2021-02-01 15:19:21 +10:00
addison
5abd8f7d15 changed hrtime library 2021-01-25 13:36:44 -05:00
Chad Scharf
2ad7e1bdd2 version bump 1.14.0 2021-01-19 15:11:46 -05:00
Matt Gibson
0330641a14
Response option outputs only json on stdout (#197)
* Use logService for console logging

* jslib signature updates

* Use most specific import path

* Include new jslib dependency

* Update jslib

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-14 11:29:17 -06:00
Kyle Spearrin
16d53b7f6f bump version 2020-12-02 15:38:25 -05:00
Addison Beck
b7ded80ff0 updated version 2020-11-13 16:47:29 -05:00
Kyle Spearrin
cf9263164c bump version 2020-11-13 15:46:32 -05:00
Chad Scharf
35b2ae848e Revert https-proxy-agent version 2020-11-13 14:54:33 -05:00
Chad Scharf
023a7af65c
Merge pull request #183 from kitos9112/master
Bump https-proxy-agent dep. to 5.0.0 - This PR hopes to fix #181
2020-11-13 14:09:39 -05:00
Marcos Soutullo Rodriguez
e6e5f805e9
Roll back package.json patch version 2020-11-13 18:35:36 +00:00
Addison Beck
51c5aed765
bumped version (#185) 2020-11-13 13:32:18 -05:00
Marcos Soutullo Rodriguez
4b65000c2f
Bump https-proxy-agent dep. to 5.0.0 2020-11-12 23:46:55 +00:00
Kyle Spearrin
d6a2992858 bump version 2020-09-28 13:29:02 -04:00
Kyle Spearrin
0e5cc66b67 Revert "Update pkg to support open lib (#167)"
This reverts commit 04a27ccd8d.
2020-09-23 10:19:24 -04:00
Kyle Spearrin
04a27ccd8d
Update pkg to support open lib (#167) 2020-09-22 10:06:17 -04:00
Chad Scharf
5558e5c807
bump version (#162) 2020-09-05 21:26:09 -04:00
Oscar Hinton
032dfb533a
Bump Typescript to 2.8.3 (#158) 2020-09-03 14:33:10 -04:00
Oscar Hinton
63b3068954
Upgrade TypeScript (#156) 2020-08-12 15:42:24 -04:00
Kyle Spearrin
bd0f28b3be
SSO login (#154)
* support sso login

* update jslib

* set clientid in base login command
2020-08-03 12:30:32 -04:00
Chad Scharf
1769926a8a jslib update + version bump 2020-06-25 17:05:18 -04:00
Kyle Spearrin
c0c368cbfe bump version 2020-05-29 11:10:05 -04:00
Kyle Spearrin
4dfb39c957
update lunr types (#127) 2020-04-14 15:40:20 -04:00
Vincent Salucci
6916d68f37 Update jslib 31a2574 -> 28e3fff, update vault timeout service deps 2020-04-03 09:47:45 -05:00
Chad Scharf
7f4fd13ad1 Fixed Windows Symlink command in package.json for npm scripts 2020-04-01 14:21:17 -04:00
Kyle Spearrin
f4b8788829 bump version 2020-03-12 15:39:35 -04:00
Kyle Spearrin
8a5ce4c754 bump version 2020-03-05 09:21:36 -05:00
Kyle Spearrin
3c2c1e69c5 bitwarden inc. 2020-02-18 22:36:04 -05:00
Kyle Spearrin
71ed24b83b symlink jslib on mac/lin 2020-01-27 12:46:12 -05:00
Kyle Spearrin
8b22c1eb65 update some libs 2020-01-27 09:57:03 -05:00
Kyle Spearrin
7ab60c1f76 symlink 2019-09-25 16:10:05 -04:00
Kyle Spearrin
2a5e70cc68 bump version 2019-08-30 15:57:29 -04:00
Kyle Spearrin
9e0e90b5e6 simlink for windows 2019-06-24 21:13:04 -04:00
Kyle Spearrin
b58363d43e update jslib 2019-06-24 11:07:51 -04:00
Kyle Spearrin
78ca61860e bump version 2019-04-01 14:34:49 -04:00
Kyle Spearrin
207bde5a88 bump version 2019-03-21 08:36:41 -04:00
Kyle Spearrin
c1442a7c2c bump version 2019-03-21 08:09:18 -04:00
Kyle Spearrin
36872bbdda manual sub:init needed 2019-03-21 08:08:46 -04:00
Kyle Spearrin
ad4b2a4f36 bump version 2019-03-19 09:10:21 -04:00
Kyle Spearrin
aa8db7fdbf sub:init on postinstall 2019-03-14 18:27:32 -04:00
Kyle Spearrin
7ed8287052 webpack-node-externals 2019-02-07 23:15:17 -05:00
Kyle Spearrin
6aca111ce0 fix issue with ws module for jsdom 2019-02-07 22:17:22 -05:00
Kyle Spearrin
cd5da2cc70 use jsdom lib for DOMParser 2019-02-07 16:56:36 -05:00
Kyle Spearrin
c64fbda900 polyfill DomParser with xmldom package 2019-02-07 15:46:22 -05:00
Kyle Spearrin
7ce8561f7a upgrade typescript and webpack 2019-01-25 15:10:48 -05:00
Kyle Spearrin
db10da976d bump version 2018-12-27 09:19:57 -05:00