1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00
Commit Graph

7212 Commits

Author SHA1 Message Date
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
Joseph Flinn
e4411a3e93 renaming the main build task and removing uneeded windows builder setup 2021-02-03 09:19:41 -08: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
Joseph Flinn
e4b01afdfc moving the test task below the source building 2021-02-02 09:56:34 -08:00
Joseph Flinn
6198b6d884 adding the build number back into the file name for upload 2021-02-02 09:48:25 -08:00
Vincent Salucci
07f5be39d8 [Send] Navigation Tab (#1591)
* Initial commit of send tab

* update jslib (9ddec9b -> 859f317)

* updated skeleton class/html

* removed added space

* cleaned up import groupings

* Updated to use flex container and removed unnecessary scss class
2021-02-02 11:43:31 -06:00
Joseph Flinn
9cb418e290 hopefully we have a working solution 2021-02-02 09:38:03 -08:00
Joseph Flinn
06c82a5940 fixing var name 2021-02-02 09:30:56 -08:00
Joseph Flinn
7d1195a66c got the int. trying the math 2021-02-02 08:31:06 -08:00
Joseph Flinn
9f8754e6b3 fixing the typo................ 2021-02-02 08:23:48 -08:00
Joseph Flinn
504142cd5d wet spaghetti... 2021-02-02 08:20:13 -08:00
Joseph Flinn
c22c0dae29 testing env saving? 2021-02-02 08:17:55 -08:00
Joseph Flinn
29f61f0c46 more debugging 2021-02-02 08:16:03 -08:00
Joseph Flinn
1d567e560f testing int casting 2021-02-02 08:08:33 -08:00
Joseph Flinn
8325479630 more debugging 2021-02-02 08:07:22 -08:00
Joseph Flinn
910e64324d the other vars aren't env either 2021-02-02 07:49:57 -08:00
Joseph Flinn
4f53eddfba build_num isn't a env var... 2021-02-02 07:48:07 -08:00
Joseph Flinn
f332116dcb casting run number to int 2021-02-02 07:45:30 -08:00
Joseph Flinn
fc53f498dd trying another powershell thing 2021-02-01 17:05:39 -08:00
Joseph Flinn
211eef206e adding github run number 2021-02-01 16:54:52 -08:00
Joseph Flinn
0fb119e8ee fixing error 2021-02-01 16:42:18 -08:00
Joseph Flinn
7fe38fb7f1 debugging the BUILD_NUMBER 2021-02-01 16:40:01 -08:00
Joseph Flinn
0be634707c fixing BUILD_NUMBER and dist files 2021-02-01 16:24:16 -08:00
Joseph Flinn
b2f4a7f96e fixing pwsh 2021-02-01 16:10:13 -08:00
Joseph Flinn
1e0fede341 debugging dist 2021-02-01 15:58:24 -08:00
Joseph Flinn
0ce78fc11b specifying cmd shell 2021-02-01 15:44:53 -08:00
Joseph Flinn
adb84e918f commenting out the gulp install 2021-02-01 15:37:36 -08:00
Joseph Flinn
6a1cfce185 removing the package version since it is not used 2021-02-01 15:30:51 -08:00
Joseph Flinn
16d6be126f initial trial for the browser 2021-02-01 15:27:08 -08:00
Joseph Flinn
3b4d8dc867 re-enabling the macos workflow 2021-02-01 13:56:58 -08:00
Joseph Flinn
2dbeba0c97 finishing the mac portion of splitting out the deploylments 2021-02-01 13:43:57 -08:00