insomnia/packages/insomnia-app/app
Julien Giovaresco 6d259a4e73
Fix Copy as CURL with Multipart (#2740)
The issue was located in the `exportHar` function. It was not handled `file` param correctly.
For this type of file, the `value` attribute is empty, therefore we should take instead the `fileName`

Closes #2282
2020-11-24 14:33:16 +13:00
..
__jest__ Stub console log during db initialization (#2351) 2020-07-07 10:59:56 +12:00
__mocks__ gRPC state management (#2813) 2020-11-12 11:44:03 +13:00
__tests__
account Update Babel and ESLint and fix all related errors (#2032) 2020-04-09 10:32:19 -07:00
common Fix Copy as CURL with Multipart (#2740) 2020-11-24 14:33:16 +13:00
datasets
icons Upgrade node-libcurl (#2223) 2020-05-28 10:09:51 -07:00
main Remove redundant help menu item (#2797) 2020-11-19 13:52:34 +13:00
models Support reuploading a proto file (#2832) 2020-11-17 11:01:50 +13:00
network Support for server and bidi streaming (#2814) 2020-11-17 11:59:02 +13:00
plugins Upgrade Electron (#2403) 2020-07-27 22:18:26 -07:00
static Insomnia core & designer app iconography (#2766) 2020-10-22 16:43:00 -04:00
sync Add the ability to delete synced workspaces from the API (#2795) 2020-11-09 23:56:13 +01:00
sync-legacy POC for Unit Test UI (#2315) 2020-07-01 14:17:14 -07:00
templating Support hyphen - and other special characters in variable names (#2601) 2020-10-02 07:49:05 +13:00
ui Adds sorting to GQL Documentation Browser (#2732) 2020-11-19 13:34:24 +13:00
main.development.js gRPC state management (#2813) 2020-11-12 11:44:03 +13:00
renderer.html Rename some old things 2020-04-26 14:08:50 -07:00
renderer.js