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
Oscar Hinton
6878794bd0
Add notifications to development config ( #1166 )
2021-08-31 20:05:41 +02:00
Oscar Hinton
e69e85d8b3
[Provider] Verify user is owner of organization ( #1167 )
2021-08-31 19:01:29 +02:00
Oscar Hinton
2235664bed
Fix ModalService refactor bugs ( #1168 )
2021-08-31 16:42:43 +02:00
Oscar Hinton
d50531886b
Add support for setting up component factory resolvers in modal service ( #471 )
2021-08-31 16:35:20 +02:00
Matt Portune
f08b6e7975
Remove assetlinks ( #1165 )
...
* remove assetlinks copy command
* remove android debug key hash
* Delete assetlinks.json
delete assetlinks file
* remove assetlinks copy command
2021-08-30 21:40:34 -04:00
Vincent Salucci
2e868c8111
[Callout] Removed redundant code ( #1131 )
...
* [Callout] ARemoved redundant code
* Fixed formatting
* Update jslib
* Updated ul styling for policy options callout
* Update jslib
2021-08-30 16:19:31 -05:00
Thomas Rittson
30419a625f
Move policy checks within policyService ( #466 )
...
* Move policy logic within policyService
* Remove unneeded import
* Clean up unused code
* Fix linting
* Enforce policies from accepting org invite
* Only exempt owner or admin from policies
* Use canManagePolicies as exemption criteria
* Make orgUser status check more semantic
Co-authored-by: Addison Beck <abeck@bitwarden.com >
Co-authored-by: Addison Beck <abeck@bitwarden.com >
2021-08-31 06:52:57 +10:00
Oscar Hinton
1c3488a8db
Fix Require SSO Policy prerequisite check ( #1163 )
2021-08-28 16:27:37 +02:00
Vincent Salucci
f02720a1c6
[Callout] Added pstyling class ( #468 )
2021-08-27 17:05:02 -05:00