Gregory Schier
bd683a7d1c
Icons fix attempt #2
2018-04-26 09:47:10 -04:00
Gregory Schier
6029a49502
Re-add icon.ico
2018-04-26 09:03:04 -04:00
Gregory Schier
00223ad1a0
Update srp-js package
2018-04-26 07:52:16 -04:00
Gregory Schier
8445a72b7d
Bump version
2018-04-25 14:54:51 -04:00
Gregory Schier
51d0a5ae19
Fix charset handling for response webview ( Fixes #859 )
2018-04-25 14:39:38 -04:00
Gregory Schier
23fa05fc01
Give response hooks access to read-only request context ( Closes #853 )
2018-04-25 14:24:52 -04:00
Gregory Schier
85ff38e8a4
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2018-04-25 13:52:32 -04:00
Gregory Schier
a03b1546bf
Fix autocomplete hotkey in settings ( Fixes #872 )
2018-04-25 13:52:13 -04:00
Gregory Schier
6af6c6e06d
Autocomplete for GraphQL variables ( #888 )
...
* Autocomplete for GraphQL variables
* Add refresh key to audioi response viewer (Fixes #890 )
2018-04-25 08:02:59 -04:00
Gregory Schier
a9beae360e
Try fix for Appveyor Electron 1.8
2018-04-23 08:07:58 -04:00
Gregory Schier
9456461b3d
Revert Electron version
2018-04-23 07:58:22 -04:00
Gregory Schier
7c8746f2d2
Change fonts to use what VSCode does ( Closes #843 )
2018-04-23 07:47:36 -04:00
Gregory Schier
ef3c76079b
Close trial-end dialog even on failure ( Fixes #847 )
2018-04-23 07:34:47 -04:00
Gregory Schier
52f7cdea4e
Add refresh key to audioi response viewer ( Fixes #890 )
2018-04-23 07:22:21 -04:00
Gregory Schier
2a139ba009
Fix app refresh after change content-type ( Fixes #884 )
2018-04-22 12:55:43 -04:00
Gregory Schier
7dbbeaa8ab
Fetch GraphQL schema more often
2018-04-20 19:06:16 -04:00
Gregory Schier
40b2bf3c78
Statically link libcurl on Linux builds ( #879 )
...
* Statically linked Curl for linux builds with Docker
* Test Travis Docker
* Try fix blocking i/o
* Try a package
* Fixed linux build
* Try hack
* Fix icons?
* Icon color
* Re-enable osx builds
* Remove libcurl3 dependency requirements
* Update electronbuilder config
2018-04-20 18:31:57 -04:00
Justin Collier
2622cb1bb3
option one: height of the query preview box is not constrained ( #873 )
2018-04-20 10:25:12 -04:00
Gregory Schier
b0ff54d050
Updated eslint, flow, and fixed errors
2018-04-19 15:54:19 -04:00
Gregory Schier
053c2cb3a0
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2018-04-18 14:21:37 -04:00
Gregory Schier
b5ad46b5a9
Add HMAC-256 oauth 1 ( Closes #868 )
2018-04-18 14:21:06 -04:00
Gregory Schier
d18564c7dc
Fix link
2018-04-17 15:47:15 -04:00
Ville Skyttä
d902fc088f
Spelling fixes ( #862 )
2018-04-15 07:08:00 -04:00
Ville Skyttä
36e4f3aca6
Add Swagger to import format lists ( #863 )
2018-04-15 07:06:44 -04:00
Claudio Bley
28a0b7dc17
Fix parameter replacement in swagger importer ( #861 )
...
The regex was greedily matching any character which causes problems with
multiple path parameters in a route and it was only replacing once:
input: `/api/v1/{channel}/items/{id}`
output: `/api/v1/{{ channel}/items/{id }}`
2018-04-13 08:18:30 -04:00
Gregory Schier
d7db623c66
Plugin reload now properly invalidates cached files
2018-04-05 16:54:11 -04:00
Gregory Schier
1fca65005e
Publish
...
- insomnia-plugin-prompt@1.1.1
- insomnia-app@1.0.15
2018-04-05 16:33:49 -04:00
Gregory Schier
386acdd2c9
Add content types and fix iconv failure
2018-04-05 08:35:56 -04:00
Gregory Schier
26e92635dd
Update httpsnippet
2018-04-02 08:46:14 -04:00
Gregory Schier
1c638b2293
Revert Electron to 1.7.13
2018-03-31 08:25:58 -04:00
Gregory Schier
23affcdd17
Add 'About' screen for Windows/Linux ( Closes #760 )
2018-03-30 12:49:23 -04:00
Gregory Schier
d0d6c4b57f
Ability for prompt tag to cache results
2018-03-30 10:25:35 -04:00
Gregory Schier
653cc88ae1
Ability to change Bearer prefix ( Closes #817 )
2018-03-30 08:52:02 -04:00
Gregory Schier
c9402c58d0
Upgrade flow
2018-03-29 13:59:32 -04:00
Gregory Schier
2cc5c541f2
Use Yarn for all plugin install stages ( Closes #825 )
2018-03-29 13:23:49 -04:00
Gregory Schier
6493f57e3b
Cleaned up request switcher
2018-03-29 11:40:37 -04:00
Gregory Schier
e17332c7de
Fix response timer infinite recursion ( Fixes #838 )
2018-03-29 10:59:28 -04:00
Gregory Schier
72280310c9
Update Electron
2018-03-29 10:09:10 -04:00
Gregory Schier
c8172bf5b2
Move folders and requests to new workspaces ( #837 )
2018-03-29 09:57:24 -04:00
Gregory Schier
6df9aa15c2
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2018-03-28 22:32:48 -04:00
Gregory Schier
976720c8f2
Introspection queries use same OAuth2 tokens ( Closes #835 )
2018-03-28 22:32:09 -04:00
Brandon Cook
3a15aab2c4
Add support for additional claims in ASAP Auth ( #822 )
2018-03-28 19:27:21 -04:00
Shawn Axsom
bee9973839
Filter requests by folder, URI, method, query string ( #797 )
...
* Quick Switch matching for Request URL and Method
Previously only Request Name was searched for in Quick Switch window.
This adds support for searching Request URL and Method as well.
A fuzzyMatchAll function has been added to be able to search different
fields in any
order, space delimited.
* Include request parameters in searchable fields
* Allow searching requests by folder paths
* More descriptive placeholder for Quick Switch modal search input
* Update sidebar filter to match Quick Switch, allowing URL and Query String matching
* More descriptive placeholder for sidebar search
* Unit tests for fuzzyMatch and fuzzyMatchAll
* More unit tests for fuzzyMatch and fuzzyMatchAll
* minor refactorings
2018-03-28 16:57:05 -04:00
Gregory Schier
dc0695de23
Add get/set/has/remove parameter fns to plugin API
2018-03-28 16:48:58 -04:00
Gregory Schier
a7f267d774
Actually handle plugin download errors (Related #825 )
2018-03-28 16:32:51 -04:00
Gregory Schier
feb736c1bc
Always show all autocomplete items ( Fixes #833 )
2018-03-28 15:54:28 -04:00
Gregory Schier
6b84fd589c
Log response body on OAuth token fetch errors
2018-03-26 19:18:21 -07:00
Gregory Schier
1321f9b6c8
Add 'Delete All' option to key/value editors ( Closes #803 )
2018-03-26 19:11:20 -07:00
Gregory Schier
d410d20c49
Fix updating env colors ( Fixes #811 )
2018-03-26 18:40:08 -07:00
Gregory Schier
0dab74ecc0
Allow query params to be multiline ( Closes #806 )
2018-03-26 18:14:43 -07:00