Commit Graph

3470 Commits

Author SHA1 Message Date
Patrick H. Lauke 3b9cddefd8 Replace table with grid 2021-09-18 22:32:22 +01:00
Patrick H. Lauke 3c9b69884e Replace table with grid 2021-09-18 22:15:58 +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
Nihal Raj fed98c481e
Update README.md 2021-09-16 08:57:34 +05:30
Vincent Salucci 8f25ece600
Update jslib (#2070) 2021-09-15 21:34:03 -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
Joseph Flinn bc908df348
Merge pull request #2069 from bitwarden/hotfix/fix-build-artifacts
Fix upload of build artifacts
2021-09-14 13:32:36 -07:00
Joseph Flinn ad0ca7c56f removing the weird file 2021-09-14 13:23:19 -07:00
Joseph Flinn 1dd991bef0 removing testing code and fixing the release code 2021-09-14 12:53:25 -07:00
Joseph Flinn 66a4cfe089 fixing dist names 2021-09-14 12:46:25 -07:00
Joseph Flinn 57926b71a9 switching to pwsh 2021-09-14 12:25:20 -07:00
Joseph Flinn 63ccf8e87c trying to find the browser artifacts 2021-09-14 12:03:36 -07:00
Oscar Hinton 2e6f0f4166
Vault Timeout Policy (#2048) 2021-09-14 13:36:34 +02:00
Thomas Rittson 63d0b8f9d2
Update jslib (#2062) 2021-09-10 07:50:50 +10:00
Oscar Hinton 272066f109
Add issue template and template chooser (#2056) 2021-09-09 11:55:37 +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
Joseph Flinn 2a12888222
Merge pull request #2044 from bitwarden/hotfix/fix-crowdin-sync
Simplifying the Crowdin Sync workflow
2021-09-03 12:16:42 -07:00
Joseph Flinn f8098b2e8d
Merge branch 'master' into hotfix/fix-crowdin-sync 2021-09-03 11:28:58 -07: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
Vince Grassia 61f551087f
Update workflows with linter suggestions (#2051) 2021-09-02 16:03:47 -04: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
Nihal Raj ca03703f9d
Old Icons Replaced by New Ones (#2040)
* Delete store/icons directory

* Delete store/windows directory

* Add files via upload

* Delete AppxManifest.xml

* Revert "Delete AppxManifest.xml"

This reverts commit 9c54146b5a.

* Revert changes to AppxManifest.xml

Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
2021-09-01 09:40:39 +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 f8b362b109 updating the project id env 2021-08-26 08:17:17 -07:00
Joseph Flinn e401a52365 settling on this workflow after testing 2021-08-25 15:24:26 -07:00
Joseph Flinn 1170779a98 adding in the git branch 2021-08-25 15:02:43 -07:00
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