Daniel James Smith
d4c812160f
[PM-328] Move generator to tools ( #4980 )
...
* Move generator to tools
libs/angular:
- Move generator.component to tools
libs/common:
- Move password generation to tools
- Move username generation including email-forwarders to tools
apps/*
- create tools-subfolder and move files regarding generator functionality
- Update all the imports
.github/:
- Cleaned up whitelist-capital-letters.txt
- Added team-tools-dev folders to CODEOWNERS
* Remove unused barrel file
2023-03-10 21:39:46 +01:00
Matt Gibson
cf972e784c
Auth/ps 2298 reorg auth ( #4564 )
...
* Move auth service factories to Auth team
* Move authentication componenets to Auth team
* Move auth guard services to Auth team
* Move Duo content script to Auth team
* Move auth CLI commands to Auth team
* Move Desktop Account components to Auth Team
* Move Desktop guards to Auth team
* Move two-factor provider images to Auth team
* Move web Accounts components to Auth Team
* Move web settings components to Auth Team
* Move web two factor images to Auth Team
* Fix missed import changes for Auth Team
* Fix Linting errors
* Fix missed CLI imports
* Fix missed Desktop imports
* Revert images move
* Fix missed imports in Web
* Move angular lib components to Auth Team
* Move angular auth guards to Auth team
* Move strategy specs to Auth team
* Update .eslintignore for new paths
* Move lib common abstractions to Auth team
* Move services to Auth team
* Move common lib enums to Auth team
* Move webauthn iframe to Auth team
* Move lib common domain models to Auth team
* Move common lib requests to Auth team
* Move response models to Auth team
* Clean up whitelist
* Move bit web components to Auth team
* Move SSO and SCIM files to Auth team
* Revert move SCIM to Auth team
SCIM belongs to Admin Console team
* Move captcha to Auth team
* Move key connector to Auth team
* Move emergency access to auth team
* Delete extra file
* linter fixes
* Move kdf config to auth team
* Fix whitelist
* Fix duo autoformat
* Complete two factor provider request move
* Fix whitelist names
* Fix login capitalization
* Revert hint dependency reordering
* Revert hint dependency reordering
* Revert hint component
This components is being picked up as a move between clients
* Move web hint component to Auth team
* Move new files to auth team
* Fix desktop build
* Fix browser build
2023-02-06 15:53:37 -06:00
Robyn MacCallum
7ebedbecfb
[SG-998] and [SG-999] Vault and Autofill team refactor ( #4542 )
...
* Move DeprecatedVaultFilterService to vault folder
* [libs] move VaultItemsComponent
* [libs] move AddEditComponent
* [libs] move AddEditCustomFields
* [libs] move attachmentsComponent
* [libs] folderAddEditComponent
* [libs] IconComponent
* [libs] PasswordRepormptComponent
* [libs] PremiumComponent
* [libs] ViewCustomFieldsComponent
* [libs] ViewComponent
* [libs] PasswordRepromptService
* [libs] Move FolderService and FolderApiService abstractions
* [libs] FolderService imports
* [libs] PasswordHistoryComponent
* [libs] move Sync and SyncNotifier abstractions
* [libs] SyncService imports
* [libs] fix file casing for passwordReprompt abstraction
* [libs] SyncNotifier import fix
* [libs] CipherServiceAbstraction
* [libs] PasswordRepromptService abstraction
* [libs] Fix file casing for angular passwordReprompt service
* [libs] fix file casing for SyncNotifierService
* [libs] CipherRepromptType
* [libs] rename CipherRepromptType
* [libs] CipherType
* [libs] Rename CipherType
* [libs] CipherData
* [libs] FolderData
* [libs] PasswordHistoryData
* [libs] AttachmentData
* [libs] CardData
* [libs] FieldData
* [libs] IdentityData
* [libs] LocalData
* [libs] LoginData
* [libs] SecureNoteData
* [libs] LoginUriData
* [libs] Domain classes
* [libs] SecureNote
* [libs] Request models
* [libs] Response models
* [libs] View part 1
* [libs] Views part 2
* [libs] Move folder services
* [libs] Views fixes
* [libs] Move sync services
* [libs] cipher service
* [libs] Types
* [libs] Sync file casing
* [libs] Fix folder service import
* [libs] Move spec files
* [libs] casing fixes on spec files
* [browser] Autofill background, clipboard, commands
* [browser] Fix ContextMenusBackground casing
* [browser] Rename fix
* [browser] Autofill content
* [browser] autofill.js
* [libs] enpass importer spec fix
* [browser] autofill models
* [browser] autofill manifest path updates
* [browser] Autofill notification files
* [browser] autofill services
* [browser] Fix file casing
* [browser] Vault popup loose components
* [browser] Vault components
* [browser] Manifest fixes
* [browser] Vault services
* [cli] vault commands and models
* [browser] File capitilization fixes
* [desktop] Vault components and services
* [web] vault loose components
* [web] Vault components
* [browser] Fix misc-utils import
* [libs] Fix psono spec imports
* [fix] Add comments to address lint rules
2023-01-31 16:08:37 -05:00
Bernd Schoolmann
01091fe260
[PS-2365] Kdf Configuration Options for Argon2 ( #4578 )
...
* Implement argon2 config
* Remove argon2 webassembly warning
* Replace magic numbers by enum
* Implement kdf configuration
* Update UI according to design feedback
* Further updates to follow design feedback
* Add oxford comma in argon2 description
* Fix typos in argon2 descriptions
* move key creation into promise with API call
* change casing on PBKDF2
* general improvements
* kdf config on set pin component
* SHA-256 hash argon2 salt
* Change argon2 defaults
* Change argon2 salt hash to cryptoFunctionService
* Fix isLowKdfIteration check
---------
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com >
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com >
2023-01-30 09:07:51 -05:00
Bernd Schoolmann
e055e68991
[PS-2251] Implement argon2 kdf ( #4468 )
...
* Implement argon2
* Remove argon2 webassembly warning
* Replace magic numbers by enum
* move packages
* cleanup call to argon2
* update call to node argon2
* don't need wasm-eval
* revert config changes
* Update libs/common/src/enums/kdfType.ts
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com >
* Update kdfType.ts
* apply DEFAULT_PBKDF2_ITERATIONS
* checkIfWasmSupported
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com >
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com >
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com >
2023-01-26 09:20:12 -05:00
Shane Melton
f67fffcc08
[EC 784] Refactor organization user service ( #4163 )
...
* [EC-784] Introduce OrganizationUserService and abstraction
* [EC-784] Move API response models into abstraction folder
* [EC-784] Register OrganizationUserService in JsLib
* [EC-784] Add OrganizationUserService to CLI Main
* [EC-784] Move getOrganizationUser()
- Move getOrganizationUser() implementation to OrganizationUserService
- Update any references to the API service in the CLI and Web projects
* [EC-784] Move getOrganizationUserGroups()
* [EC-784] Move and rename getOrganizationUsers()
* [EC-784] Move getOrganizationUserResetPasswordDetails()
* [EC-784] Move OrganizationUser API request models into abstraction folder
* [EC-784] Move postOrganizationUserInvite()
* [EC-784] Move postOrganizationUserReinvite()
* [EC-784] Move postManyOrganizationUserReinvite()
Also tweak the signature to avoid exposing the API request model
* [EC-784] Move postOrganizationUserAccept()
* [EC-784] Move postOrganizationUserConfirm()
* [EC-784] Move postOrganizationUsersPublicKey()
Also modify signature to avoid exposing API request model
* [EC-784] Move postOrganizationUserBulkConfirm()
* [EC-784] Move putOrganizationUser()
* [EC-784] Move putOrganizationUserGroups()
* [EC-784] Update abstraction method definitions to use abstract keyword
* [EC-784] Move putOrganizationUserResetPasswordEnrollment()
* [EC-784] Move putOrganizationUserResetPassword()
* [EC-784] Move deleteOrganizationUser()
* [EC-784] Move deleteManyOrganizationUsers()
* [EC-784] Move revokeOrganizationUser()
* [EC-784] Move revokeManyOrganizationUsers()
* [EC-784] Move restoreOrganizationUser()
* [EC-784] Move restoreManyOrganizationUsers()
* [EC-784] Move internal OrganizationUserBulkRequest model out of service abstraction
* [EC-784] Rename organizationUser folder to organization-user
2022-12-19 10:56:16 -08:00
Oscar Hinton
cf2d3f5382
[SM-288] Rename requests and responses to follow naming convention ( #3806 )
2022-10-18 19:01:42 +02:00
Oscar Hinton
e941f06bac
[SM-288] Rename models to follow naming convention ( #3795 )
2022-10-14 18:25:50 +02:00
Justin Baur
2c208edb98
Add sync$ observable ( #3384 )
...
* Add sync$ observable
* Update lock method
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2022-08-29 14:14:59 -04:00
Oscar Hinton
e7c7037a14
Add eslint-plugin-rxjs & rxjs-angular ( #3373 )
2022-08-26 18:09:28 +02:00
Justin Baur
7145b13df1
[PS-1093] Move Organization Api Calls ( #3243 )
...
* Move organization api calls into seperate service
* Remove unneeded unknown
* Address PR feedback
2022-08-24 12:33:05 -04:00
Rui Tomé
c263eacd88
[EC-376] Extract API logic from PolicyService to PolicyApiService ( #3203 )
...
* Added abstractions for PolicyApiService and PolicyService
* Added implementations for PolicyApiService and PolicyService
* Updated all references to new PolicyApiService and PolicyService
* Deleted old PolicyService abstraction and implementation
* Fixed CLI import path for policy.service
* Fixed main.background.ts policyApiService dependency for policyService
* Updated policy-api.service with the correct imports
* [EC-376] Sorted methods order in PolicyApiService
* [EC-376] Removed unused clearCache method from PolicyService
* [EC-376] Added upsert method to PolicyService
* [EC-376] PolicyApiService putPolicy method now upserts data to PolicyService
2022-08-08 10:04:36 +01:00
Matt Gibson
12615c203f
[PS-1051] Fix/add master pass hash to all org reset key requests ( #3049 )
...
* clarify master password reset calls
* Add master password hash to master password change requests
2022-07-06 14:19:58 -05:00
Oscar Hinton
bc639688e8
Use NPM workspace ( #2874 )
2022-06-14 17:10:53 +02:00
Hinton
d7492e3cf3
Move to libs
2022-06-03 16:24:40 +02:00