Shane Melton
f0b72b3e29
[EC-8] Fix missing verify bank condition
2022-07-28 16:37:17 -07:00
Shane Melton
7166ccae37
[EC-8] Repurpose payment method component
...
Update end user payment method component to be usable for organizations.
2022-07-28 16:31:37 -07:00
Shane Melton
2613debbfe
[EC-8] Renamed user billing history component
2022-07-28 15:22:59 -07:00
Shane Melton
8765aa182f
[EC-8] Reuse user billing history for orgs
2022-07-28 15:12:40 -07:00
Shane Melton
8fcc4f394d
[EC-8] Some PR suggestions
2022-07-28 12:00:32 -07:00
Shane Melton
bda63c87a3
Remove unnecessary organization lookup
2022-07-28 11:11:09 -07:00
Shane Melton
2407d85851
Fix member and group page container
2022-07-26 16:21:09 -07:00
Shane Melton
51d11d770e
Merge branch 'feature/org-admin-refresh' into EC-8-restructure-tabs
2022-07-26 16:11:57 -07:00
Shane Melton
f76130b871
Undo members component rename as it was causing difficult merge conflicts
2022-07-26 16:03:41 -07:00
Joseph Flinn
12bca0a597
[workflows] Finishing up the switch from the hotfix-rc/* back to hotfix-rc ( #3179 )
2022-07-26 13:43:29 -07:00
Oscar Hinton
797938881e
Add CoreModule ( #3149 )
2022-07-26 19:34:45 +02:00
Oscar Hinton
2011131bb2
[PS-182] Upgrade Angular to V14 ( #2948 )
2022-07-26 14:48:11 +02:00
Thomas Rittson
c90eb42ead
[EC-271] Refactor CryptoService - move symmetric encryption to EncryptService ( #3042 )
...
* move decryptFromBytes, decryptToBytes, and encryptToBytes from CryptoService to EncryptService
* leave redirects in CryptoService
* combine encryptService decryptFromBytes and decryptToBytes methods
* move parsing logic into EncArrayBuffer
* add tests
2022-07-26 11:40:32 +10:00
Shane Melton
568f59e171
Recover lost member page changes
2022-07-25 15:11:36 -07:00
Todd Martin
88ee166e4d
[ENG 71] Add calls to Github Deployments API to allow Jira integration on Deployments ( #3164 )
...
* [ENG-71] updated release-web.yml to add deployment updates.
* [ENG-71] Added newline at the end of the file
* [ENG-71] Changed environment name.
* [ENG-71] Changed branch name again.
* Fixed error in brackets.
* Added release version
* [ENG-71] Updated all the other scripts to track deployments.
* [ENG-71] added channel
* [ENG-71] Added newline
* [ENG-71] Removed separate deployments for choco and snap
* [ENG-71] Removed separate deployments
* [ENG-71] Added newline
* [ENG-71] refined messages
* [ENG-71] Changed to separate out environment and description.
* [ENG-71] more changes to sepearate environment from description
* Job cleanup
* Job cleanup
* [ENG-71] More job cleanup
* [ENG-71] Updated to use commit instead of v2.
* [ENG-7] Fixed error referencing release-version
Co-authored-by: Todd Martin <>
2022-07-25 17:20:17 -04:00
Brandon Maharaj
515ca3f0fe
[SG-451] [Defect] - Safari Extension Does Not Display Icon for Long Named Orgs ( #3145 )
...
* chore: added strings for disabled org messages
* chore: added icon display
* chore: added prevent filter check
* chore: code changes for desktop
* chore: browser
* fix: float icon
* fix: float right icon
* fix: vary elipsis size
2022-07-25 17:15:44 -04:00
Robyn MacCallum
1f599b499e
[SG-485] and [SG-486] Trial Initiation routing and bug fixes
2022-07-25 14:44:51 -04:00
Daniel James Smith
296fb6deb9
Fix missing settings button ( #3175 )
...
* With changes made on https://github.com/bitwarden/clients/pull/2662 the button disappeared
* Remove redundant and no longer used css for env settings button on desktop
2022-07-25 13:15:14 -05:00
Patrick
16de33fc1e
[PS-1164]
2022-07-25 13:26:42 -04:00
Brandon Maharaj
6572bacca0
[SG-388] Organization menu style improvements ( #3100 )
...
* fix: css
* fix: alignment of icon in menu for a tags
2022-07-25 11:26:28 -04:00
Oscar Hinton
478de90d45
Cleanup src
folder for web and move ts code into src/app
per angular convention ( #3127 )
2022-07-25 15:13:54 +02:00
Oscar Hinton
5c57b5e663
Fix folder tests ( #3171 )
2022-07-25 13:53:22 +02:00
Daniel James Smith
9a56ddcef1
Re-generate CLI package-lock.json ( #3165 )
2022-07-25 13:26:19 +02:00
Oscar Hinton
0c1bd57cfd
[BEEEP] [EC-141] Rust - Windows hello ( #2635 )
2022-07-25 13:24:13 +02:00
Patrick H. Lauke
05f6a30672
[PS-1182] Desktop / Browser: Accessibility - remove appBlurClick, change remaining links to buttons ( #2662 )
...
* Remove `appBlurClick` from browser extension controls
* Remove last remaining `appBlurClick` from desktop app controls
* Change any straggler `<a>` links to buttons where appropriate (where they don't open a browser window)
* Add missing `type="button"` to some of the desktop buttons
* Update and run prettier, linter
* Remove orphaned jslibs
2022-07-25 12:43:10 +02:00
cyprain-okeke
bf291c4e64
Ps 693/fix localhost exclude domain bug 2 ( #3140 )
...
* modify the submit function to validate only the newly/modified domains
* changes after running prettier
Co-authored-by: dynwee <onwudiweokeke@gmail.com>
2022-07-25 10:05:41 +01:00
cyprain-okeke
adbe0d58fa
added a refresh token to avoid the time out issue ( #3154 )
...
Co-authored-by: dynwee <onwudiweokeke@gmail.com>
2022-07-25 10:02:28 +01:00
Rui Tomé
b50de43556
[EC-320] Add organization vault export to event logs ( #3136 )
...
* Added organizationId to EventData and EventRequest
* Added EventType Organization_ClientExportedVault
* Sending organizationId on Organization Export event
* Checking that the user belongs to the organization
* Added organizationExportResponse model
* Added API method to get Organization vault export data
* Updated getOrganizationDecryptedExport to use new API method
2022-07-25 09:56:03 +01:00
Thomas Rittson
0f44789d0f
[EC-338] Update SCIM code naming conventions (revoked/restore) ( #3160 )
2022-07-25 10:47:56 +10:00
Vincent Salucci
8694227b92
[CL-17] Use focus-visible for keyboard selection ( #3152 )
2022-07-22 14:22:37 -05:00
Matt Gibson
528af15eb0
Do not use deprecated method ( #3155 )
2022-07-22 11:41:02 -05:00
Thomas Avery
8cb92d425c
[CL-29] Modal Components for the component library ( #3053 )
...
The purpose of this PR is to add Modals into the component library.
To note, this PR is focused on the visual of the modal that will "pop-up" and not the actual pop-up implementation.
2022-07-22 10:55:45 -05:00
Gbubemi Smith
9fef1d21a4
[SG-430] Modify registration component to use static ids ( #3144 )
...
* refactored form to use static ids
* renamed ids to meet standard
* renamed ids to meet standard
* renamed ids to meet standard
2022-07-22 11:22:01 +01:00
Oscar Hinton
80ee6d23c3
[SM-45] Scaffold secrets manager module ( #2989 )
...
* Scaffold secrets manager module
2022-07-22 11:16:24 +02:00
Oscar Hinton
d99acd818b
Change eslint settings to error instead of warn ( #3128 )
2022-07-22 11:15:10 +02:00
github-actions[bot]
90c91e0a7d
Autosync the updated translations ( #3156 )
...
Co-authored-by: github-actions <>
2022-07-22 09:06:45 +02:00
github-actions[bot]
eb9833a141
Autosync the updated translations ( #3157 )
...
Co-authored-by: github-actions <>
2022-07-22 09:03:49 +02:00
github-actions[bot]
42170282b1
Autosync the updated translations ( #3158 )
...
Co-authored-by: github-actions <>
2022-07-22 08:59:52 +02:00
Shane Melton
1e5c7ba728
Fix people component file rename
2022-07-21 17:05:00 -07:00
Shane Melton
11d55ad280
This partially reverts commit 24bb775
to fix tracking of people.component.html rename.
2022-07-21 17:02:00 -07:00
Shane Melton
d58ba54d90
Merge branch 'feature/org-admin-refresh' into EC-8-restructure-tabs
2022-07-21 14:39:14 -07:00
Shane Melton
9eefb4ad16
[PS-94] Ensure autofill always uses the same tab ( #3066 )
...
* Require specifying a tab in doAutoFill options to ensure only the desired tab is filled
* Specify well defined type for added tab properties
* Replace new tabToAutoFill property with parameter
2022-07-21 10:56:09 -07:00
Michał Chęciński
eaec97506e
Feature/devops 883 upload beta channel desktop release ( #3150 )
...
* Add workflow for releasing desktop beta
* Comment out for testing
2022-07-21 17:16:41 +02:00
Thomas Rittson
36b66ee5de
Add feature flag for scim navigation ( #3146 )
2022-07-21 13:27:06 +10:00
cyprain-okeke
01dd22fda8
Ps 971/rate limiting error gives html ( #3097 )
...
* made changes in the errorResponse.ts to return toast message for status 429
* refactor the existing bug implementation
Co-authored-by: dynwee <onwudiweokeke@gmail.com>
2022-07-20 20:21:13 +01:00
cyprain-okeke
cadba40109
added some scss to resolve the issue of dragging window using text selection ( #3051 )
...
Co-authored-by: dynwee <onwudiweokeke@gmail.com>
2022-07-20 20:20:15 +01:00
Robyn MacCallum
8f6713debb
[SG-69] Small Billing Adjustments ( #3143 )
...
* Adjust sizing of billing fields
* Move billing component into trial initiation module
2022-07-20 14:33:14 -04:00
Robyn MacCallum
a081de4b7a
[SG-70] Add confirmation details step ( #3123 )
...
* Add confirmation details step
* Cleanup
* Update apps/web/src/locales/en/messages.json
Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
* Update apps/web/src/locales/en/messages.json
Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
2022-07-20 11:33:41 -04:00
Michał Chęciński
5393209cea
Update chocolateyinstall.ps1 ( #3139 )
2022-07-20 08:33:58 -04:00
Thomas Rittson
adecf4eeba
[EC-339] Add eventType and UI strings for Restore/Revoke OrgUser ( #3137 )
2022-07-20 11:57:25 +10:00