cd-bitwarden
54642225ab
647 - rearrange drop downs ( #5791 )
2023-07-26 20:55:52 -04:00
cd-bitwarden
0fc0e6226f
for secrets manager show SM title ( #5780 )
...
* for secrets manager show SM title
* removing convoluted i18 conversion
* removing unused messages, and updating navbar to use the proper messages
2023-07-27 00:53:09 +00:00
Vincent Salucci
090a5bcced
fix: update manage reset password to manage account recovery, refs AC-1542 ( #5851 )
2023-07-26 13:36:29 -05:00
github-actions[bot]
290c6aee8f
Bumped desktop version to 2023.7.2 ( #5901 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-07-26 11:40:22 -04:00
Conner Turnbull
ab6085cd88
[AC-1562] Added region custom field to PayPal add credits ( #5897 )
...
* Added config service func for getting cloud region
* Updated to use `buildServerConfig`
2023-07-25 15:57:29 -04:00
github-actions[bot]
4ba9427967
Bumped web version to 2023.7.1 ( #5896 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-07-25 19:18:16 +00:00
Conner Turnbull
d874573a32
Added region custom field to paypal add credits ( #5895 )
2023-07-25 13:39:09 -04:00
Todd Martin
9c1247afa3
Added missing localization for trial initiation. ( #5891 )
2023-07-25 10:36:15 -04:00
Todd Martin
a456e4d3b5
Fixed link to navigate to Members page. ( #5892 )
2023-07-25 10:31:43 -04:00
Joseph Flinn
ba8ad9598b
Update EU Prod config with correct production payment settings ( #5874 )
2023-07-25 06:54:12 -07:00
Daniel James Smith
b734edba14
Display importFormatError on failed to parse input ( #5809 )
2023-07-24 23:07:44 +00:00
Álison Fernandes
34533f62a9
[AC-1486] Feature: SM Billing Round 1 ( #5747 )
...
* [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-1420] Add Secrets Manager subscribe component (#5617 )
* [AC-1418] Add secrets manager manage subscription component (#5661 )
* add additional properties (#5743 )
* Allow autoscale limits to be removed, update naming (#5781 )
* [AC-1488] Store Organization.SmServiceAccounts as total not additional (#5784 )
* Allow autoscale limits to be removed, update naming
* Display additional service accounts only
* [AC-1531] Fix SM subscribe component not showing in free org billing tab (#5848 )
---------
Co-authored-by: Shane Melton <smelton@bitwarden.com>
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
Co-authored-by: cyprain-okeke <108260115+cyprain-okeke@users.noreply.github.com>
Co-authored-by: Rui Tome <rtome@bitwarden.com>
2023-07-24 18:07:21 -05:00
Alex Brazier
1a6573ba96
Fix safari freezing when clicking premium option ( #4560 )
...
- Fixes #2267
Co-authored-by: Jason Ng <jng@bitwarden.com>
2023-07-24 11:12:52 -04:00
github-actions[bot]
092d8a013e
Autosync the updated translations ( #5867 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-07-21 12:26:23 +00:00
github-actions[bot]
52cd823bff
Autosync the updated translations ( #5865 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-07-21 08:37:17 +00:00
github-actions[bot]
5e5cf34f7b
Autosync the updated translations ( #5866 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-07-21 08:36:40 +00:00
Danielle Flinn
159fea6962
[CL-99] Update icon-button.stories.ts ( #5631 )
...
* Update icon-button.stories.ts
separated out the icon-button stories by size, style, loading, and disabled
* restructured icon button docs to use new stories
2023-07-18 11:28:43 -04:00
Shane Melton
9d8f52ef6a
[AC-1435] Copy updates for Single Organization policy prerequisite for Account Recovery policy ( #5774 )
...
* [AC-1435] Update copy/formatting on account recovery policy dialog
* [AC-1435] Cleanup account recovery dialog component
* [AC-1435] Update AccountRecovery policy description
* [AC-1435] Update Tde option description to include notice for Single Org policy
* fix: remove extra hyphen from help link, refs AC-1435
---------
Co-authored-by: Vincent Salucci <vincesalucci21@gmail.com>
2023-07-18 10:00:43 -05:00
github-actions[bot]
7aad24727d
Bumped desktop version to 2023.7.1 ( #5850 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-07-18 14:25:22 +00:00
Patrick H. Lauke
20228a485f
Fix typo overlayPostition
> overlayPosition
( #5530 )
...
Co-authored-by: rr-bw <102181210+rr-bw@users.noreply.github.com>
2023-07-17 13:02:44 -07:00
Sammy Chang
906c11acb1
[PM-2043] Fix additional space and characters copied to clipboard ( #5312 )
...
* Change appSelectCopy to accept a dynamic input on what to copy
* Renamed select-copy directive to copy-text directive to be more accurate with the new behaviour
Signed-off-by: Andre Rosado <arosado@bitwarden.com>
* Moved CopyTextDirective on jslib module to be in alphabetic ordering
---------
Signed-off-by: Andre Rosado <arosado@bitwarden.com>
Co-authored-by: Andre Rosado <arosado@bitwarden.com>
2023-07-17 17:00:50 +01:00
Vincent Salucci
c3adf96da7
fix: remove extra v2 within us/euUrls, refs AC-1518 ( #5825 )
2023-07-14 14:19:57 -05:00
Todd Martin
b2374acc7f
[PM-3020] Change initialization of EnvironmentService to default to uninitialized ( #5830 )
...
* Set initialized to false on construction of the EnvironmentService
* Add initialization on browser and desktop.
* Added comments.
2023-07-14 15:10:47 -04:00
Oscar Hinton
79ed4ff83f
[PM-2237] Add tailwind to desktop & browser ( #5326 )
...
* Add tailwind to desktop
* Add tailwind to browser
* Toy around with using CL in desktop
* Move custom css into the tailwind theme
* Revert component experiment
* Add components to browser tsconfig
* Fix build
2023-07-14 15:03:42 -04:00
Thomas Avery
bfae0eb41e
Sort access policy rows ( #5802 )
2023-07-14 11:56:14 -05:00
Cesar Gonzalez
d26dc9c8ac
[PM-2762] Update Logic on HTTP Warning ( #5730 )
...
* [PM-2762] Update Logic on HTTP Warning
* [PM-2762] Update apps/browser/src/autofill/content/autofill.js
Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com>
---------
Co-authored-by: Jonathan Prusik <jprusik@users.noreply.github.com>
2023-07-14 13:29:36 +00:00
Cesar Gonzalez
d42e87fbc6
[PM-2787] Fix Autofill Regex Check to Correctly Handle Both two-digit and four-digit years ( #5700 )
2023-07-14 13:26:57 +00:00
Oscar Hinton
61d5b2df9c
[PM-1898] Change desktop reload to forcefullyCrashRenderer
( #5813 )
...
Co-authored-by: Daniel James Smith <djsmith@web.de>
2023-07-14 13:10:40 +02:00
Oscar Hinton
62575336d5
Remove unused method ( #5821 )
2023-07-14 12:20:40 +02:00
github-actions[bot]
c086444fc5
Autosync the updated translations ( #5828 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-07-14 07:55:39 +00:00
github-actions[bot]
88ec04fb02
Autosync the updated translations ( #5826 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-07-14 07:50:32 +00:00
github-actions[bot]
f8e323c33f
Autosync the updated translations ( #5827 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-07-14 07:47:21 +00:00
Todd Martin
baab72eaf2
Found another missing await. ( #5819 )
2023-07-13 11:23:04 -04:00
Matt Gibson
aa6bb723f2
Disable mv3 artifacts ( #5816 )
2023-07-13 10:02:50 -05:00
Vince Grassia
312ee54434
Add default push location for Chocolatey ( #5805 )
2023-07-13 10:08:36 -04:00
Daniel James Smith
afb6c86c2e
Update web-path for team-auth-dev ( #5817 )
...
With https://github.com/bitwarden/clients/pull/5336 all files got moved to apps/web/src/app/auth, but CODEOWNERS still pointed to apps/web/src/auth
2023-07-13 14:08:16 +00:00
github-actions[bot]
028e2b8a61
Bumped browser version to 2023.7.1 ( #5815 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-07-13 12:40:14 +00:00
Todd Martin
22cb3d57a4
Adding missing await. ( #5801 )
2023-07-12 16:34:17 -04:00
Todd Martin
fbf67a819f
[PM-2846][PM-2860] Properly pass region from global to account state ( #5764 )
...
* Properly pass region from global to account state
* Fixed comment.
* Updated logic to not set environment if region with predefined URLs is selected.
* Added logic to clear environment URLs in EnvironmentService.
* Fixed comment
2023-07-12 10:44:55 -04:00
Opeyemi
a37b8db250
Deprecate release-qa-web.yml wf ( #5786 )
...
* Deprecate release-qa-web.yml wf
* Merge master
2023-07-12 11:19:28 +01:00
rr-bw
8a75eb0a80
[PM-2396] Remove Settings Cog Wheel ( #5654 )
...
* remove settings cog
* remove comment
2023-07-11 16:34:37 -07:00
rr-bw
259687d3fb
[PM-1693] Login with Device page text update ( #5650 )
...
* remove 'mobile' from sentence
* Revert "remove 'mobile' from sentence"
This reverts commit 62b8546cb6
.
* update text and change key
2023-07-11 13:21:42 -07:00
github-actions[bot]
a1f6d19ab7
Bumped all version to 2023.7.0 ( #5792 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
2023-07-11 13:45:17 -04:00
Vince Grassia
028d7425db
Fix CODEOWNERS file for releases ( #5793 )
2023-07-11 17:44:12 +00:00
renovate[bot]
775a13a5f2
Update bitwarden/gh-actions digest to a30e9c3 ( #5722 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 10:12:36 -06:00
Daniel James Smith
e2dda66fdf
Extend auth ownership ( #5790 )
...
Assigning `bitwarden_license/bit-web/src/app/auth` @bitwarden/team-auth-dev
2023-07-11 15:29:02 +00:00
Robyn MacCallum
7b7cfad689
Fix autofill codeowners ( #5785 )
2023-07-11 09:17:02 -04:00
Robyn MacCallum
65d970a16f
Exclude en locale files from requiring a review from leads ( #5702 )
2023-07-11 08:46:04 -04:00
Opeyemi
05203d96c6
add workflow call to deploy-non-prod-web.yml ( #5728 )
...
* add workflow call to deploy-non-prod-web.yml
* Remove required in wf call and dispatch
2023-07-10 23:57:56 +01:00
Vince Grassia
cc1572f6bc
Fix Snapcraft Action Version ( #5772 )
2023-07-10 15:56:57 -07:00