1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00
Commit Graph

11655 Commits

Author SHA1 Message Date
Nathan Higley
9da60f8c0d Fixed menu reloading bug 2021-02-05 14:36:49 -05:00
Matt Gibson
84d03158b5 Add show hide password to send (#821)
* Add password toggle to add-edit

* Fix remove password accessible from disabled send

* Update jslib
2021-02-05 13:23:40 -06:00
Addison Beck
e066077542 Merge pull request #710 from bitwarden/Send 2021-02-05 14:21:52 -05:00
Matt Gibson
22f576ea60 Add password toggle to add-edit (#261) 2021-02-05 12:36:09 -06:00
addison
f537a8a601 cleanup 2021-02-05 12:44:45 -05:00
addison
ec933025f3 made nav into a toolbar 2021-02-05 12:34:01 -05:00
Oscar Hinton
5d51fd3fbd Fix nativeMessaging not being enabled in safari (#1599) 2021-02-05 10:00:00 +01:00
Oscar Hinton
e5764ee16e Fix copying TOTP not working in Safari (#1598) 2021-02-04 23:34:10 +01:00
Thomas Rittson
9b85b7ba68 Fix code style 2021-02-05 06:23:12 +10:00
Matt Gibson
af7e2edbf0 Implement disable send policy (#819)
* Implement disable send policy

* Update jslib reference

* PR review

* Lower case enterprise policy
2021-02-04 13:08:16 -06:00
Matt Gibson
deabffb7b0 Implement disable send policy (#259)
* Implement disable send policy

* Linter fixes

* Add toast on submit if sends are disabled
2021-02-04 11:22:31 -06:00
Matt Gibson
58f40b0085 Fix glob processing in npm. Ban single param parens (#257) 2021-02-04 09:49:23 -06:00
Thomas Rittson
4a815e001a Merge branch 'master' into bugfix-attachments-in-popup 2021-02-04 17:01:57 +10:00
Matt Gibson
2dca45b677 Merge pull request #709 from bitwarden/match-tslint-rules
Match linter rules
2021-02-03 22:54:14 -06:00
addison
3e6f85c206 deleted more of the send component 2021-02-03 23:52:27 -05: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
addison
5a71d5fdc8 deleted more or the send component 2021-02-03 23:50:41 -05:00
addison
631d053ef1 cleanup 2021-02-03 23:23:19 -05:00
addison
d8e61d49c0 removed unused imports 2021-02-03 23:21:17 -05:00
addison
8479e57fa5 deleted most of the send component 2021-02-03 23:19:42 -05:00
addison
2b9bae6807 cleanup 2021-02-03 23:12:23 -05:00
addison
de162cd34f fixed build complaint 2021-02-03 17:09:04 -05:00
addison
6e49c481f0 Send layout & search 2021-02-03 16:24:49 -05:00
Addison Beck
a16d8f7de7 Send search (#258)
* fixed text searching sends

* fixed text searching sends

* cleanup

* cleanup
2021-02-03 15:36:15 -05:00
Oscar Hinton
3e79dd245b Safari Web Extension Port from App Extension (#1531) 2021-02-03 20:36:05 +01:00
Joseph Flinn
4ae25c5db5 Fix deploy workflow (#228)
* fixing the snap package name and adding an npm install to the npm release

* fixing the manual deploy parser
2021-02-03 10:42:11 -08:00
Matt Gibson
e76e56d824 Match linter rules 2021-02-03 12:21:22 -06:00
Joseph Flinn
7dbcdbdd2e fixing the snap package name and adding an npm install to the npm release (#227) 2021-02-03 10:12:18 -08: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
Kyle Spearrin
62a43e536c update package-lock.json 2021-02-03 12:48:59 -05:00
proletarius101
6dc81a6e01 Fix electron 11 support (#708) 2021-02-03 12:47:44 -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
Matt Gibson
2e7b88f149 Fix glob processing in npm. Ban single param parens (#818) 2021-02-03 11:41:33 -06:00
Joseph Flinn
e4411a3e93 renaming the main build task and removing uneeded windows builder setup 2021-02-03 09:19:41 -08:00
Oscar Hinton
11249e3444 Remove a safari hack (#224) 2021-02-03 18:02:02 +01:00
Thomas Rittson
a2540abbae Merge pull request #1580 from bitwarden/excluded-domains-explanation
Add UI text to explain Excluded Domains functionality
2021-02-03 13:12:38 +10:00
Joseph Flinn
e2000d0eb9 fixing bash 2021-02-02 14:27:29 -08:00
Joseph Flinn
fb5511b4bf testing shorter sha 2021-02-02 14:26:51 -08:00
Joseph Flinn
09160877b2 testing sha again 2021-02-02 14:23:23 -08:00
Joseph Flinn
d2211db266 switching latest to the commit hash 2021-02-02 14:17:43 -08:00
Joseph Flinn
2c23ed74a0 fixing browser-source zip name 2021-02-02 13:49:26 -08:00
Thomas Rittson
b604673b13 Merge pull request #1593 from bitwarden/bugfix-autofill-after-launch
Fix launch buttons
2021-02-03 07:42:07 +10:00
Joseph Flinn
98c7186a78 fixing release trigger 2021-02-02 13:32:27 -08:00
Joseph Flinn
bd26cdf41b initial run of the release 2021-02-02 13:27:15 -08:00
Thomas Rittson
7b2c519c8e fix cipher launch button in various places 2021-02-03 06:48:57 +10:00
Joseph Flinn
92ea3f7820 revertting 2021-02-02 12:24:12 -08:00
Joseph Flinn
cbcc12f450 adding in expr 2021-02-02 12:16:33 -08:00
Joseph Flinn
a9fee41174 fixing shell 2021-02-02 12:15:33 -08:00
Joseph Flinn
4ee0675d36 testing new setup 2021-02-02 12:14:33 -08:00
Joseph Flinn
52a76bda5c fixing the source build number 2021-02-02 12:00:03 -08:00