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

12282 Commits

Author SHA1 Message Date
Vince Grassia
741fc69343 Revert EN Crowdin sync (#1031) 2021-08-19 13:45:56 -04:00
Joseph Flinn
689303b684 Reverting the Crowdin English changes 2021-08-19 10:39:36 -07:00
Oscar Hinton
f2e591086e Bump version to 2.22.1 (#1138) 2021-08-19 13:27:23 +02:00
Thomas Rittson
b850117f52 Revert "Remove unsafe-inline from Content Security Policy in manifest.json (#1873)" (#2023)
This reverts commit 090e9f35ae.
2021-08-19 18:20:38 +10:00
Oscar Hinton
361022fc26 Overwrite icon service url for prod (#1137) 2021-08-19 10:13:35 +02:00
github-actions[bot]
d8a684da92 Autosync Crowdin translations (#1134)
Co-authored-by: github-actions <>
2021-08-18 15:27:07 -07:00
Joseph Flinn
05ba96d3d5 Merge pull request #2010 from bitwarden/crowdin-auto-sync
Autosync Crowdin Translations
2021-08-18 14:27:00 -07:00
Joseph Flinn
c1cdd8a843 adding in a line that was mistakenly removed (#1133) 2021-08-18 14:24:34 -07:00
github-actions[bot]
026ee20250 Autosync Crowdin Translations (#1021)
* Autosync Crowdin translations

* Autosync Crowdin translations

Co-authored-by: github-actions <>
2021-08-18 14:24:16 -07:00
e2c5b8ead4 Autosync Crowdin translations 2021-08-18 21:14:03 +00:00
Addison Beck
6255482650 Merge pull request #2019 from bitwarden/SendOptionsBug
Fix Send Options Toggling
2021-08-18 11:49:55 -04:00
addison
061708cbdd changed ngIf to hidden for send options 2021-08-18 09:19:35 -04:00
Oscar Hinton
4e134823df Avoid showing provider form if proivder is set up (#1128) 2021-08-18 11:35:43 +02:00
Daniel James Smith
72b688e241 Fix broken link to open Edge extension store from Help menu (#1025) 2021-08-18 07:46:53 +02:00
Matt Gibson
e2f0feaf7f Version bump to 1.52.0 (#2018) 2021-08-17 14:07:46 -05:00
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