bitwarden-estensione-browser/apps/browser/src/popup
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
..
accounts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
components Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
generator Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
images [EC-183] Mono Repository - Browser (#2531) 2022-05-03 19:38:55 +02:00
scss [PS-1029] Browser: suppress `user-select` for most interface elements (#2674) 2022-06-29 20:08:49 +02:00
send Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
services [fix] Force send attachment to always download and never open (#2908) 2022-06-29 17:15:29 -04:00
settings [fix] Force send attachment to always download and never open (#2908) 2022-06-29 17:15:29 -04:00
vault [fix] Force send attachment to always download and never open (#2908) 2022-06-29 17:15:29 -04:00
app-routing.animations.ts [EC-183] Mono Repository - Browser (#2531) 2022-05-03 19:38:55 +02:00
app-routing.module.ts Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
app.component.ts [fix] Unsubscribe from activeAccount in AppComponent (#2960) 2022-06-23 09:38:12 -04:00
app.module.ts [refactor] Introduce ThemingService (#2943) 2022-06-23 07:36:05 -04:00
index.html [EC-183] Mono Repository - Browser (#2531) 2022-05-03 19:38:55 +02:00
main.ts [EC-183] Mono Repository - Browser (#2531) 2022-05-03 19:38:55 +02:00
polyfills.ts [EC-183] Mono Repository - Browser (#2531) 2022-05-03 19:38:55 +02:00
tabs.component.html Fix small browser filter bugs (#2684) 2022-05-13 13:55:11 -04:00
tabs.component.ts [EC-183] Mono Repository - Browser (#2531) 2022-05-03 19:38:55 +02:00