1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-27 23:31:41 +02:00
Commit Graph

765 Commits

Author SHA1 Message Date
Vince Grassia
e9bd76b194
Add Slack alerts for Build workflow failures (#389) 2021-10-14 10:38:43 -04:00
Vincent Salucci
325e9ded0d
[Reset Password] Refactor to use new auth result (#380)
* [Reset Password] Refactor to use new auth result

* Update jslib

* Update class to fix build
2021-10-12 16:51:14 -05:00
Oscar Hinton
0803bc2f7b
Bump jslib (#386) 2021-10-11 19:40:57 +02:00
Vince Grassia
bf496ac7cd
Update workflows to new model (#379)
* Update GitHub Actions workflows to new model
2021-10-05 16:20:18 -04:00
Matt Gibson
12ead16167
Use split collections permisions (#382) 2021-10-05 11:13:03 -05:00
Luckymee
6ffc295be9
Implemented capitalize, and includeNumber (#369)
* Implemented capitalize, and includeNumber - generate passphrase.

Co-authored-by: davidrenzella <david.renzella@gmail.com>

* Capitalize shorthand flag

* Update package.json

* Remove accidental space

Co-authored-by: davidrenzella <david.renzella@gmail.com>
Co-authored-by: govjmal <govjmal@gmail.com>
2021-09-29 11:09:32 -04:00
Joseph Flinn
07851bea53
Version bump to 1.18.1 (#376) 2021-09-22 08:39:04 -07:00
Oscar Hinton
fe38848cf7
Use explicit import paths (#372) 2021-09-21 19:42:36 +02:00
Joseph Flinn
2a5f521df2
Updating the version of snapcore/build-action to the latest to get rid of the error on empty server response (#373) 2021-09-21 07:23:06 -07:00
Oscar Hinton
8690f51e2f
Disable Private Vault Export Policy (#371) 2021-09-15 15:57:43 +02:00
Thomas Rittson
4933de688d
Update jslib (#370) 2021-09-10 07:51:10 +10:00
Vince Grassia
c4908315ff
Update workflows with linter suggestions (#366) 2021-09-02 16:04:02 -04:00
Thomas Rittson
7c576e4f9f
Update jslib (#365) 2021-09-01 07:12:19 +10:00
Joseph Flinn
a23d3793a2
updating the release name (#364) 2021-08-24 11:57:58 -07:00
Matt Gibson
e3c05b7bbd
1.18.0 (#363) 2021-08-17 14:04:48 -05:00
Matt Gibson
db21a8a580
Update jslib (#362) 2021-08-16 15:24:47 -05:00
Matt Gibson
49b6b717c1
Pass in apiKey login callback (#361)
* Pass in apiKey login callback

* Update jslib
2021-08-13 09:18:49 -05:00
Joseph Flinn
a1738c57dd
Cleaning up the build workflow and making sure the changes to the build workflow are reflected in the release workflow (#360) 2021-08-12 10:04:37 -07:00
Joseph Flinn
45eaa24b0c
Removing branch constraints on when to expose build assets (#359)
* Removing branch constraints on when to expose build assets

* updating to snap 5.0

* adding more snapcraft 5.0 specific updates

* installing multipass

* fixing syntax error

* switching from using a VM via multipass to using lxd

* trying the official snap build actions

* fixing error

* commenting out the snapcraft version

* testing the new changes to the snapcraft.yml file

* nameing the build snap task

* naming the build snap task
2021-08-11 15:38:05 -07:00
Matt Gibson
380d4ea28e
Snapcraft 5 got rid of default core base and now requires specification. (#358)
`core18` is equivalent to the previous behavior and is the recommended base for most apps.
2021-08-11 09:41:22 -05:00
Thomas Rittson
6229ee1e2a
Update jslib (#357) 2021-08-11 12:57:59 +10:00
Vincent Salucci
1a1ba6ed3b
[Reset Password v1] Update Temp Password (#356)
* [Reset Password v1] Update Temp Password

* updated jslib

* fetched email before checking for reset master password

Co-authored-by: addison <addisonbeck1@gmail.com>
2021-08-10 13:35:41 -04:00
Oscar Hinton
4ec06bbd1e
Add support for helpers in environment service (#353) 2021-07-23 22:46:32 +02:00
Matt Gibson
230e00e423
Fix unlock env and passwordfile (#352)
* Handle null options

* Pass in ConsoleLogService dependency
2021-07-20 09:54:04 -05:00
Joseph Flinn
f0c1f1b16b
Fix the Windows Node Exe details (#350)
* fixing the resource hacker hash checking issue

* updating package command

* updating the release workflow to match the build workflow. Removing the unneeded env var

* fixing some formatting
2021-07-14 11:41:05 -07:00
Chad Scharf
d446b0cc3e
[chore] version bump 1.17.1-patch (#348) 2021-07-07 17:24:15 -04:00
Philip Kaiser
47308ef240
--passwordenv doesn't work for for unlock (#347)
* - Add passwordenv parameter to unlock command
- Add passwordfile parameter to unlock command
- Adapt help message

* Remove newline

* Add warning if passwordenv var not found

* Appease the linter

* Refactor

* Undo last commit
2021-07-02 15:04:07 -05:00
Oscar Hinton
4656b6e383
[Version] Bump to 1.17.1 (#345) 2021-07-01 15:52:03 +02:00
Oscar Hinton
347ebb5b36
Remove jslib as dependency, and re-add the old dependencies (#344) 2021-07-01 14:17:34 +02:00
Oscar Hinton
10b4efcb0d
Set HashPurpose.LocalAuthorization on export password check (#339) 2021-06-30 20:27:47 +02:00
Joseph Flinn
fc2f4d1a3e
Fix pipelines fetch (#340)
* testing new pkg-fetch version

* adding missing dir

* adding the new pkg-fetch to the release pipeline. removing commented code
2021-06-30 11:26:44 -07:00
Matt Gibson
0162692fde
JSLIB submodule dependence needs to be pulled prior to install (#338) 2021-06-30 12:17:18 -05:00
Vince Grassia
091d5cfae4
Fix checkout action in release workflow (#337) 2021-06-30 12:24:49 -04:00
Vincent Salucci
e1b4481f32
[Version] Bump to 1.17.0 (#336) 2021-06-28 12:42:18 -05:00
Matt Gibson
65160f3bf4
Fix cli lock and logout (#334)
* Ensure order of operations

* Key removal is necessary to properly lock

* Update jslib
2021-06-22 12:37:30 -05:00
Matt Gibson
58fb7958fe
Redefine cipher "share" to "move" (#330)
* Redefine cipher "share" to "move"

* PR fixes
2021-06-21 19:26:28 -05:00
Matt Gibson
98867748e7
Update jslib (#333) 2021-06-21 19:25:55 -05:00
Matt Gibson
10643be8bb
Use getKey to actually retrieve key. (#332)
`hasKey` just validates it's available
2021-06-21 12:26:45 -05:00
Matt Gibson
62b5a05c40
Use cryptoservice to compare key to local keyhash (#331)
* Use cryptoservice to compare key to local keyhash

* Fix bugs

Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
2021-06-21 12:23:30 -05:00
Matt Gibson
12b36557bd
Fix reference after NodeCryptoFunctionService moved to jslib-node (#329) 2021-06-18 07:12:00 -05:00
Matt Gibson
17ab740914
Allow import to organization (#325)
* Allow import to organization vaults

* Use organization-aware Importer
2021-06-16 08:50:29 -05:00
Matt Gibson
5a377f8ef9
Implement has for storage services (#328)
* Implement `has` for storage services

* Update jslib
2021-06-15 13:41:17 -05:00
Matt Gibson
d9f6f34a06
update jslib (#323) 2021-06-09 08:51:51 -05:00
Oscar Hinton
477066118e
Add jslib as a "real" dependency (#321)
* Split jslib

* Bump jslib

* Bump jslib, replace alias with tsconfig-paths-webpack-plugin
2021-06-07 19:25:55 +02:00
Joseph Flinn
3539d490d5
pinning commit hashes instead of versions to protect against supply chain attacks in github actions (#319) 2021-06-02 11:20:22 -07:00
Joseph Flinn
75236daeb8
constraining the releases to the rc branch (#318) 2021-06-01 13:50:53 -07:00
Thomas Rittson
c42650f16b
bump jslib (#316) 2021-05-28 09:47:11 +10:00
Thomas Rittson
a5a3baea9c
Use same export filename format as other clients (#312) 2021-05-28 06:47:39 +10:00
Oscar Hinton
942eb5cfa5
Bump NPM to v7 (#311)
* Bump NPM to v7

* Add NPM v7 to readme
2021-05-26 22:34:39 +02:00
Thomas Rittson
13d3109f2b
Add --cleanexit option (#309)
* add --cleanexit option

* bump jslib
2021-05-26 21:16:25 +10:00