bitwarden-estensione-browser/apps/browser/src/services
Addison Beck bb7dce031c
[fix] Force send attachment to always download and never open (#2908)
* [refactor] Introduce a file download service

* [refactor] Point platformUtilsService.saveFile() callers to fileDownloadService.download() instead

* [refactor] Remove platformUtilsService.saveFile()

* [fix] Force send attachments to always download and never open

* [fix] Remove the window property from FileDownloadRequest

* [fix] Move FileDownloadRequest to /abstractions/fileDownload

* [fix] Simplify FileDownloadRequest to a type

* [fix] Move BrowserApi.saveFile logic into BrowserFileDownloadService

* [fix] Use proper blob types for file downloads

* [fix] forceDownload -> downloadMethod on FileDownloadRequest

* [fix] Remove fileType from FileDownloadRequest

* [fix] Make fileType private
2022-06-29 17:15:29 -04:00
..
abstractions PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
abstractChromeStorageApi.service.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
autofill.service.ts [PS-683] Update negative copy (#2912) 2022-06-23 09:53:42 +02:00
autofillConstants.ts [EC-183] Mono Repository - Browser (#2531) 2022-05-03 19:38:55 +02:00
browserCrypto.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
browserFileDownloadService.ts [fix] Force send attachment to always download and never open (#2908) 2022-06-29 17:15:29 -04:00
browserLocalStorage.service.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
browserMemoryStorage.service.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
browserMessaging.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
browserMessagingPrivateModeBackground.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
browserMessagingPrivateModePopup.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
browserPlatformUtils.service.spec.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
browserPlatformUtils.service.ts [fix] Force send attachment to always download and never open (#2908) 2022-06-29 17:15:29 -04:00
i18n.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
keyGeneration.service.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
localBackedSessionStorage.service.spec.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
localBackedSessionStorage.service.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
state.service.spec.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
state.service.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
vaultFilter.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
vaultTimeout.service.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00