Alfonso Ruzafa
39c73e17c5
mask template tag title popup when preview is disabled ( #1995 )
2020-03-12 16:00:11 -07:00
Gregory Schier
7aae21154a
Remove About tab from settings and link to OSS license ( #1996 )
2020-03-12 15:57:46 -07:00
Alfonso Ruzafa
34c5a79338
Add support for live display name for template tags ( #1936 )
...
* add support for live display names in template tags
* add setting to (de)activate live display names in template tags
* Revert "add setting to (de)activate live display names in template tags"
This reverts commit 8cd70b87b5
.
* remove liveDisplayName from the Prompt plugin
* use liveDisplayName over 1st arg if it's an enum
2020-03-11 15:15:15 -07:00
Gregory Schier
23b4ac97bd
Add ability to generate theme plugin ( #1988 )
...
* Fix missing header name breaking sidebar render
* Global command to generate theme from JSON object
* Update packages/insomnia-app/app/ui/redux/modules/global.js
Co-Authored-By: Opender Singh <opender94@gmail.com>
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-03-11 12:23:52 -07:00
Opender Singh
1aba4cb2cf
Nunjuck resolution in order of property definitions ( #1863 )
...
* Add breaking test
* Remove preferential ordering of tags over variables in nunjucks
* Remove preferential ordering of tags over variables in nunjucks
* simplify nunjucks sort
* Add breaking test for incorrect order
* Update json-order and consume
* Refine test with dataPropertyOrder
* Tests
* add note
* Add to test
* Missed the await
2020-03-09 11:20:22 -07:00
Bartek Bułat
64b6825e53
Add documentation for interfaces ( #1984 )
...
Add list of implementations to Interface documentation and list of
implemented interfaces to Object documentation.
2020-03-06 17:52:52 -08:00
Serpil Acar
e666961b4f
fix componentWillUnmount lifecycle method ( #1951 )
2020-02-18 12:44:08 -05:00
Gregory Schier
ae803c5c5f
Support importing raw string and naming the import
2020-02-12 14:01:51 -05:00
Gregory Schier
e35b54a533
Fix Content-Type: true on multiline forms ( Fixes #1920 )
2020-02-11 14:32:43 -05:00
Gregory Schier
1e50cd4a53
Add setting to enable response filtering (for backwards-compatibility)
2020-02-11 13:45:47 -05:00
Gregory Schier
b7250519ec
Fix NPE when creating new workspace
2020-02-11 12:35:59 -05:00
Gregory Schier
64e121ddd3
URL handler to install plugins ( #1930 )
2020-02-10 14:15:07 -05:00
Gregory Schier
6d259ed067
Merge branch 'pull/1880' into develop
2020-02-10 13:13:27 -05:00
Gregory Schier
35a3a1eab2
Fix lint errors
2020-02-10 13:13:19 -05:00
Gregory Schier
b8d1d0ea3c
Default bg color and font color
2020-02-07 13:24:24 -05:00
Gregory Schier
a9f671c1c7
Better base theme merging
2020-02-05 10:42:51 -05:00
Gregory Schier
00fd73ddd5
Add support for RGB triplets in theme colors
2020-02-04 14:46:36 -05:00
Gregory Schier
1770319ac2
Convert Less vars to CSS vars ( #1923 )
...
* Created css vars for every less var
* Finish converting Less var to CSS vars
2020-02-03 12:26:56 -05:00
ele
7ed84c0848
adds documentation for union type
2020-01-27 13:42:25 +02:00
Opender Singh
7b3ae5bfd8
Enable and disable plugins! ( #1855 )
...
* Add PluginConfig type
* Update plugin loader to find PluginConfig
* Only extend with active plugins
* Toggle checkbox UI
* Show checkbox
* WIP
* WIP - add separate checkbox component
* add react-switch
* Remove toggle-switch less files
* Rename
* Move dependency to app package
* Can't bootstrap or run after moving node module to insomnia-app package hmmm
* Update packages
* Add toggle switch story
* Remove unnecessary prop
* Update story
* Renames
* Update dependencies...
* Update flow-types
* Hmmm
* Fix import?
* Update
* Update to regular component
* Fix css + remove _mounted from toggle-switch
Co-authored-by: Gregory Schier <gschier1990@gmail.com>
2020-01-23 13:43:04 -05:00
Gregory Schier
de2fc0ba42
Scope responses to active environment ( #1905 )
...
* Scope responses to active environment
* Update response history to support scoped envs
2020-01-22 14:23:19 -05:00
Gregory Schier
6200c9e8c7
Add workspace action plugins and expose context.data helpers ( #1901 )
2020-01-20 13:07:07 -05:00
Gregory Schier
efb8fb6c70
Toast now defaults to app icon for avatar
2020-01-09 10:57:58 -05:00
Gregory Schier
379d7eb07e
Re-enable multiline for query editor ( #806 )
2020-01-08 12:51:54 -05:00
Gregory Schier
01e225bd0a
Clean up new setting to disable links
2020-01-07 11:35:21 -05:00
kliques
f874a77a2d
ft(toggle): toggle url click throughs ( #1845 )
2020-01-07 11:03:41 -05:00
Gregory Schier
a03659de2b
Add React UNSAFE_ method prefixes
2020-01-06 15:51:52 -05:00
Gregory Schier
229c7cbda3
Fix insomnia-component exports (I think)
2020-01-06 15:06:54 -05:00
Gregory Schier
bdb700ab2f
Made keyboard shortcut definitions dynamic
2020-01-06 14:19:35 -05:00
Opender Singh
f920ba17f2
Update codemirror ( #1861 )
2019-12-20 15:03:44 -05:00
Gregory Schier
986c02914c
Add option to include OAuth 1.0 body hash ( Closes #1854 )
2019-12-18 16:49:39 -05:00
Gregory Schier
905040db80
Fix GQL operationName not being picked up somethings ( Closes #1856 )
2019-12-18 16:07:23 -05:00
Gregory Schier
3e3886205b
Add ability to disable JS in response webview
2019-12-17 14:10:42 -05:00
Gregory Schier
dac7da6411
Remove leading space in Timeline tab
2019-12-13 23:21:12 -05:00
Gregory Schier
6f2e6161bb
Merge remote-tracking branch 'origin/develop' into develop
2019-12-13 23:11:34 -05:00
Gregory Schier
5f2f319e5b
Sidebar toggle hotkey now configurable ( Closes #1715 )
2019-12-13 23:11:13 -05:00
Gregory Schier
ebaf8a0a8d
Ability to bulk-edit query parameters ( Closes #1110 ) ( #1848 )
...
* Ability to bulk-edit query parameters (Closes #1110 )
* Cleanup lint errors
2019-12-13 20:11:47 -05:00
Gregory Schier
ac75e3b8cc
Add ability for no OAuth 2 Authorization prefix ( Closes #1087 )
2019-12-12 15:57:39 -05:00
Gregory Schier
533caa4663
Update email address
2019-12-12 15:39:41 -05:00
Gregory Schier
a1f99d47b1
Optinally download prettified response body
2019-12-12 15:02:53 -05:00
kliques
c96067322c
ft(prettify-json): prettify json when saving response to file ( #1829 )
2019-12-12 12:57:41 -05:00
Gregory Schier
351c8eed90
Show Fixedsys Excelsior font in monospace fonts ( Fixes #1835 )
2019-12-12 11:17:03 -05:00
Gregory Schier
e932d7e388
Prompt for name when duplicating requests and folders
2019-12-11 12:48:56 -05:00
Tomasz Dłuski
705876ace9
[Feature] Wsdl Importer with sample xml ( #1675 )
...
* new(importer): wsdl first version (without body)
* add(tests): wsdl importer - adds simple test
fixes addition test
adds comments + place to generate body
* working converter
* adds apiconnect-wsdl npm package
* resets package.json dependencies
* adds lodash and apiconnect-wsdl into importers project
2019-12-11 12:02:08 -05:00
Gregory Schier
4d1a9113bb
Remove console.log's
2019-12-10 11:31:11 -05:00
Gregory Schier
5eb529c33b
Fix potential white screen when creating workspaces ( Closes #1833 )
2019-12-10 11:29:48 -05:00
Gregory Schier
d330bb5c70
Use X-HTTP-Method-Override UI to show GraphQL as well ( Closes #1780 )
2019-12-04 13:45:09 -05:00
Gregory Schier
1e3da598cd
Make SelectModal cancellable ( Closes #1779 )
2019-12-04 12:08:10 -05:00
Gregory Schier
81ef50cc6b
Less-strict URL parsing in openapi3 importer ( Fixes #1782 )
2019-12-04 11:56:22 -05:00
Gregory Schier
36059c8480
Sidebar creation context menu ( Closes #1625 )
2019-12-03 17:07:26 -05:00