William Martin
766c89d6e8
[AC-1474] update organization models to include SM beta flag
2023-06-30 10:27:22 -04:00
William Martin
93691e725f
add daysRemaining util function and unit tests
2023-06-30 10:25:54 -04:00
Thomas Rittson
1c39938cda
Merge branch 'feature/sm-billing' into AC-1418-add-secrets-manager-manage-subscription-component
2023-06-29 10:55:39 +10:00
Thomas Rittson
03079735f3
Merge remote-tracking branch 'origin/master' into feature/sm-billing
2023-06-29 10:55:03 +10:00
Shane Melton
8ffddd953c
[AC-1418] Simplify monthly price calculation
2023-06-28 14:19:34 -07:00
Shane Melton
001f1d4ccb
[AC-1418] Add missing currency codes
2023-06-28 13:58:41 -07:00
Shane Melton
7d47ea294f
[AC-1418] Update SM seat count minimum to 1
2023-06-28 13:57:08 -07:00
Vince Grassia
997c2b1fe7
Add EU QA Web client information ( #5704 )
2023-06-28 13:03:30 -07:00
Will Martin
6530680b8a
[SM-810] remove token permission UI ( #5681 )
...
* Remove permission field from access token dialog; remove unused i18n key
* remove permissions column from access token table
* fix SA name placehold in access token dialog
* remove comment
* pass SA view into dialog upon opening
2023-06-28 14:57:42 -04:00
Vince Grassia
300fade281
DEVOPS-1449 - Add DevOps to CODEOWNERS ( #5694 )
2023-06-28 11:37:43 -07:00
Patrick
138c84aa19
[SM-822] i18n changes to SM project-people and service-account-people tables ( #5676 )
...
* SM-822
Change the column header from "Group/User" to "Name"
* update SA people i18n
---------
Co-authored-by: William Martin <contact@willmartian.com>
2023-06-28 12:25:48 -04:00
Vince Grassia
5bf98c6d4b
Remove EU DEVTEST environment ( #5693 )
2023-06-28 10:51:49 -05:00
Patrick
78bffc3024
[SM-821] Secrets specific export messages ( #5675 )
...
Add new messages for secrets specific export confirmation.
Co-authored-by: willmartian <contact@willmartian.com>
2023-06-28 11:46:39 -04:00
ike-kottlowski
a1c4460068
[PM-270] fixed case in EN locale for browser ( #5670 )
2023-06-28 07:11:48 -07:00
Andreas Coroiu
a73525a80c
[PM-2135] [BEEEP] Refactor and refresh web user verification components ( #5377 )
...
* [PM-2135] feat: create new user-verification module
* [PM-2136] feat: add ability to remove form field bottom margin
(cherry picked from commit 05925ff77ed47f3865c2aecade8271390d9e2fa6)
* [PM-2135] feat: refactor user-verification component
* [PM-2135] feat: refactor user-verification-prompt
* [PM-2135] feat: use form validation in prompt
* [PM-2135] feat: change autofocus target
* [PM-2135] chore: clean up old code
* [PM-2135] feat: allow user verification to show invalid password error
* [PM-2135] feat: hack mark as touched to get error to display
* [PM-2135] chore: move to auth
* [PM-2135] fix: hardcoded dialog buttons
* [PM-2135] feat: add onDestroy handler
* [PM-2135] fix: remove unecessary directive input
* [PM-2135] feat: add password toggle
* [PM-2135] chore: add hack comment
* [PM-2135] chore: move services to auth folder and rename
* [PM-2135] fix: show correct error messages
* [PM-2135] fix: re-add non-existant files to whitelist
I honestly don't know why the linter is complaining about this
* Fix capital letters whitelist
* [PM-2135] chore: remove rows that were mistakenly added during merge from master
* [PM-2135] chore: remove rows that were mistakenly added during merge from master
* [PM-2135] feat: disable built-in browser validations
* Revert "[PM-2135] feat: disable built-in browser validations"
This reverts commit 969f75822a
.
---------
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
2023-06-28 09:02:22 -04:00
Shane Melton
07f20feda2
[AC-1418] Move SM adjust subscription component into SM billing module
2023-06-27 16:50:03 -07:00
Shane Melton
0d5d4b07cc
[AC-1418] Cleanup SM subscription UI flags
2023-06-27 16:44:32 -07:00
Shane Melton
dc13c3aea0
[AC-1418] Use new model and service method
2023-06-27 16:40:47 -07:00
Shane Melton
4f71542a38
[AC-1418] Add new service method to update SM subscription
2023-06-27 16:40:47 -07:00
Shane Melton
d6fb4b6ba9
[AC-1418] Add new update SM subscription request model
2023-06-27 16:40:47 -07:00
Shane Melton
9c85576973
[AC-1418] Revert change to update PM subscription request model
2023-06-27 16:33:31 -07:00
Shane Melton
b73387cac9
[AC-1418] Cleanup BitwardenProductType after merge
...
Add to barrel file and update applicable imports.
2023-06-27 15:46:30 -07:00
Shane Melton
5f34ba2166
Merge branch 'feature/sm-billing' into AC-1418-add-secrets-manager-manage-subscription-component
2023-06-27 15:46:11 -07:00
Danielle Flinn
6ef6140b29
Storybook docs ( #5552 )
...
* updated sort order
* Update preview.tsx
* Create avatar.mdx
Added avatar documentation based on Figma docs
* Added badge docs
* fixed typos
* added breadcrumb docs
* Added callout docs
* added color password docs
* Added dialog docs
* fixed typo
* Updated Dialogs docs
Added a dialogs.mdx page for general docs that apply to both main Dialogs and Simple Dialogs.
Updated the sub-docs pages
* Update simple-dialog.mdx
* Added documentation from Figma to Forms docs
* Create icon-button.mdx
* added link docs
* Added menu docs
* Added progress indicator docs
* Updated table docs
* Added tab docs
* Added toggle group docs
* Revert "Update preview.tsx"
This reverts commit 4671d9726a
.
* added docs for appA11yTitle
* Fixed typos
* Update libs/components/src/link/link.mdx
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
* Update libs/components/src/menu/menu.mdx
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
* Addressed feedback
* Addressed feedback on callout, menu, and progress
* moved stories mdx files to proper location
* Addressed feedback on dialogs.mdx
* Update libs/components/src/tabs/tabs.mdx
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
* Addressed feedback on Tabs
* ran prettier
* Fixed title formatting
* ran prettier
* Update libs/components/src/dialog/dialogs.mdx
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
* ran prettier
---------
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
2023-06-27 12:46:44 -07:00
Robyn MacCallum
683b7fea77
[AC-1120] Implement 'New' button dropdown in Individual Vault ( #5235 )
...
* Change 'New' button to dropdown with folders and collections
* Individual vault changes to support adding collections
* Add org selector to CollectionDialogComponent
* Implement CollectionService.upsert() in CollectionAdminService.save()
* Filter collections to ones that users can create collections in
* Filter organizations by ones the user can create a collection in
* CollectionDialog observable updates
* Remove CollectionService.upsert from CollectionAdminService and return collection on save from CollectionDialog.
* Filter out collections that the user does not have access to in collection dialog for Individual Vault.
* Remove add folder action from vault filter
* Remove add button from filters as it is no longer used
* Update comment to reference future ticket
* Change CollectionDialogResult from a class to an interface
* Remove extra call to loadOrg() in the case of opening the modal from the individual vault
* Use async pipe instead of subscribe for organizations
2023-06-27 11:36:48 -04:00
Matt Gibson
09ef9dd411
Fix code owners format issue ( #5689 )
2023-06-27 09:21:07 -04:00
Thomas Rittson
5d196ec17d
Merge branch 'master' into feature/sm-billing
2023-06-27 14:29:04 +10:00
renovate[bot]
d814010bd3
Update chromaui/action digest to 44caff7 ( #5590 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-27 00:13:41 +02:00
Matt Gibson
4d62849d01
Add default code owners ( #5687 )
2023-06-26 21:59:52 +00:00
Vince Grassia
2a63008e82
Add step to empty container in Storage Container ( #5685 )
2023-06-26 10:38:32 -07:00
Joseph Flinn
a22c77d795
Devops 1421 test dns change take two ( #5668 )
...
* Update web configuration for new build artifact
* Switch to another top level domain
2023-06-23 11:05:51 -07:00
Joseph Flinn
e0894182fd
Update web configuration for new build artifact ( #5667 )
2023-06-23 09:37:54 -07:00
André Bispo
c31504cab4
[PM-1593] send password as null if it is not in state ( #5634 )
2023-06-23 17:21:48 +01:00
github-actions[bot]
61c3176917
Autosync the updated translations ( #5664 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-06-23 05:44:35 +00:00
github-actions[bot]
bc85a1ac12
Autosync the updated translations ( #5663 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-06-23 05:38:58 +00:00
Thomas Rittson
49b6519176
Merge branch 'master' into feature/sm-billing
2023-06-23 14:27:37 +10:00
Thomas Rittson
86ccff78cb
[AC-1420] Add Secrets Manager subscribe component ( #5617 )
2023-06-23 14:26:59 +10:00
Shane Melton
797ca073b8
[AC-1423] Update organization subscription cloud page ( #5614 )
...
* [AC-1423] Add ProgressModule to shared.module.ts
* [AC-1423] Update cloud subscription page styles
- Remove bootstrap styles
- Use CL components where applicable
- Use CL typography directives
- Update heading levels to prepare for new SM sections
* [AC-1423] Add usePasswordManager boolean to organization domain
* [AC-1423] Introduce BitwardenProductType enum
* [AC-1423] Update Organization subscription line items
- Add product type prefix
- Indent addon services like additional storage and service accounts
- Show line items for free plans
* [AC-1423] Simply sort function
* [AC-1423] Remove header border
* [AC-1423] Make "Password Manager" the default fallback for product name
2023-06-23 09:17:38 +10:00
Shane Melton
0bd76a9397
[AC-1418] Update request model to match server
2023-06-22 15:01:45 -07:00
Shane Melton
ccd798beb3
[AC-1418] Hide SM billing adjustment component behind feature flag
2023-06-22 14:46:36 -07:00
Shane Melton
6562813a82
[AC-1418] Use the SM plan for billing interval
2023-06-22 14:32:03 -07:00
Shane Melton
9100b05133
[AC-1418] Adjust labels and appearance to better match design
2023-06-22 14:26:58 -07:00
Shane Melton
f1e9f96e27
[AC-1418] Fix conflicting required/optional labels for auto-scaling limits
2023-06-22 14:12:11 -07:00
Shane Melton
ee82aead64
[AC-1418] Add better docs to options interface
2023-06-22 14:11:44 -07:00
renovate[bot]
d10741e994
Update bitwarden/gh-actions digest to 37ffa14 ( #5589 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-22 20:37:42 +00:00
Vince Grassia
5a674d469d
Add tag input to Deploy Web EU-PRD workflow ( #5658 )
2023-06-22 14:36:21 -06:00
Shane Melton
69b65ea2a8
[AC-1418] Add SM subscription adjust form and logic to hide it
2023-06-22 11:16:12 -07:00
Shane Melton
202cf8614e
[AC-1418] Add missing SM plan properties
2023-06-22 11:16:12 -07:00
Shane Melton
945289bf05
[AC-1418] Cleanup form html
2023-06-22 11:16:12 -07:00
Shane Melton
bc38cdff11
[AC-1418] Add api service call to update SM subscription
2023-06-22 11:16:12 -07:00