1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00
Commit Graph

11617 Commits

Author SHA1 Message Date
Matt Gibson
e3c05b7bbd 1.18.0 (#363) 2021-08-17 14:04:48 -05:00
Matt Gibson
cdab6e7091 2.22.0 (#1130) 2021-08-17 14:03:59 -05:00
Matt Gibson
3100f55d51 Version bump to 1.28.0 (#1027) 2021-08-17 12:46:46 -05:00
Matt Portune
a7153d183b Update app-id.json (#1129)
testing sha256 apk key hash against debug build
2021-08-17 10:29:20 -04:00
Oscar Hinton
3cbb336416 Close proxy application when stdin is closed (#1024) 2021-08-17 14:01:31 +02:00
Matt Gibson
db21a8a580 Update jslib (#362) 2021-08-16 15:24:47 -05:00
Matt Gibson
d854dfa5a2 Update help url (#457) 2021-08-16 14:46:15 -05:00
Thomas Rittson
bbdddcef6e Fix bug causing duplicate error messages (#1124) 2021-08-16 13:29:48 +10:00
Joseph Flinn
ec2023f0c2 Merge pull request #2008 from bitwarden/add-crowdin-sync-workflow
Adding the crowdin sync workflow
2021-08-13 14:10:51 -07:00
Joseph Flinn
55b27d4607 adding logic to gracefully handle scenarios with no crowdin changes (#1126) 2021-08-13 13:27:56 -07:00
Joseph Flinn
99b8be81f6 Crowdin sync workflow (#1022)
* Initial addition of the crowdin sync workflow for testing

* adding some echo statements for debugging

* adding logic to gracefully exit if there are no new updates

* adding logic to select the correct diff_branch
2021-08-13 13:27:46 -07:00
Joseph Flinn
c2af9c2df3 Merge branch 'master' into add-crowdin-sync-workflow 2021-08-13 13:27:32 -07:00
Joseph Flinn
617074eb09 adding logic to handle if there are no changes 2021-08-13 10:51:13 -07:00
7495476d9d Autosync Crowdin translations 2021-08-13 17:05:03 +00:00
Joseph Flinn
cfba106abd adding some debugging 2021-08-13 10:04:12 -07:00
Joseph Flinn
99b9a0951a Adding stub for crowdin sync testing (#1020) 2021-08-13 07:29:43 -07:00
Joseph Flinn
1c9d261f0c Merge pull request #2009 from bitwarden/stub-crowdin-sync-workflow
Adding stub for crowdin sync testing
2021-08-13 07:29:31 -07:00
Matt Gibson
a76f8749ca Set iframe allow on window load (#1019)
* Set webauthn allow on initial load

* Update jslib
2021-08-13 09:24:07 -05:00
Matt Gibson
b47835df68 Set iframe allow on window load (#1125)
* Set webauthn allow on initial page load

* Update jslib
2021-08-13 09:23:51 -05:00
Matt Gibson
4890ca3c51 Add iframe allow to initial load (#2005)
* Add iframe allow to initial load

Chrome seems to balk at this attribute being added after the fact. It
may be a race condition or an intentional block, but adding to the
template fixes our missing allow attribute problem.

* Update jslib
2021-08-13 09:23:36 -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
352af010cd adding stub for crowdin sync testing 2021-08-13 07:15:38 -07:00
Joseph Flinn
4533e04311 using the updated github action from web 2021-08-13 07:10:44 -07:00
Joseph Flinn
397080c50c Adding the crowdin sync workflow 2021-08-13 07:06:28 -07:00
Matt Gibson
1f0127966e Generalize token refreshing to include reauth by api key (#456) 2021-08-13 08:28:03 -05:00
Matt Gibson
919af717b9 Do not call parent if callback given (#1123) 2021-08-12 17:01:18 -05:00
Matt Gibson
0180d0cce5 Provide information to set webauthn allow in html template (#455) 2021-08-12 15:12:31 -05:00
Matt Gibson
c5f236c2e4 Use apikey client secret as captcha validation (#454)
* Use apikey client secret as captcha validation

* Linter fixes
2021-08-12 15:11:26 -05:00
Matt Gibson
26e8b48deb Set up captcha iframe only on submit of login (#453) 2021-08-12 15:10:07 -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
Addison Beck
a61598253c Merge pull request #1995 from bitwarden/m-rpv1-force-reset 2021-08-11 15:50:15 -04:00
Vincent Salucci
d82378a7a0 [Reset Password v1] Update Temp Password (#1015) 2021-08-11 15:49:44 -04:00
addison
c9a244471e also moved the rmp check in the two factor component 2021-08-11 13:44:09 -04:00
Mathew Hodson
da12cbcd37 Don't use deprecated initKeyEvent() for autofill (#2001) 2021-08-11 12:40:36 -05:00
addison
a54c4c8efa changed the header for the update temp password screen 2021-08-11 12:22:28 -04:00
addison
8e56790265 moved the update temp password check on login to right after syncing finishes 2021-08-11 12:19:08 -04:00
addison
2c954d2ce0 implemented password score styling for update temp password 2021-08-11 12:09:10 -04:00
addison
a580dc6941 updated jslib 2021-08-11 12:08:44 -04:00
Joseph Flinn
b9b20bc36b Fix crowdin sync (#1122)
* fixing syntax error

* changing the way we check the number of build status tries

* adding in the Crowdin Api Token env var to the main step

* Breaking up the Crowdin update step into smaller manageable steps

* fixing env var for the download step

* fixing build id env for download

* Fixing PR branch env vars

* adding in a different way of pushing if branch already exists

* fixing the git bot user
2021-08-11 09:01:29 -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
addison
b0b0e144ea Merge branch 'master' into m-rpv1-force-reset 2021-08-11 10:09:54 -04:00
Thomas Rittson
816249a48a Use cdk-virtual-scroll for long cipher lists (#1001)
* Use cdk-virtual-scroll for cipher lists

* add trackBy, reorder dom

* Undo merge conflict error

* Fix layout, increase scrolling buffer

* fix linting

* Remove unused infinite-scroll directives for Send

* Add back refresh method

* Update jslib

* Fix itemSize and min/maxBufferPx directives

* Move refresh() into base class

* Use cipherListVirtualScroll strategy

* fix linting

* Update to use latest virtual-scroll strategy

* Update jslib
2021-08-11 13:00:04 +10:00
Thomas Rittson
6229ee1e2a Update jslib (#357) 2021-08-11 12:57:59 +10:00
Thomas Rittson
69c892807c Use custom virtual scroll strategy (#2002)
* update jslib

* Use custom virtual scroll strategy
2021-08-11 12:52:44 +10:00
Thomas Rittson
709d187498 Update jslib (#1120) 2021-08-11 12:51:13 +10:00
Thomas Rittson
c70c8ecc24 Use custom virtual scroll strategy (#452)
* Add CipherListVirtualScroll strategy

For use in cdk-virtual-scroll. Subclasses the default FixedSizeVirtualScroll
but reads the first available itemSize from the rendered content instead of
setting it in the template.

* Fix linting and style

* Refactor virtual scroll strategy

* linting and style

* Subclass virtual scroll strategy directive

* fix linting

* Fix filename conventions
2021-08-11 12:37:25 +10:00
Thomas Rittson
a2b62755bc Add back in refresh() in ciphers.component (#451) 2021-08-11 08:24:39 +10:00
Thomas Rittson
98098c3fb6 Insert missing await (#449) 2021-08-11 06:36:16 +10:00
Thomas Rittson
c694591e4c Use UrlB64 encoding for auth-email header (#450) 2021-08-11 06:33:15 +10:00