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
Addison Beck
829fb237c7
Merge pull request #1955 from bitwarden/SafariDateTimeWoes
...
Resolved Safari Date/Time Issues In Send
2021-07-16 14:31:43 -04:00
addison
867286a70e
updated jslib
2021-07-16 13:58:37 -04:00
Oscar Hinton
056fdba6dd
Hide biometric setting when running in Android ( #1907 )
2021-07-16 10:11:21 +02:00
Chad Scharf
b99a81a1b9
Merge pull request #1957 from bitwarden/cscharf-patch-readme
...
Update manifest info in readme.md for desktop comm
2021-07-15 18:09:47 -04:00
Chad Scharf
8faefe43af
Update manifest info in readme.md for desktop comm
...
Prior PR that I approved and merged in needed a little bit more info that Oscar had pointed out to help with other OS's regarding manifest locations such as macOS. This is not an exhaustive reference but at least points the person in the right direction.
2021-07-15 16:42:26 -04:00
addison
39ef5d2e92
cleaned up date and time logic for Send
2021-07-15 11:10:58 -04:00
Chad Scharf
cee2287feb
Merge pull request #1951 from danepowell/patch-1
...
[readme] enable desktop communication
2021-07-15 10:07:06 -04:00
Dane Powell
ad2232b92f
[readme] enable desktop communication
2021-07-13 12:18:48 -07:00
Trey Greer
1e3f2acfd4
Add AZ language ( #1949 )
2021-07-12 22:11:04 +10:00
Thomas Rittson
abeea330a0
Update jslib ( #1937 )
2021-07-09 08:52:22 +10:00
Chad Scharf
12f37fa22c
Merge pull request #1942 from bitwarden/l10n_master
...
New Crowdin updates
2021-07-07 17:43:53 -04:00
Kyle Spearrin
4a38017ba2
New translations messages.json (English, India)
2021-07-07 17:43:04 -04:00
Kyle Spearrin
a582df20eb
New translations messages.json (Turkish)
2021-07-07 17:36:42 -04:00