1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00
Commit Graph

6311 Commits

Author SHA1 Message Date
Oscar Hinton
29b33b14e5 Bump version (#1040) 2021-08-23 12:03:19 +02:00
Joseph Flinn
ad07b1128d Updating the release name 2021-08-20 15:10:02 -07:00
Oscar Hinton
294e7c3b8d Bump version to 1.52.1 (#2027) 2021-08-20 15:57:57 +02:00
Oscar Hinton
9ae439b52f Bump version to 1.28.1 (#1035) 2021-08-20 15:57:47 +02:00
Daniel James Smith
4d1c44fd41 Merge pull request #2026 from bitwarden/set_en_as_fallback_language
Fixed order of supportedLocales to have 'en' as fallback again
2021-08-19 22:41:45 +02:00
Daniel James Smith
a325ca2363 Added a comment to I18nService (#1032) 2021-08-19 22:40:33 +02:00
Daniel James Smith
2ebd8603f6 Fixed order of supportedLocales to have 'en' as fallback again 2021-08-19 22:10:13 +02:00
Joseph Flinn
9641c70e93 Merge pull request #2025 from bitwarden/revert-en-crowdin-sync
Reverting the Crowdin English changes
2021-08-19 10:46:12 -07:00
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
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
Joseph Flinn
05ba96d3d5 Merge pull request #2010 from bitwarden/crowdin-auto-sync
Autosync Crowdin Translations
2021-08-18 14:27:00 -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
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
3100f55d51 Version bump to 1.28.0 (#1027) 2021-08-17 12:46:46 -05:00
Oscar Hinton
3cbb336416 Close proxy application when stdin is closed (#1024) 2021-08-17 14:01:31 +02: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
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
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
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
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
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
69c892807c Use custom virtual scroll strategy (#2002)
* update jslib

* Use custom virtual scroll strategy
2021-08-11 12:52:44 +10:00
addison
03616380f1 updated jslib 2021-08-10 08:11:47 -04:00
Vincent Salucci
2bddc1017b [Reset Password v1] Update Temp Password 2021-08-05 10:01:58 -05:00
Xandre V
090e9f35ae Remove unsafe-inline from Content Security Policy in manifest.json (#1873) 2021-08-05 17:24:58 +10:00
Patrick H. Lauke
888fc74a57 A11y: use visually hidden styles rather than visibility
- `visibility:hidden` also hides text from assistive technologies, leading to the settings link lacking an accessible name when not hovered (focused with keyboard only, for instance)
- turn the styles around and hide the non-hovered link's span with "visually hidden" styles https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/
- also include `:focus` to make the text visible when hovered (for sighted keyboard users)
2021-07-31 22:07:05 +01:00
Patrick H. Lauke
7e1c491124 Add extra styles for buttons
- to maintain the existing look and feel after switching links to buttons
2021-07-31 21:10:37 +01:00
Patrick H. Lauke
d528d72b4d Change links to buttons
- more semantically accurate, will expose these as buttons to assistive technologies
- note: while having block-level elements like `<div>` inside a `<button>` is an html validation error, it does not affect functionality as long as there's no more structure inside it
2021-07-31 20:50:46 +01:00