1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
bitwarden-browser/apps/web/src/app/settings
Vincent Salucci 780a563ce0
[AC-1011] Admin Console / Billing code ownership (#4973)
* refactor: move SCIM component to admin-console, refs EC-1011

* refactor: move scimProviderType to admin-console, refs EC-1011

* refactor: move scim-config.api to admin-console, refs EC-1011

* refactor: create models folder and nest existing api contents, refs EC-1011

* refactor: move scim-config to admin-console models, refs EC-1011

* refactor: move billing.component to billing, refs EC-1011

* refactor: remove nested app folder from new billing structure, refs EC-1011

* refactor: move organizations/billing to billing, refs EC-1011

* refactor: move add-credit and adjust-payment to billing/settings, refs EC-1011

* refactor: billing history/sync to billing, refs EC-1011

* refactor: move org plans, payment/method to billing/settings, refs EC-1011

* fix: update legacy file paths for payment-method and tax-info, refs EC-1011

* fix: update imports for scim component, refs EC-1011

* refactor: move subscription and tax-info into billing, refs EC-1011

* refactor: move user-subscription to billing, refs EC-1011

* refactor: move images/cards to billing and update base path, refs EC-1011

* refactor: move payment-method, plan subscription, and plan to billing, refs EC-1011

* refactor: move transaction-type to billing, refs EC-1011

* refactor: move billing-sync-config to billing, refs EC-1011

* refactor: move billing-sync and bit-pay-invoice request to billing, refs EC-1011

* refactor: move org subscription and tax info update requests to billing, refs EC-1011

* fix: broken paths to billing, refs EC-1011

* refactor: move payment request to billing, refs EC-1011

* fix: update remaining imports for payment-request, refs EC-1011

* refactor: move tax-info-update to billing, refs EC-1011

* refactor: move billing-payment, billing-history, and billing responses to billing, refs EC-1011

* refactor: move organization-subscription-responset to billing, refs EC-1011

* refactor: move payment and plan responses to billing, refs EC-1011

* refactor: move subscription response to billing ,refs EC-1011

* refactor: move tax info and rate responses to billing, refs EC-1011

* fix: update remaining path to base response for tax-rate response, refs EC-1011

* refactor: (browser) move organization-service to admin-console, refs EC-1011

* refactor: (browser) move organizaiton-service to admin-console, refs EC-1011

* refactor: (cli) move share command to admin-console, refs EC-1011

* refactor: move organization-collect request model to admin-console, refs EC-1011

* refactor: (web) move organization, collection/user responses to admin-console, refs EC-1011

* refactor: (cli) move selection-read-only to admin-console, refs EC-1011

* refactor: (desktop) move organization-filter to admin-console, refs EC-1011

* refactor: (web) move organization-switcher to admin-console, refs EC-1011

* refactor: (web) move access-selector to admin-console, refs EC-1011

* refactor: (web) move create folder to admin-console, refs EC-1011

* refactor: (web) move org guards folder to admin-console, refs EC-1011

* refactor: (web) move org layout to admin-console, refs EC-1011

* refactor: move manage collections to admin console, refs EC-1011

* refactor: (web) move collection-dialog to admin-console, refs EC-1011

* refactor: (web) move entity users/events and events component to admin-console, refs EC-1011

* refactor: (web) move groups/group-add-edit to admin-console, refs EC-1011

* refactor: (web) move manage, org-manage module, and user-confirm to admin-console, refs EC-1011

* refactor: (web) move people to admin-console, refs EC-1011

* refactor: (web) move reset-password to admin-console, refs EC-1011

* refactor: (web) move organization-routing and module to admin-console, refs EC-1011

* refactor: move admin-console and billing within app scope, refs EC-1011

* fix: update leftover merge conflicts, refs EC-1011

* refactor: (web) member-dialog to admin-console, refs EC-1011

* refactor: (web) move policies to admin-console, refs EC-1011

* refactor: (web) move reporting to admin-console, refs EC-1011

* refactor: (web) move settings to admin-console, refs EC-1011

* refactor: (web) move sponsorships to admin-console, refs EC-1011

* refactor: (web) move tools to admin-console, refs EC-1011

* refactor: (web) move users to admin-console, refs EC-1011

* refactor: (web) move collections to admin-console, refs EC-1011

* refactor: (web) move create-organization to admin-console, refs EC-1011

* refactor: (web) move licensed components to admin-console, refs EC-1011

* refactor: (web) move bit organization modules to admin-console, refs EC-1011

* fix: update leftover import statements for organizations.module, refs EC-1011

* refactor: (web) move personal vault and max timeout to admin-console, refs EC-1011

* refactor: (web) move providers to admin-console, refs EC-1011

* refactor: (libs) move organization service to admin-console, refs EC-1011

* refactor: (libs) move profile org/provider responses and other misc org responses to admin-console, refs EC-1011

* refactor: (libs) move provider request and selectionion-read-only request to admin-console, refs EC-1011

* fix: update missed import path for provider-user-update request, refs EC-1011

* refactor: (libs) move abstractions to admin-console, refs EC-1011

* refactor: (libs) move org/provider enums to admin-console, refs EC-1011

* fix: update downstream import statements from libs changes, refs EC-1011

* refactor: (libs) move data files to admin-console, refs EC-1011

* refactor: (libs) move domain to admin-console, refs EC-1011

* refactor: (libs) move request objects to admin-console, refs EC-1011

* fix: update downstream import changes from libs, refs EC-1011

* refactor: move leftover provider files to admin-console, refs EC-1011

* refactor: (browser) move group policy environment to admin-console, refs EC-1011

* fix: (browser) update downstream import statements, refs EC-1011

* fix: (desktop) update downstream libs moves, refs EC-1011

* fix: (cli) update downstream import changes from libs, refs EC-1011

* refactor: move org-auth related files to admin-console, refs EC-1011

* refactor: (libs) move request objects to admin-console, refs EC-1011

* refactor: move persmissions to admin-console, refs EC-1011

* refactor: move sponsored families to admin-console and fix libs changes, refs EC-1011

* refactor: move collections to admin-console, refs EC-1011

* refactor: move spec file back to spec scope, refs EC-1011

* fix: update downstream imports due to libs changes, refs EC-1011

* fix: udpate downstream import changes due to libs, refs EC-1011

* fix: update downstream imports due to libs changes, refs EC-1011

* fix: update downstream imports from libs changes, refs EC-1011

* fix: update path malformation in jslib-services.module, refs EC-1011

* fix: lint errors from improper casing, refs AC-1011

* fix: update downstream filename changes, refs AC-1011

* fix: (cli) update downstream filename changes, refs AC-1011

* fix: (desktop) update downstream filename changes, refs AC-1011

* fix: (browser) update downstream filename changes, refs AC-1011

* fix: lint errors, refs AC-1011

* fix: prettier, refs AC-1011

* fix: lint fixes for import order, refs AC-1011

* fix: update import path for provider user type, refs AC-1011

* fix: update new codes import paths for admin console structure, refs AC-1011

* fix: lint/prettier, refs AC-1011

* fix: update layout stories path, refs AC-1011

* fix: update comoponents card icons base variable in styles, refs AC-1011

* fix: update provider service path in permissions guard spec, refs AC-1011

* fix: update provider permission guard path, refs AC-1011

* fix: remove unecessary TODO for shared index export statement, refs AC-1011

* refactor: move browser-organization service and cli organization-user response out of admin-console, refs AC-1011

* refactor: move web/browser/desktop collections component to vault domain, refs AC-1011

* refactor: move organization.module out of admin-console scope, refs AC-1011

* fix: prettier, refs AC-1011

* refactor: move organizations-api-key.request out of admin-console scope, refs AC-1011
2023-03-22 10:03:50 -05:00
..
change-kdf [PM-1512] Upgrade prettier (#5028) 2023-03-21 11:28:15 +01:00
account.component.html [SM-468] Add eslint rule for forcing type to buttons (#4576) 2023-01-31 18:39:10 +01:00
account.component.ts Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
adjust-storage.component.html [PM-1512] Upgrade prettier (#5028) 2023-03-21 11:28:15 +01:00
adjust-storage.component.ts [AC-1011] Admin Console / Billing code ownership (#4973) 2023-03-22 10:03:50 -05:00
api-key.component.html [SM-223] Web: change <h2> modal title to <h1>, tweak styles to keep same look (#3328) 2022-09-20 13:14:04 +02:00
api-key.component.ts Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
change-avatar.component.html [EC-1051] Add TailwindCSS linting rules (#4605) 2023-02-03 07:27:08 +10:00
change-avatar.component.ts [SG-58] Avatar color selector (#3691) 2023-01-01 10:30:09 -05:00
change-email.component.html [PM-1512] Upgrade prettier (#5028) 2023-03-21 11:28:15 +01:00
change-email.component.ts Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
change-password.component.html Master password security checks - web (#4799) 2023-02-23 15:15:45 +00:00
change-password.component.ts [AC-1011] Admin Console / Billing code ownership (#4973) 2023-03-22 10:03:50 -05:00
delete-account.component.html [SM-223] Web: change <h2> modal title to <h1>, tweak styles to keep same look (#3328) 2022-09-20 13:14:04 +02:00
delete-account.component.ts Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
domain-rules.component.html [PM-1512] Upgrade prettier (#5028) 2023-03-21 11:28:15 +01:00
domain-rules.component.ts [SM-288] Rename requests and responses to follow naming convention (#3806) 2022-10-18 19:01:42 +02:00
low-kdf.component.html [SG-997] Add warning for low kdf iterations (#4570) 2023-01-26 14:55:24 -05:00
low-kdf.component.ts [SG-997] Add warning for low kdf iterations (#4570) 2023-01-26 14:55:24 -05:00
preferences.component.html [SM-251] Migrate to new avatar component (#3600) 2022-10-27 14:38:34 +02:00
preferences.component.ts [SM-251] Migrate to new avatar component (#3600) 2022-10-27 14:38:34 +02:00
premium.component.html [PM-1512] Upgrade prettier (#5028) 2023-03-21 11:28:15 +01:00
premium.component.ts [AC-1011] Admin Console / Billing code ownership (#4973) 2023-03-22 10:03:50 -05:00
profile.component.html [SG-1030] [Defect] - Difference in Default Color (#4645) 2023-02-15 13:04:43 -05:00
profile.component.ts Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
purge-vault.component.html [SM-223] Web: change <h2> modal title to <h1>, tweak styles to keep same look (#3328) 2022-09-20 13:14:04 +02:00
purge-vault.component.ts [SG-998] and [SG-999] Vault and Autofill team refactor (#4542) 2023-01-31 16:08:37 -05:00
security-keys.component.html [SM-468] Add eslint rule for forcing type to buttons (#4576) 2023-01-31 18:39:10 +01:00
security-keys.component.ts Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
security-routing.module.ts Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
security.component.html Move web to apps/web and bitwarden_license/bit-web 2022-06-02 11:55:37 +02:00
security.component.ts Auth/ps 2298 reorg auth (#4564) 2023-02-06 15:53:37 -06:00
settings.component.html Move web to apps/web and bitwarden_license/bit-web 2022-06-02 11:55:37 +02:00
settings.component.ts [AC-1011] Admin Console / Billing code ownership (#4973) 2023-03-22 10:03:50 -05:00
update-key.component.html [SM-223] Web: change <h2> modal title to <h1>, tweak styles to keep same look (#3328) 2022-09-20 13:14:04 +02:00
update-key.component.ts [SG-998] and [SG-999] Vault and Autofill team refactor (#4542) 2023-01-31 16:08:37 -05:00
update-license.component.html [EC-826] Merge license sync feature branch to master (#4503) 2023-01-31 07:41:23 +10:00
update-license.component.ts [AC-1011] Admin Console / Billing code ownership (#4973) 2023-03-22 10:03:50 -05:00
vault-timeout-input.component.html [PM-1512] Upgrade prettier (#5028) 2023-03-21 11:28:15 +01:00
vault-timeout-input.component.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00