* Disable the ability to open infinite popouts in the browser
* fixing lint error
* Adding padding
* Updating code to use ngIf instead of show for the app-pop-out
* Adding token processing for SSO redirect
* Update preValidate return type
* Remove unreachable code
Co-authored-by: Carlos J. Muentes <cmuentes@bitwarden.com>
Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
* Make enrollment a modal component
* Add verification to org user module
* Move enroll to component
* Update warning for modal
* update jslib
* Use ModalRef to close the modal
* Use bit-button
* Updating the version check to the new Github action
* Update .github/workflows/release.yml
Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
* switching action branch tag to commit tag
Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com>
* stripped off accented characters from search field for browser client
* moved normalization from component to search service
* fixed conflicts
* removed normalization from cipher component
* added comments to normalize method
* added comments to normalize method
* fixed bug with calling normalizeSearchQuery methid in pipeline function
* ran prettier
* moved normalization function to utils
* made normalization function a static function
* remove unused reference
* trying a working-directory to fix the crowdin configuration issue
* trying a job default working-directory
* switching to using a custom action
* bumping the custom action version
* bumping the custom action version
* updating the PR branch names to have different ones per project
* removing test code
* Updating commit hash to master branch of custom crowdin pull action
* stripped off accented characters from search field for browser client
* moved normalization from component to search service
* fixed conflicts
* removed normalization from cipher component
* added comments to normalize method
* added comments to normalize method
* Clearing the search bar when switching accounts
* Fixing Lint Issues and Prettier
* Updating the message to use switchAccount instead of a new message name "clearSearchBarText"
* Updating to use Observable on activeAccount
* adding back line
* adding back line
* Adding OnInit OnDestroy
* PS-592 Name field is not prioritised in search results
- test search method which give priority to matches by Name
* PS-592 Name field is not prioritised in search results
- replaced used method with test method
* PS-592 Name field is not prioritised in search results
- Fixed code styling
* PS-592 Name field is not prioritised in search results
- avoid duplicates
* PS-592 Name field is not prioritised in search results
- let to const
* PS-592
- ran prettier and lint
Co-authored-by: André Bispo <abispo@bitwarden.com>