1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00
Commit Graph

11941 Commits

Author SHA1 Message Date
Oscar Hinton
cdac1a4508 Improve ViewComponent (#1069) 2021-09-10 15:32:08 +02:00
Oscar Hinton
a1c1fea976 Vault Timeout Policy (#1171) 2021-09-10 15:27:00 +02:00
Thomas Rittson
a85c45a34e Use a modal to set the unlock pin (#477)
* Move set pin logic to its own modal

* Fix method name and default value
2021-09-10 08:57:32 +10:00
Thomas Rittson
4933de688d Update jslib (#370) 2021-09-10 07:51:10 +10:00
Thomas Rittson
b552222132 Update jslib (#1066) 2021-09-10 07:50:59 +10:00
Thomas Rittson
17166dad4d Update jslib (#1185) 2021-09-10 07:50:54 +10:00
Thomas Rittson
63d0b8f9d2 Update jslib (#2062) 2021-09-10 07:50:50 +10:00
Joseph Flinn
7f76084109 Move WebConstants values to environment config files (#1184)
* Moving the web constants to the app config for more flexibility

* removing personal integrations from QA

* changing the PayPal Configuration setup to match the pattern in the services module

* removing the webConstants file after successful test

* renaming the braintree config key to something more understandable
2021-09-09 14:18:46 -07:00
Matt Portune
fb89421b09 Remove redundant error messaging (#1187)
* Remove redundant error messaging

Remove the "WebAuth Error" prefix from WebAuthn error strings

* Update src/connectors/webauthn.ts

Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>

Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>
2021-09-09 11:13:33 -04:00
Oscar Hinton
32774561f3 Add MaximumVaultTimeout policy type (#480) 2021-09-09 17:05:40 +02:00
baylorrandolph
4287f617f0 Update README.md (#1062) 2021-09-09 09:00:14 -04:00
Oscar Hinton
272066f109 Add issue template and template chooser (#2056) 2021-09-09 11:55:37 +02:00
Thomas Rittson
5f64d95652 Fixes and cleanup for policyAppliesToUser (#476)
* Fix canManagePolicies logic to include providers

* Move new logic to isOwner (same as server)

* Refactor policyAppliesToUser

* Use const instead of var

* Fix linting
2021-09-09 07:34:27 +10:00
Oscar Hinton
bbe8d3df48 Revert "Vault Timeout Policy (#474)" (#479)
This reverts commit bba2812fdd.
2021-09-08 23:06:42 +02:00
Oscar Hinton
bba2812fdd Vault Timeout Policy (#474) 2021-09-08 22:02:19 +02:00
Thomas Rittson
fa06e8ed6d Fix QA feedback: save button not working (#2059) 2021-09-09 05:57:46 +10:00
Joseph Flinn
9972c8ac61 Updating jslib for the removal of the web constants (#1183) 2021-09-08 12:50:44 -07:00
Joseph Flinn
5784a6d4fc Adding a PayPalConfig environment type (#478)
* Adding a PayPalConfig environment type for the web vault

* Adding missing semicolon
2021-09-08 12:34:23 -07:00
Joseph Flinn
7e95476dce Adding QA info.json file (#1182)
* adding a file to the QA container to enable easy tracking the version of the currently deployed web client

* adding another visual representation of the QA version
2021-09-08 10:08:31 -07:00
Matt Portune
ded636ba0c Possible fix for blocked nav on some devices (#1181)
I have a device that is blocking navigation (per chrome dev tools) on the success callback for reasons unknown.  After comparing with the captcha connector (which works flawlessly), the only difference I can find is that captcha doesn't do anything else after `document.location.replace` for mobile.  I'm not sure if this is the culprit but it can't hurt to try.
2021-09-08 10:32:53 -04:00
Oscar Hinton
6b59df2f39 Add issue template and template chooser (#1061) 2021-09-08 14:11:54 +02:00
Oscar Hinton
9269774aed Add additional context to issue template (#1179) 2021-09-08 10:58:46 +02:00
Thomas Rittson
dd47eed7c7 Disable personal imports if Personal Ownership policy applies (#1176)
* Disable imports if personal ownership policy set

* Add missing await
2021-09-08 07:19:49 +10:00
Vincent Salucci
c62144424f [SSO/Auto Enroll] Set Password banner (#1053)
* [SSO/Auto Enroll] Set Password banner

* Update jslib
2021-09-07 12:11:43 -05: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
Matt Alexander
dfd00bdaee Fix typo in README (#1060) 2021-09-07 12:50:32 -04:00
Vincent Salucci
f584950dda [SSO/Auto Enroll] Set Password banner (#1169)
* [SSO/Auto Enroll] Set Password banner

* Update jslib
2021-09-03 16:26:38 -05:00
Vincent Salucci
ef743ea8ca [SSO] Set password auto enroll update (#472)
* [SSO/Auto Enroll] Set Password enrolls new user

* Fixed typo

* Linter updates

* Cleanup // Constructor for SetPasswordRequest
2021-09-03 14:49:03 -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
Thomas Rittson
3a25b1fb20 Add event logging for ResetSsoLink (#1173)
* Add event logging for ResetSsoLink

* Updated jslib with new event-type

Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2021-09-03 10:20:59 -04:00
Thomas Rittson
6c9485596c Add event type for ResetSsoLink (#475) 2021-09-03 09:59:22 -04: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
fcadedd458 Update workflows with linter suggestions (#1056) 2021-09-02 16:05:38 -04:00
Vince Grassia
9832deb20c Update workflows with linter suggestions (#1174) 2021-09-02 16:05:17 -04:00
Vince Grassia
c4908315ff Update workflows with linter suggestions (#366) 2021-09-02 16:04:02 -04:00
Vince Grassia
61f551087f Update workflows with linter suggestions (#2051) 2021-09-02 16:03:47 -04:00
Vincent Salucci
ca00fda023 [Policy] Reset Password data bugfix (#1175) 2021-09-02 11:42:27 -05: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
6bfd4ebafd Update jslib (#1051) 2021-09-02 07:51:21 +10:00
Thomas Rittson
bc73452400 Move policy checks within policyService (#1149)
* Refactor: use new policyService methods

* Update jslib
2021-09-02 07:51:04 +10:00
Oscar Hinton
cc359e905b Add issue template and template chooser (#1164)
* Add issue template, and template chooser
2021-09-01 16:18:26 +02:00
Oscar Hinton
7fd9427801 Bump version to 2.22.3 (#1170) 2021-09-01 09:54:19 +02: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
1c1f080acf Fix undefined variable error in desktop (#470) 2021-09-01 07:19:16 +10:00
Thomas Rittson
9494eb4b2d Update jslib (#1050) 2021-09-01 07:12:35 +10:00
Thomas Rittson
7c576e4f9f Update jslib (#365) 2021-09-01 07:12:19 +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
Matt Gibson
d3ee08abb6 Log full error for better debugging support (#473) 2021-08-31 14:59:54 -05:00