1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
Commit Graph

134 Commits

Author SHA1 Message Date
Hannu Hartikainen
80f34d5de5
Add bw get notes <id> command (#255)
Rationale: the notes object is a freeform plain-text field that's
prominently displayed in Web Vault. It is also useful for the CLI users
as discussed before in issues #81 and #196. I have some use cases
planned myself.

I was rather surprised this wasn't supported already, but the
implementation is simple and cannot really break any existing
functionality so here it is.
2021-05-11 21:19:47 -05:00
Me
5edd0a2c76
Add maxAccessCount to send command (#298) 2021-05-11 14:55:04 -05:00
Matt Gibson
63f522026b
Get Attachment Download url from server (#295) 2021-04-29 09:49:04 -05:00
Oscar Hinton
9c55d78ffc
Update dependencies (#292)
* Update dependencies

* Remove types which are no longer needed

* Bump jslib

* Revert pkg to 4.5.1 since 5.0.0 does not compile on linux.

* Bump pkg-fetch in build pipeline
2021-04-23 21:04:11 +02:00
Matt Gibson
019966f6d5
Specify api url in Send file download request (#291) 2021-04-22 07:45:06 -05:00
Matt Gibson
21ca15fb84
update jslib (#293)
* update jslib

* update jslib
2021-04-21 14:24:59 -05:00
Matt Gibson
754dfe9d80
Use Get command for final return value of edit (#290) 2021-04-20 14:55:04 -05:00
Matt Gibson
6d46dc4b87
If error is of unkown type, create and error response from it. (#289)
* If error is of unkown type, create and error response from it.

* Update src/commands/send/receive.command.ts

simplify error handling

Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>

Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>
2021-04-15 08:28:31 -05:00
Matt Gibson
73f358a09d
Add api parsing special case for send.bitwarden.com (#258) 2021-03-16 14:19:51 -05:00
Matt Gibson
976be0fe67
Use send.bitwarden.com (#251)
* Use send.bitwarden.com

still need compatibiltiy with /#/send/id/key, but adding on
compability with #id/key

* Fix create links pointing to vault with wrong hash

* Fix Url
2021-03-11 10:39:31 -06:00
Matt Gibson
fcd0c529ca
Direct download for send (#243)
* Remove Get file capability

This needs to be removed because the SendFileResponse no longer contains
a url to download the file from. Instead, a GetDownloadLink method
must be used. That method increments access count, which is not
desirable for the owner of the Send. The cleanest approach is to remove
the capability, which also matches Web client's behavior

* jslib updates

* Use GetDownloadData method to receive download Url

* Update jslib
2021-03-02 10:05:20 -06:00
Matt Gibson
e77e1c94e8
Simplify send templates (#237)
* Simplify Send templates

* Fix internal template reference

* No trailing whitespace
2021-02-26 12:47:11 -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
Ben Mezger (seds)
116d7a4062
Fix: don't check filename by index when listing attachments (#224)
* don't check filename by index

* Fix: Filter by exact matches
2021-02-03 12:06:39 -06: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
Thomas Rittson
8dd55dc80f Add null check when getting attachment from item 2021-01-20 06:39:18 +10:00
addison
c895ad0380 Implemented Custom role and permissions 2020-12-22 13:59:07 -05:00
Kyle Spearrin
30b7b93fab
updates for encrypted export and import (#198)
* react to changes for encrypted import

* support encrypted json export

* default back to csv
2020-12-08 12:35:37 -05:00
Fredrik Ekre
179a6e8a96 SyncCommand: Pass allowThrowOnError to fullSync
This intends to make explicit calls to bw sync
throw if the syncing can not be performed,
fixes https://github.com/bitwarden/cli/issues/129.
2020-11-20 16:17:09 +01:00
Addison Beck
2c29df7a86 changed command from login --apiKey to login --apikey 2020-11-10 12:21:35 -05:00
Addison Beck
421de80daf Added --apiKey option to the login command 2020-11-01 14:57:33 -05:00
Kyle Spearrin
92d73a5be4
set collection view id from response (#176) 2020-10-20 09:38:11 -04:00
Kyle Spearrin
7733b95a71 update jslib 2020-09-23 11:59:30 -04: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
Kyle Spearrin
080d9f29e9 update jslib 2020-08-04 08:50:22 -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
Kyle Spearrin
72c56ca506
updates to status command and add hidePasswords (#146)
* a few updates to the recent status addition

* add hidePasswords functionality
2020-06-17 11:01:34 -04:00
Jarimatti Valkonen
62c7c30cb4
Add status command (#145)
* Show vault status.

The status is shown as 'unauthenticated', 'locked', or 'unlocked'.

* Add more status command fields.

Added `serverUrl`, `lastSync`, `userEmail`, and `userId`.

* Add status help text.
2020-06-16 20:43:30 -04:00
Kyle Spearrin
d6c5d0ec1c Formatting and lint fixes 2020-05-26 09:34:44 -04:00
Munif Tanjim
723ff201f6
add completion generation for zsh (#137) 2020-05-26 09:17:41 -04:00
Chad Scharf
5dd9963618 [Soft Delete] soft-delete by default 2020-04-14 14:32:43 -04:00
Chad Scharf
49f1fac3ed Added --trash to delete cmd, added restore cmd 2020-04-14 13:04:19 -04:00
Vincent Salucci
6916d68f37 Update jslib 31a2574 -> 28e3fff, update vault timeout service deps 2020-04-03 09:47:45 -05:00
Kyle Spearrin
f5426469bb only block interaction if env var set
resolves #118
2020-03-12 15:37:44 -04:00
Kyle Spearrin
ef602ff6a4
enforce policies on generate command (#115) 2020-03-03 16:29:10 -05:00
Kyle Spearrin
e7450d27e4 prompt for unlock if can interact 2019-10-21 16:04:51 -04:00
Kyle Spearrin
268852035a try to filter some get requests 2019-10-21 14:16:16 -04:00
Kyle Spearrin
492bc32aa3 get config value when value not provided 2019-10-10 21:23:56 -04:00
Kyle Spearrin
93c2ce2582 allow org exports 2019-10-07 11:01:30 -04:00
Kyle Spearrin
99c4291ee7 confirm org members command 2019-10-07 10:42:02 -04:00
Kyle Spearrin
e781de9f34 list org-members command 2019-10-07 09:58:19 -04:00
Kyle Spearrin
1de6c2884b org collection list command 2019-10-01 11:29:25 -04:00
Kyle Spearrin
04df76e83f org collection edit command 2019-10-01 11:16:24 -04:00
Kyle Spearrin
abcd43b4ba delete org collection command 2019-10-01 11:04:15 -04:00
Kyle Spearrin
77d24f6b8a get org collection 2019-09-25 17:11:48 -04:00
Kyle Spearrin
d2ef504b40 org collection create and get template 2019-09-25 16:08:59 -04:00
Kyle Spearrin
b846ce3f89 use shared login/logout commands 2019-03-18 10:33:43 -04:00
Kyle Spearrin
a3ba833f0d move shared CLI items to jslib 2019-03-15 22:34:59 -04:00
Kyle Spearrin
290afc7ac2 use cipher id, not search id. resolves #55 2019-02-19 09:19:52 -05:00
Kyle Spearrin
920ce30dd0 export file format option 2018-12-17 10:36:40 -05:00