Addison Beck
1f87a84b28
Merge pull request #1990 from patrickhlauke/patrickhlauke-a11y-patch3
...
A11y: use visually hidden styles rather than visibility, make visible on :focus as well
2021-10-01 09:28:22 -04:00
Patrick H. Lauke
c39636fe8a
Change CRLF to LF
2021-09-30 09:04:11 +01:00
Oscar Hinton
b0bc00a2c0
Prevent the lock component from removing the biometric error message ( #2087 )
2021-09-28 16:37:18 +02:00
Addison Beck
e63d44b214
Merge pull request #2083 from bitwarden/feature/webfont
...
Use webfonts from jslib instead of downloading them using gulp
2021-09-24 12:24:42 -04:00
Vincent Salucci
c1613f79cd
[Reset Password v1] Refactor ForcePasswordReset flow ( #2063 )
...
* [Reset Password v1] Refactor ForcePasswordReset flow
* Update jslib
2021-09-24 08:34:09 -05:00
Hinton
ee1af34e2e
Use webfonts from jslib instead of downloading them using gulp
2021-09-24 13:00:58 +02:00
Thomas Rittson
2449534e9e
Fix totp copy not working in Chrome ( #2067 )
...
* Fix totp copy not working in Chrome
* Only use fix for Chromium-based browsers
2021-09-22 07:36:28 +10:00
Thomas Rittson
10734fc024
Move custom fields to separate components ( #2072 )
...
* Move add-edit custom fields to own component
* Fix linting and mistakes
* Update directive
* Removed linked fields work
* Move view custom fields to own component
* Remove unnecessary imports
* Wrap template in ng-container
* Update jslib
* Fix imports
2021-09-21 10:49:05 +10:00
Patrick H. Lauke
0b024e11d6
Update src/popup/scss/pages.scss
...
Co-authored-by: Addison Beck <addisonbeck1@gmail.com >
2021-09-17 21:19:34 +01:00
Oscar Hinton
a848406ce0
Use explicit import paths ( #2074 )
2021-09-17 15:44:27 +02:00
Dane Powell
7d797f73fe
Automatic biometrics prompt ( #2065 )
...
Co-authored-by: Michael Cho <mcho@tutanota.com >
2021-09-17 10:22:46 +02:00
Vincent Salucci
bb99af6e24
[SSO/Auto Enroll] Fix type for banner ( #2073 )
2021-09-16 23:00:40 -05:00
Thomas Rittson
8f700b0b45
Use a modal to set the unlock pin ( #2060 )
...
* Use separate modal for set pin
* Fix modal style and layout
* Minor fixes
* Remove incorrect label
* Fix initial focus and tab a11y
* Fix unrelated linting
* Update jslib
2021-09-16 05:56:29 +10:00
Oscar Hinton
205b1153de
Disable Private Vault Export Policy ( #2064 )
2021-09-15 21:06:13 +02:00
Oscar Hinton
2e6f0f4166
Vault Timeout Policy ( #2048 )
2021-09-14 13:36:34 +02:00
Vincent Salucci
d7754441d3
[SSO/Auto Enroll] Set Password banner ( #2050 )
...
* [SSO/Auto Enroll] Set Password banner
* Fix merge conflict
* Add missing string/style
* Update jslib
2021-09-07 12:06:43 -05:00
Vincent Salucci
1c7504a691
[Callout] Update UI structure ( #2020 )
...
* [Callout] Update UI structure
* Update jslib
2021-08-27 17:04:45 -05:00
Oscar Hinton
a1f7e07f09
Add password show/hide to reprompt ( #1902 )
...
Co-authored-by: Addison Beck <abeck@bitwarden.com >
2021-08-27 15:27:22 +02:00
addison
061708cbdd
changed ngIf to hidden for send options
2021-08-18 09:19:35 -04: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
addison
c9a244471e
also moved the rmp check in the two factor component
2021-08-11 13:44:09 -04: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
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
Vincent Salucci
2bddc1017b
[Reset Password v1] Update Temp Password
2021-08-05 10:01:58 -05: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
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
867286a70e
updated jslib
2021-07-16 13:58:37 -04:00
addison
39ef5d2e92
cleaned up date and time logic for Send
2021-07-15 11:10:58 -04:00
Trey Greer
1e3f2acfd4
Add AZ language ( #1949 )
2021-07-12 22:11:04 +10:00
Shashank S
914d88770d
Use radio buttons for password generator type instead of dropdown ( #1894 )
...
* fix: radio instead of dropdown
* fix: revert changes, use from upstream
* chore: remove unnecessary label
* chore: undo unnecessary formatting
* chore: undo unnecessary formatting
* feat: update jslib version
* chore: add label, remove unnec. intlz.
* Remove unnecessary name attribute
Co-authored-by: Thomas Rittson <trittson@bitwarden.com >
2021-07-07 21:39:03 +10:00
Thomas Rittson
72f315eada
Merge pull request #1935 from bitwarden/debounce-navigation
...
Fix loss of cipher data when using pass generator
2021-07-07 11:49:05 +10:00
tgreer-bw
a55593a3c5
add Kannada language
2021-07-06 06:39:39 -04:00
Thomas Rittson
9d720d6058
Fix loss of cipher data when using pass generator
2021-07-06 19:23:49 +10:00
Thomas Rittson
13f29ac8d6
Don't start i18n service if in private mode
2021-06-29 16:59:14 +10:00
Matt Gibson
2be717d0fb
Redefine cipher "share" to "move to organization" ( #1903 )
...
* Redefine cipher "share" to "move to organization"
* PR review
* update jslib
2021-06-22 15:44:06 -05:00
Oscar Hinton
78b1ae9a6a
Add reprompt help link ( #1908 )
2021-06-21 20:55:39 +02:00
Vincent Salucci
8a75d0a1cf
[Toast] - BUG - Fixed styles ( #1900 )
2021-06-16 14:43:48 -05:00
Thomas Rittson
75e47f2f62
Merge pull request #1858 from bitwarden/cdk-virtual-scroll
...
Use cdk-virtual-scroll for long cipher lists
2021-06-14 14:35:35 -07:00
Thomas Rittson
ebba6aed7f
Remove unnecessary constructors
2021-06-10 07:36:30 +10:00
Thomas Rittson
57e34dc6e8
Merge remote-tracking branch 'origin' into cdk-virtual-scroll
2021-06-09 10:07:35 +10:00
Thomas Rittson
f4d792aa9d
Merge branch 'master' into use-lock-guard
2021-06-09 07:39:45 +10:00
Thomas Rittson
957f356dbc
Merge pull request #1886 from bitwarden/fix-private-mode-page
...
Don't start popup services if in private mode
2021-06-08 14:25:32 -07:00
Oscar Hinton
786dd28a84
Add a button to prompt WebAuthn on FF and Safari ( #1879 )
2021-06-08 09:29:11 +02:00
Thomas Rittson
44d6a99575
fix homepage routes
2021-06-08 15:49:03 +10:00
Thomas Rittson
5b06daace9
fix linting
2021-06-08 15:45:14 +10:00
Thomas Rittson
08e9dca7e4
Don't start popup services if in private mode
2021-06-08 15:31:54 +10:00