1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-09 01:18:22 +02:00
Commit Graph

3480 Commits

Author SHA1 Message Date
Joseph Flinn
f0484dc4fb trying some other parameters in the crowin action 2021-08-25 15:00:56 -07:00
Joseph Flinn
1d905d76f9 expanding the crowdin tanslation download 2021-08-25 14:49:08 -07:00
Joseph Flinn
c9b9e8175a fixing the crowdin action name 2021-08-25 14:47:16 -07:00
Joseph Flinn
e973b7fe9e switching the action that is being used 2021-08-25 14:46:08 -07:00
Joseph Flinn
c2fc0cb8f3 switching the base git branch 2021-08-25 14:43:03 -07:00
Joseph Flinn
e5aa08b2e0 rewriting the crowdin sync workflow with the crowdin github action that I missed existed... 2021-08-25 14:41:11 -07:00
Joseph Flinn
b13fae4849
Merge pull request #2037 from bitwarden/hotfix/revert-bad-translations
Reverting changes to Portuguese and Chinese
2021-08-25 09:23:02 -07:00
Joseph Flinn
3a8ae46fb8
Merge pull request #2028 from bitwarden/fix-release-name
Updating the release name
2021-08-24 11:57:52 -07:00
Joseph Flinn
8b61d05f85 Reverting changes to Portuguese and Chinese 2021-08-24 08:16:15 -07: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
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
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
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
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
Matt Gibson
e2f0feaf7f
Version bump to 1.52.0 (#2018) 2021-08-17 14:07:46 -05: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
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
github-actions
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
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
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
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
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
Daniel James Smith
1b12a278cf
Merge pull request #1974 from bitwarden/remove_duo_web_sdk
Remove dependency on duo_web_sdk and update jslib
2021-07-28 19:51:03 +02:00
Daniel James Smith
d55718a4c2
Remove dependency on duo_web_sdk and update jslib 2021-07-28 19:04:00 +02:00
Oscar Hinton
7cf4cfe3d1
Add support for helpers in environment service (#1967) 2021-07-23 22:32:42 +02:00
Matt Gibson
55917b6cb0
Feature/use hcaptcha if bot (#1968)
* Add captcha to login page

* Include log service in DI providers for api-action directive

* Add captcha to register page

* update jslib
2021-07-23 13:22:53 -05:00