* Initial org filter work
* update jslib
* Move filter to below cipher length check
* don't show vault filter in personal or org folder
* Use family icon for families org
* jslib and auth guard updates
* lint fixes
* rename GroupingsComponent to VaultFilterComponent
* fix no folder showing all items
* Add checks for PersonalOwnership policy
* update css class names
* lint fixes
* cleanup
* Some final cleanup
* import order lint fix
* remove unused import
* Use smaller icon for chevron
* Update src/popup/vault/organization-filter.component.ts
Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
* Update src/popup/vault/organization-filter.component.ts
Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
* fix lint error
* remove extra localizations
* rename orgFilter -> vaultSelect
* Rename orgFilterService to VaultSelectService
* lint fixes
* combine vault select service with vault filter service
* Use base vault filter service methods
* Use VaultFilter model and other small fixes
* lint fixes
* Final restructuring pass
* Update jslib and remove extra function
* Remove extra imports
* remove space
* Remove vaultFilterService from background services
* Update jslib to latest on feature branch
* merge fix
* update jslib
* [feat] Implement EUVR for desktop
Should contain only https://github.com/bitwarden/desktop/pull/1487, with merge resolutions and style fixes
* [fix] Delete unused GroupingsComponentTemplate
* [dep] Update jslib
Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
* Move access logic to org model (#713)
* [feature] Allow for top level groupings to be collapsed (#712)
* [End User Vault Refresh] Refactor route permission checking (#727)
* Update admin access logic
* Centralize route permission handling
* Add permission check for disabled orgs
* [EndUserVaultRefresh] Add base routing guard (#732)
* Add a base class for Angular routing guards
* Update Guard naming convention
* Bump node-forge to 1.2.1 (#722)
* Remove Internet Explorer logic (#723)
* Username generator (#734)
* add support for username generation
* remove unused Router
* pr feedback
* Bump electron and related dependencies (#736)
* PS-91 make isMacAppStore return true/false (#735)
* return false if undefined from isMacAppStore
* PS-91 use strict equality instead of null coalescing
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
* [bug] Fix Safari CSV importer for URL and Notes (#730)
* Fix import path for safari importer (#740)
* Force updates to be silent (#739)
* support for username gen website setting (#738)
* Fix jslibModule forms (#742)
* Add DatePipe provider to JslibModule (#741)
* Feature/move to jest (#744)
* Switch to jest
* Fix jslib-angular package name
* Make angular test project
* Split up tests by jslib project
* Remove obsolete node test script
* Use legacy deps with jest-preset-angular
* Move web tests to common
* Remove build from pipeline
This was only being used because we were not using ts runners.
We are now, so build is unnecessary
* Remove the VerifyMasterPasswordComponent from jslib module (#747)
* Add ellipsis pipe to jslib module (#746)
* add ellipsis pipe to jslib module
* Add ellipsis pipe to exports
* Add ColorPasswordCountPipe to JslibModule (#751)
* Generator cleanup (#753)
* type is null by default
* rename generator component
* remove showWebsiteOption
* shorthand if check
* EC-134 Fix api token refresh (#749)
* Fix apikey token refresh
* Refactor: use class for TokenRequestTwoFactor
* Remove keytar and biometric logic (#706)
* [bug] CL - fix default button display and callout header class (#756)
* [EC-142] Fix error during import of 1pux containing new email field format (#758)
* Add support for complex email field type
* Ensure complex email field type gets imported on identities
* [euvr] Separate Billing Payment/History APIs (#750)
* [euvr] Separate Billing Payment/History APIs
* Updated to new accounts billing API
* Removed getUserBilling as it will become obsolete once merged
* [end user vault refresh] Base Changes For Vault Filters (#737)
* [dependency] Update icons
* Avoid duplicate fullSync api calls (#716)
* Tweak component library slightly (#715)
* Check runtime name vs mangled name (#724)
* Add Chromatic (#719)
* Update SECURITY.md (#725)
* Update SECURITY.md
Add link to our HackerOne program for submitting potential security issues.
* Revise language on SECURITY.md
* Remove error Response type check (#731)
* Remove error Response type check
Minimization is impacting type checking in a non-consistent way.
The previous type check works locally,
but not from build artifacts 🤷. We only set `captchaRequired` on
our errors when we want a resubmit with captcha included, so we're safe
keying off that
* linter
* [JslibModule] Add JslibModule (#733)
* Add ellipsis pipe (#728)
* add ellipsis pipe
* run prettier
* Account for ellipsis length in returned string
* Fix complete words case
* Fix another complete words issue
* fix for if there are not spaces in long value
* extract length check to beginning of method
* condense if statements
* remove log
* [refactor] Add optional folders param to folderService.getAllNested()
This will be used later for use cases where the vault filters service needs to build a list of nested folders that have been filtered by organization
* [feature] Add organization filters
This is an MVP implementation of the changes needed for the vault refresh. This includes collapsable top level groupings, and organization based filters that dynamically adjust folders and collections.
* [refactor] Break down vault filter into several components
These changes rename and rewrite the GroupingsComponent into a VaultFiltersModule. The module follows typical angular patterns for structure and purpose, and contain components for each filter type. The mostly communicate via Input and Output, and depend on a VaultFilterService for sending and recieving data from other parts of the product.
* [bug] Add missing events for folder add/edit
* [refactor] Dont directly change activeFilter in VaultFilterComponent
* [refactor] Move DisplayMode to a dedicated file
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>
Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com>
* [CL-16 Component Library] Menu Dropdown (#761)
* [bug] Add missing null check in vault filters (#769)
* [bug] Add @Injectable to VaultFilterService (#781)
* [fix] Ran prettier
* [fix] Fix merge issue
I used createUrlTree when merging guards because I knew that was the angular standard, didn't notice that redirect was a helper method from us
* Remove BaseGuard (#791)
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
Co-authored-by: Jake Fink <jfink@bitwarden.com>
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
Co-authored-by: David Frankel <42774874+frankeld@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com>
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Vincent Salucci <vincesalucci21@gmail.com>
* Change send list controls to buttons
make them keyboard focusable/operable
* Fix width/display of sends
* Make `.row-btn.disabled` also apply to natively `disabled` buttons without need for class
* Change accessible name for send group to use the send's name, not generic "Edit item" title
* Update publish settings to use S3
* Fix formatting
* Added endpoint with new domain
* Updated S3 publisher config
* added npm CD commands for workflow later.
* Updated release workflow to publish to S3
* testing release
* Reduce aws cli output
* Remove test
* Finalize release workflow
- Reverted back testing logic
- Removed dry run check for GH release since it creates it as a draf anyways
- Removed artifact_url env as it's no longer needed.
* Remove testing values
* Merge Master
* Added endpoint in config