Thomas Rittson
37c992f16b
[PM-13007] Fix Active Directory externalId parsing ( #693 )
...
Return AD ObjectGuid attribute as buffer so it can be parsed properly
1 year ago
Thomas Rittson
91dfd7e0b7
[PM-13007] Replace ldapjs with ldapts ( #641 )
1 year ago
Brandon Treston
e3fbc4e731
Add warning message and help icon ( #652 )
1 year ago
Thomas Rittson
d65f42684e
[PM-13008] Add ldap integration tests ( #637 )
1 year ago
renovate[bot]
493e819b1c
[deps]: Update angular-eslint monorepo to v17.5.3 ( #580 )
...
* [deps]: Update angular-eslint monorepo to v17.5.3
* Run npm prettier
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rui Tome <rtome@bitwarden.com>
1 year ago
Thomas Rittson
4652c6489f
[AC-3043] Refactor AuthService to only use organization api key login ( #622 )
...
* Remove jslib authService and unused loginStrategies
* Delete KeyConnectorService
* Move OrganizationLoginStrategy into base LoginStrategy
* Remove unused code and services from loginStrategy
* Delete OrganizationService
* Move loginStrategy into authService
1 year ago
Thomas Rittson
9dc497dd13
[AC-3047] Refactor LoginCommand to only use organization api key login ( #621 )
...
* Add tests
* Remove unused code from LoginCommand and refactor
* Remove unused services
* Remove unused npm deps
* Install missing type-fest dep
1 year ago
renovate[bot]
6b1b6bf1c4
[deps]: Update bootstrap to v5 [SECURITY] ( #585 )
...
* [deps]: Update bootstrap to v5 [SECURITY]
* Use the color-contrast method instead of the deprecated color-yiq method
* Update settings component for bootstrap 5
* Update ApiKey component for bootstrap 5
* Update environment component for bootstrap 5
* Run prettier
* Revert back to data-dismiss
* Update modal close button attribute to use data-bs-dismiss instead of data-dismiss
* Run npm prettier
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rui Tome <rtome@bitwarden.com>
1 year ago
renovate[bot]
4ae4cba877
[deps]: Update @types/node to v18.19.50 ( #599 )
...
* [deps]: Update @types/node to v18.19.50
* Adjust timer type
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Addison Beck <github@addisonbeck.com>
1 year ago
Thomas Rittson
dd10538d0f
Add SafeProvider ( #582 )
1 year ago
Thomas Rittson
eae9cac931
[AC-3020] Remove unused jslib code - services ( #575 )
...
* Delete NotificationsService
* Remove SyncService
* Delete VaultTimeoutService
* Remove ProviderService
* Remove UserVerificationService
* Remove SendService
* Remove EventService
* Remove PasswordRepromptService
* Remove UsernameGenerationService
* Remove TotpService
* Remove CollectionService
* Remove FolderService
* Remove AuditService
* Remove CipherService and SearchService together
* Remove FileUploadService
* Remove SettingsService
* Remove SystemService
* Remove ElectronCryptoService
* Remove unused deps
1 year ago
Addison Beck
decada8745
Filter out deleted AD users unless otherwise instructed ( #548 )
1 year ago
Rui Tomé
6e76d8fcbd
[PM-4747] List members under each group when doing test sync ( #507 )
...
* Add user list under each group when doing test sync
* run prettier and lint, replace '@' with @
1 year ago
Addison Beck
63b06f6950
Throw an error if the gsuite member query fails ( #522 )
1 year ago
Addison Beck
cc05bcb4a6
Fix warning when attempting a double login in the cli ( #468 )
...
* Replace call to `getEntityType` with a static string
* Delete several unused `StateService` methods
2 years ago
Addison Beck
38b2a13df6
Upgrade angular & friends (v15.2.9 ⮕ v16.2.12) ( #424 )
...
* Upgrade @angular packages to 16.2.12
Upgrade a webpack package
* Rebuild package-lock.json
* Remove use of deprecated Guard interfaces
Update route guards to use mapToCanActivate
2 years ago
Addison Beck
1fb4378046
Upgrade electron & friends (v18.3.15 ⮕ v28.2.0) ( #418 )
...
* Update versions in package.json
* Rebuild package-lock.json
fix
* Update electron-log usage
* Change necessary logic to get the newest version of the package
working
* Wrap up `init()` logic in a way that has parity with Bitwarden Desktop
Updates for electron-log
fix
* Update notarize script to match the latest @electron/notarize version
Update notarize step to look more like clients
2 years ago
Addison Beck
9c88e66a27
Upgrade prettier ( #409 )
2 years ago
Addison Beck
5b7b68f1cb
Upgrade commander (v7.2.0 ⮕ v11.1.0) ( #410 )
...
* Upgrade package in package.json
* Rebuild package-lock.json
* Update imports to reflect new types
fixup
2 years ago
Addison Beck
6e76f23653
[AC-1743] pt. 3 ⮕ Remove unused packages ( #399 )
...
* Remove package @angular/cli
* Remove package duo_web_sdk
* Remove package nodemon
* Remove package prebuild-install
* Remove package tapable
* Remove tsconfig-paths
* Remove ttypescript
* Remove typemoq
* Remove package jest-junit
* Remove package ts-node
* Specify dart sass in the webpack sass-loader config
* Add google-auth-library to package.json
* Add dotenv to package.json
* Ignore packages that break depcheck's regex and use case
Ignore @types/jest in depcheck
* Remove redundant config line
2 years ago
Addison Beck
eacdb6b8a8
[AC-1743] pt. 2: Update eslintrc and fix any errors ( #393 )
...
* Sync eslintrc with clients repo
* Autofix one eslint error
* Add type attributes to buttons for eslint
* Properly destroy ApiKeyComponent
* Fix eslint issues related to state
* Fix eslint warnings for default named imports
* Ran prettier
* Be more proactive about an unsubscribe
* Rework subscription
2 years ago
Addison Beck
95f613d61a
Remove package.json from src ( #395 )
2 years ago
Addison Beck
c259962279
[AC-1743] pt. 1: Unpackage-ify jslib ( #374 )
...
* Unpackage-ify jslib
* Adjust .tsconfig path for root and apply to jslib
* Rebuild package-lock.json
* Disable husky in CI
* Revert an incorrect find/replace
* Add jslib/shared/.eslintrc rules to root eslintrc
* Revert package.json change to ignore spec files when linting
* Ensure custom matcher gets imported in jslib tests
* Fix small workflow bugs from merging
* Try and get CI builds moving again
* Always sign and notorize builds in CI
* Revert erroneous verion bump
2 years ago
Vince Grassia
f3b01afd0b
Revert "Bumped version to 2023.12.0 ( #387 )" ( #391 )
...
This reverts commit 187d1e17b1 .
2 years ago
Bitwarden DevOps
187d1e17b1
Bumped version to 2023.12.0 ( #387 )
2 years ago
github-actions[bot]
e27bdbc561
Bumped version to 2023.10.0 ( #366 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2 years ago
Rui Tomé
26e4930a9e
[AC-1614] Updated webpack config ( #352 )
...
* [AC-1614] Updated webpack config
* [AC-1614] Ran prettier
* [AC-1614] Fix build
2 years ago
Matt Bishop
0d78b33ae1
Remove more lower-level packages ( #336 )
...
* Remove more lower-level packages
* Restore keytar for src
3 years ago
Matt Bishop
0ddf81f644
Angular 15 ( #326 )
...
* Install Angular CLI
* Core setup and cleanup
* TypeScript and webpack updates
* Angular 13
* Add JS lib to Angular workspace
* Do not use JS library with workspace
* Angular 14
* Angular 15
* Code fixes
* Couple package bumps
* Restore angularCompilerOptions
* Remove property reference to users inside group that didn't exist
3 years ago
renovate[bot]
7cf518edb5
Pin dependencies ( #304 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 years ago
github-actions[bot]
a528480e07
Bumped version to 2022.11.0 ( #290 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
3 years ago
Vincent Salucci
365bda7e21
[EC-682] Adjust group query assignment ( #287 )
3 years ago
Thomas Rittson
f1b533f7b6
Handle falsy values in keytarSecureStorageService ( #286 )
3 years ago
Tomáš Drtina
5bf9b128d4
GSuite: Use filter query when fetching groups. ( #279 )
...
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
3 years ago
github-actions[bot]
fb3d082b88
Bumped version to 2022.6.0 ( #273 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4 years ago
Vincent Salucci
8541a4252b
[EC-250] AU group next link ( #272 )
4 years ago
Jordan Cooks
e0d36a7407
Update example after LDAP library syntax change ( #271 )
...
The in-app example is no longer valid after an upstream LDAP library change; updating the example with the correct syntax
4 years ago
github-actions[bot]
167c5e0108
Bump version to 2.10.2 ( #270 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4 years ago
Robyn MacCallum
f67f113fe1
[EC-176] Fix CLI errors caused by server URLs ( #269 )
...
* Only get global environment urls
* remove unnecessary await
4 years ago
Thomas Rittson
073126949b
[EC-182] Refactor StateService secrets handling ( #268 )
4 years ago
Oscar Hinton
45d0192f82
Copy jslib into Directory Connector [TI-6] ( #262 )
4 years ago
github-actions[bot]
2d02d54b56
Bumped version to 2.10.1 ( #265 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4 years ago
Oscar Hinton
c5cc8eab0a
Move storage listener to DC ( #258 )
4 years ago
Thomas Rittson
8981b97632
EC-134 Fix api token refresh ( #257 )
...
* Fix api token refresh
* Update jslib
4 years ago
Thomas Rittson
c75d26b618
Update to use new JslibModule ( #254 )
4 years ago
github-actions[bot]
536f48b3c7
Bump version to 2.10.0 ( #252 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4 years ago
Robyn MacCallum
8374103a15
Move delta tokens out of secure storage ( #246 )
4 years ago
Thomas Rittson
dd9e03843a
Use saveAccount to scaffold new account ( #245 )
4 years ago
Oscar Hinton
e38ce53ed5
Add eslint ( #243 )
4 years ago
Thomas Rittson
ef1c47ab19
Update jslib ( #240 )
4 years ago