1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00
Commit Graph

2787 Commits

Author SHA1 Message Date
Daniel James Smith
5c175e2201 Open login prompt as popout when vault is locked 2021-09-30 16:33:33 +02:00
Daniel James Smith
642af32c89 Show Bitwarden logo with lock when vault is locked 2021-09-30 16:20:18 +02:00
Daniel James Smith
7aa4655512 Use Bitwarden product logo instead of company logo 2021-09-30 16:17:59 +02:00
Daniel James Smith
16e7764568 Hide folder selection when vault is locked 2021-09-30 16:15:18 +02:00
Daniel James Smith
e0240c6884 Only retrieve folder list when vault is unlocked 2021-09-30 16:13:29 +02:00
Daniel James Smith
686c7fbfff Pass vault state (locked/unlocked) to notificationBar 2021-09-30 16:09:42 +02:00
Daniel James Smith
210e0801ff Open notificationBar (new and existing login) even though vault is locked 2021-09-30 16:03:14 +02:00
Daniel James Smith
889bbf8e2f Removed checks for locked vault from collectPageDetails 2021-09-30 15:47:33 +02:00
Patrick H. Lauke
c39636fe8a Change CRLF to LF 2021-09-30 09:04:11 +01:00
Patrick H. Lauke
bf7dd5da96 Change links to buttons in new split-out components 2021-09-28 19:55:11 +01:00
Patrick H. Lauke
f359a1c2be Merge branch 'master' into patrickhlauke-a11y-patch2 2021-09-28 19:50: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
Daniel James Smith
ed0cc1ced1 Merge pull request #2076 from patrickhlauke/patrickhlauke-a11y-patch4
A11y: Small accessibility fixes for notifications
2021-09-28 15:55:41 +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
Joseph Flinn
110080b73e Version bump to 1.53.0 2021-09-22 07:46:10 -07: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
30661afeb6 Autosync the updated translations 2021-09-21 21:05:35 +00: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
6514b5fa3b Inject aria-label to folder select 2021-09-18 23:11:10 +01:00
Patrick H. Lauke
495a7adcb7 Tweak styles for folder select 2021-09-18 23:09:41 +01:00
Patrick H. Lauke
641328c8c6 Merge branch 'master' into patrickhlauke-a11y-patch4 2021-09-18 22:42:45 +01:00
Patrick H. Lauke
3b9cddefd8 Replace table with grid 2021-09-18 22:32:22 +01:00
Patrick H. Lauke
02cccf981d Add proper title to the page 2021-09-18 21:28:57 +01:00
Patrick H. Lauke
164ce1138b Remove aria-hidden from bitwarden logo link, add appropriate alt attribute 2021-09-18 21:27:56 +01:00
Patrick H. Lauke
f389ea2951 Change links to buttons in new components/fragments that appeared after latest merge 2021-09-18 17:55:18 +01:00
Patrick H. Lauke
6b0167a098 Merge branch 'master' into patrickhlauke-a11y-patch2 2021-09-18 17:47:59 +01:00
Patrick H. Lauke
c178cbdc12 Resolve merge conflict 2021-09-18 17:45:54 +01:00
Patrick H. Lauke
8ce5cbe943 Tweak styles to accommodate for buttons 2021-09-18 17:45:34 +01: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
Thomas Rittson
fa06e8ed6d Fix QA feedback: save button not working (#2059) 2021-09-09 05:57:46 +10: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
Dmitry Chepurovskiy
cd2f174923 Select folder at save bar (#1409)
* Markup changes

* Render in notification bar folders list that is provided form TS code

* Implemented getting of folders list

* Refactor addPlatformEventListener and added default selection of "No Folder"

* Pass folder id info to saveAddLogin

* Modify saveAddLogin to use folder id

* Try to fix default folder selection

* Fix styling issues found during review

* Fix review issues found by kspearrin

* Fix default selection and null handling

* Fix import order

* Applied review suggestions

* Implement checking if folderExist during saving

* Fix compile issues

* Added select folder... option

* Add internalization for select folder message

* Hide select folder element on narrow screens

* Fix lint issues

* Review fixes in notification bar

* Adjust semi-responsive layout for folder selector

* Revert style change

Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
2021-09-03 11:54:52 +10:00
Patrick H. Lauke
fdb3e25d98 Apply suggestions from code review
Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
2021-09-02 22:06:36 +01:00
Thomas Rittson
0bd22dcddc Add new context menu item: Copy Custom Field Name (#2045)
* Add "Copy custom field name" context menu item

* Title case context menu string

* Improve Copy Custom Field Name logic

* Move CopyClickedElement to runtime.background

* Update dependencies

* Add comments, refactor logic, add failure messages

* Fix typo and linting

* Fix typos

* Move null check inside function
2021-09-02 07:51:43 +10:00
Thomas Rittson
515c72abb0 Move policy checks within policyService (#2036)
* Refactor: use policyService.policyAppliesToUser

* Fix inverted condition

* Update jslib
2021-09-01 07:11:28 +10: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
Joseph Flinn
8b61d05f85 Reverting changes to Portuguese and Chinese 2021-08-24 08:16:15 -07:00
Oscar Hinton
294e7c3b8d Bump version to 1.52.1 (#2027) 2021-08-20 15:57:57 +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
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