Oscar Hinton
8690f51e2f
Disable Private Vault Export Policy ( #371 )
2021-09-15 15:57:43 +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
ee1ea922a9
Disable Private Vault Export Policy ( #482 )
2021-09-14 16:32:06 +02:00
Oscar Hinton
2e6f0f4166
Vault Timeout Policy ( #2048 )
2021-09-14 13:36:34 +02:00
Oscar Hinton
30d2aeb6a3
Update build commands ( #1180 )
2021-09-14 13:26:26 +02:00
Joseph Flinn
e8da01bafb
adding more dependencies on the release update job ( #1058 )
2021-09-13 07:08:53 -07:00
Matt Gibson
c82d1b3c50
Use api action directive for confirm action ( #1153 )
2021-09-13 07:46:16 -05:00
Thomas Rittson
ebaf27b7c9
Use a modal to set the unlock pin ( #1064 )
...
* Use separate modal to set pin
* Remove incorrect label
* Fix tab focus for settings and set-pin modals
* Remove leftover code
* Update jslib
2021-09-13 10:52:58 +10:00
Thomas Rittson
8180aaa4cc
Add warning about 2FA when changing account email ( #1186 )
...
* Add warning about 2FA when changing account email
* Fix linting
* Fix code style and warning wording
2021-09-13 10:49:24 +10:00
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