1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-03 13:33:32 +01:00
Commit Graph

1147 Commits

Author SHA1 Message Date
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
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
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
Thomas Rittson
5d196ec17d
Merge branch 'master' into feature/sm-billing 2023-06-27 14:29:04 +10: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
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
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
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
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
Shane Melton
c3cf745928
[AC-1418] Rename service account fields in the options interface 2023-06-22 11:16:12 -07:00
Shane Melton
e6816aae8e
[AC-1418] Adjust organization-subscription-update.request.ts to support both PM and SM 2023-06-22 11:16:12 -07:00
Shane Melton
55eaff06d6
[AC-1418] Add initial SM adjustment form 2023-06-22 11:16:11 -07:00
Shane Melton
c46d522ac8
[AC-1418] Add initial SecretsManagerAdjustSubscription component 2023-06-22 11:16:11 -07:00
SmithThe4th
4820c88335
Removed feature flag logic for low kdf iteration (#5640) 2023-06-22 12:59:24 -04:00
Shane Melton
5607f7e4e2
[AC-1423] Tweak sorting comment 2023-06-22 09:25:09 -07:00
Shane Melton
6dd1616b5a
Revert "[AC-1423] Switch to AddonProductType enum instead of boolean"
This reverts commit 204f64b4e7.
2023-06-22 09:08:31 -07:00
Matt Gibson
a2b290a31e
Remove password options from serve unlock (#5601)
These options are no longer considered safe as the file location or
environment variable could be guessed by an attacker.
2023-06-22 12:29:37 +00:00
Shane Melton
204f64b4e7
[AC-1423] Switch to AddonProductType enum instead of boolean 2023-06-21 17:38:49 -07:00
Shane Melton
5ca5b97a30
[AC-1423] Remove minWidth attribute 2023-06-21 17:03:08 -07:00
Shane Melton
72997070ab
[AC-1423] Make "Password Manager" the default fallback for product name 2023-06-21 16:58:14 -07:00
Shane Melton
3c904a7ab9
[AC-1423] Remove ineffective div 2023-06-21 16:57:00 -07:00
Shane Melton
be2b72b286
[AC-1423] Remove redundant condition 2023-06-21 16:55:10 -07:00
Shane Melton
894623a80e
[AC-1423] Remove header border 2023-06-21 16:52:35 -07:00
Shane Melton
b7d6243f58
[AC-1423] Simply sort function 2023-06-21 16:51:47 -07:00
github-actions[bot]
19d2b2594c
Bumped browser version to 2023.5.1 (#5647)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-06-21 13:39:08 -04:00
github-actions[bot]
37964f7cbf
Bumped web version to 2023.5.1 (#5646)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-06-21 13:37:55 -04:00
Andrew Dassonville
4dc34fc7a8
[PM-2609] Allow auto-filling TOTP codes (#2142)
* Begin implementing TOTP autofill

* Add support for Cloudflare

* Fix linting errors

* Add GitHub support

* Automatically check for autocomplete="one-time-code"

* Fix TOTP-filling for Steam

* Make auto-fill on page load work for TOTP

* [PM-2609] Introduce logic to handle skipping autofill of TOTP on page load

* [PM-2609] Ensuring other forms of user initiated autofill can autofill the TOTP value for a vault item

---------

Co-authored-by: Daniel James Smith <djsmith@web.de>
Co-authored-by: Cesar Gonzalez <cgonzalez@bitwarden.com>
Co-authored-by: Cesar Gonzalez <cesar.a.gonzalezcs@gmail.com>
2023-06-21 10:18:46 -05:00
André Bispo
4124f7bdc8
[PM-2676] Fix web set environment urls after state init (#5632)
* [PM-2676] Fix web set env urls after state init.

* [PM-2676] Add note to remove workaround
2023-06-20 20:44:46 +01:00
Shane Melton
b9c2da1b35
Merge branch 'master' into AC-1423-update-organization-subscription-cloud-page 2023-06-20 11:44:07 -07:00
cturnbull-bitwarden
d4f292108f
[PM-146] Web: Upgrade flows for free 2 person orgs (#5564)
* Added a validator when adding users to a free org

* Updated based on PR feedback

Removed parameters passing in the org to member-dialog.
Removed i18n service from validator

* Moved i18n responsibility back to the validator

Also added jsdoc comments

* Updated validator to be an injectable class

* Added back in jsdocs

* Moved the validator initialization to ngOnInit

* Updated validator to take error message a a param
2023-06-20 08:10:04 -04:00
github-actions[bot]
7dbc30ee05
Autosync the updated translations (#5627)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-06-19 10:59:10 +00:00
github-actions[bot]
df2c6e283f
Autosync the updated translations (#5625)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-06-19 09:05:40 +00:00
github-actions[bot]
d0f66365c9
Autosync the updated translations (#5626)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-06-19 09:04:25 +00:00
Thomas Rittson
30bb880062
Move desktop vault filters to vault team (#5574) 2023-06-19 15:42:15 +10:00
Rui Tomé
d3d17f1496
[AC-1144] Warn admins when removing or revoking users without master password (#5494)
* [AC-1144] Added new messages for warning removing/revoking user without master password

* [AC-1144] Added property 'hasMasterPassword' to OrganizationUserUserDetailsResponse and OrganizationUserView

* [AC-1144] Added user's name to 'No master password' warning

* [AC-1144] Added property 'hasMasterPassword' to ProviderUserResponse

* [AC-1144] Added alert to bulk "remove/revoke users" action when a selected user has no master password

* [AC-1144] Moved 'noMasterPasswordConfirmationDialog' method to BasePeopleComponent

* [AC-1144] Removed await from noMasterPasswordConfirmationDialog

* [AC-1144] Changed ApiService.getProviderUser to output ProviderUserUserDetailsResponse

* [AC-1144] Added warning on removing a provider user without master password

* [AC-1144] Added "No Master password" warning to provider users

* [AC-1144] Added "no master password" warning when removing/revoking user in modal view

* [AC-1144] Reverted changes made to ProviderUsers

* [AC-1144] Converted showNoMasterPasswordWarning() into a property

* [AC-1144] Fixed issue when opening invite member modal
2023-06-16 16:38:55 +01:00