You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Branch:
master
AccountService-ab
Bug/AccountSwitching/DefaultThemeSetting
Bug/AccountSwitching/DesktopLogoutActionIssues
Bug/AccountSwitching/DesktopLogoutActionIssuesV2
Bug/AccountSwitching/DoNotLockIfLocked
PS-589-2fa-device-verification-settings
aesgcm
authService-tweaks
authreq
bug-report-component
bug/directory-connector-token-issues
bug/duplicate-ownership
bug_account-switching_default-env-urls
bug_account-switching_initAccount
cl/tweak-badge
colorful-event-icons
dependency-updates
endUserVaultRefresh/organizationFilters
families-for-enterprise/self-hosted
families-for-enterprise/self-hosted-models
feature/additional-item-types-scaffold
feature/api-key-with-encryption
feature/bump-electron
feature/cme-connector
feature/compile-time-flags
feature/cylic-dependency
feature/example-reactive-service
feature/mock-extended
feature/ngrx
feature/private-mode-v2
feature/refactor-folder-example
feature/refactor-test
feature/remove-sync
feature/vault-timeout-policy
feature/web-workers-2
feature/workspaces
fiddle/form-fields
fix-never-lock-with-biometric-no-prompt
fix-sendrequest
fix-setContextMenu-bug
fix/encapsulate-active-account-with-observable
fix/environmentService-init
fix/filters-new-collection
fix/managers-can-create-collections
fix/provider-keys
fix/remove-artifact-binding
fix/route-guard-redirects
hotfix/bwdc-api-key-refresh
improve-hostname-and-domain-retrieval
issue/fix-alert-on-all-callouts
issue/searching-notes
keyconnector/new-events
m/feature/cl-tabs
master
mono-repo
mpless-poc
output-caught-error-messages-to-console
rc
refactor/InterfacesForModuleServices
refactor/authService-alt
refactor/injectable-services-2
refactor_account-switching_cleanup
remove-unused-command-argument
safari-app-extension
sanitize-sendid
ssoconfig
test-lowdb-erasure
testing/sut-provider
translate-renamed-messages
upgrade-mac-silicon
use-rxjs-first
cli-hotfix-v1.19.1
web-hotfix-v2.24.1
${ noResults }
jslib/components/.storybook
* 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> |
4 years ago | |
|---|---|---|
| .. | ||
| main.js | Update introduction for CL (#729) | 4 years ago |
| preview.js | [feat] End User Vault Refresh (#790) | 4 years ago |
| tsconfig.json | Component Library scaffolding (#625) | 4 years ago |
| typings.d.ts | Component Library scaffolding (#625) | 4 years ago |