Gregory Schier
919e0c7ed8
Fix sync dropdown and add flow
2017-08-10 16:19:25 -07:00
Gregory Schier
4a6dcac2ed
Bump version
2017-08-10 15:32:15 -07:00
Gregory Schier
225e430bdb
GraphQL updates and fixes ( #421 )
2017-08-10 15:26:06 -07:00
Gregory Schier
4006c25532
Automatically switch to POST for GraphQL
2017-08-10 12:50:37 -07:00
Gregory Schier
7b494c2b95
Add token prefex oauth option and foldable advanced options ( #420 )
2017-08-10 12:34:33 -07:00
Gregory Schier
03abd633e1
Use normal network stack to send Introspection query ( #418 )
2017-08-10 11:59:23 -07:00
Gregory Schier
56f0fa2552
Re-add CodeMirror autorefresh plugin
2017-08-10 08:46:01 -07:00
Gregory Schier
a834b93e5e
Set max redirects limit to 20 ( Closes #414 )
2017-08-10 08:44:24 -07:00
Gregory Schier
b88f4741e4
Upgrade React and dependent libraries
2017-08-09 18:56:27 -07:00
Gregory Schier
12fd55adf5
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2017-08-09 18:05:14 -07:00
Gregory Schier
10a241b600
Refactor to minimize re-rendering of certain aspects
2017-08-09 17:53:11 -07:00
Gregory Schier
7e1f48f236
Refactor to minimize re-rendering of certain aspects ( #411 )
2017-08-09 17:32:51 -07:00
Gregory Schier
32ef288c6e
Fix selection unfocus input bug ( Fixes #366 )
2017-08-09 13:14:59 -07:00
Gregory Schier
037ad21a19
Disallow copy/paste/drap on password input ( Closes #410 )
2017-08-09 13:08:37 -07:00
Gregory Schier
e855c12987
Merge branch 'master' into develop
2017-08-08 11:23:16 -07:00
Gregory Schier
f20be20f82
Upgrade to webpack 3
2017-08-08 11:23:08 -07:00
Gregory Schier
5f85a80983
Keep isPrivate property in exported environments
2017-08-08 10:12:56 -07:00
Gregory Schier
019998c7a1
Remove unused var
2017-08-04 09:58:08 -07:00
Gregory Schier
2fa73f2b0c
bump version
2017-08-04 09:54:40 -07:00
Gregory Schier
851116e3f0
Added menu item for keyboard shortcuts and many small fixes
2017-08-04 09:54:11 -07:00
Jerry Saravia
43bc07460a
Add redirectUri to url regex for OAuth2 ( #396 )
...
* Add redirectUri to url regex for OAuth2
Keycloak, an OAuth2/OpenId Connect authentication server,
has multiple pages it redirects to during the login process
for the user. One such internal url it uses has `code=` as part
of the url. This causes the window to close prematurely and attempt
to get an access token. However, the code is wrong because it is
only an intermediaery step for Keycloak.
This fix will add the redirectUri to the regex. Insomnia will only attempt
to fetch the token AFTER keycloak has finished it's full login flow
and has redirected back to the redirectUri.
* Code review changes
2017-08-03 18:16:27 -07:00
Gregory Schier
b905203313
Add contact link to About section. Closes #358
2017-08-03 15:55:43 -07:00
Gregory Schier
60b0a69514
Default GraphQL introspection query to application/json ( fixes #400 )
2017-08-03 15:38:59 -07:00
Gregory Schier
09c3f06a9e
Fix JSON content-type detection. Closes #395
2017-08-03 15:37:05 -07:00
Gregory Schier
e4f252fcb0
Don't prettify nunjucks tags ( #399 )
2017-08-03 14:45:32 -07:00
Gregory Schier
bc5845b947
GraphQL variables now object instead of string ( #397 )
2017-08-03 14:44:55 -07:00
Gregory Schier
d4f6044779
Change changelog fetch URL
2017-08-02 13:38:40 -07:00
Gregory Schier
319b947922
Switch changelog URLgs
2017-08-02 13:38:31 -07:00
Gregory Schier
12b5b781e7
Bump Version
2017-08-01 15:18:09 -07:00
Gregory Schier
766b15a3d3
Fix AWS auth GET requests ( Fixes #391 )
2017-08-01 15:13:24 -07:00
Gregory Schier
2176b50a49
Remove null origin header
2017-08-01 15:03:12 -07:00
Gregory Schier
fb675159bd
Enable persistent search box
2017-08-01 14:39:54 -07:00
Gregory Schier
6bf2e1652a
Better support for reading files with Response tag
2017-08-01 11:20:47 -07:00
Gregory Schier
bc54f269a8
Download plugins as tar into own dirs ( #388 )
2017-08-01 09:58:08 -07:00
Gregory Schier
2fbb9dfe16
gzip request bodies
2017-07-31 19:33:46 -07:00
Gregory Schier
00846a0cec
Support compressed resources for sync
2017-07-31 15:11:45 -07:00
Gregory Schier
41d5e86377
Fix import
2017-07-31 14:16:54 -07:00
Gregory Schier
38fe4a83dc
Revert notificatoins
2017-07-31 14:14:16 -07:00
Gregory Schier
bc4d4a044d
Extra Notifications Endpoints ( #386 )
...
* Plugin refresh loading indicator
* Added extra notifications endpoints
2017-07-31 13:46:04 -07:00
Gregory Schier
ac32f00382
Notification poll every 30 minutes
2017-07-31 13:45:47 -07:00
Gregory Schier
d86be1c67e
Merge branch 'develop' of github.com:getinsomnia/insomnia into develop
2017-07-31 13:45:27 -07:00
Christophe Pouliot
36d3bd5bf5
Add netrc as auth type ( #384 )
...
* Add netrc as auth type
* Re add netrc flow types
* Remove period from netrc text to accommodate windows users
* Address comments
* Add netrc network test
2017-07-31 10:29:36 -07:00
Gregory Schier
a12aa32529
Plugin refresh loading indicator
2017-07-28 15:18:06 -07:00
Gregory Schier
700c919520
Throttle sync when slow ( #383 )
2017-07-27 16:27:51 -07:00
Gregory Schier
3b27d5fa01
Mark new workspaces in UI ( #379 )
2017-07-27 15:59:07 -07:00
Gregory Schier
bd5f8c5e9a
Some adjustments to bulk header editing ( Closes #382 )
2017-07-27 15:53:31 -07:00
Gregory Schier
1228c14f3b
Update insomnia-importers package ( Fixes #378 )
2017-07-26 09:48:07 -07:00
Gregory Schier
69b34162c1
Fix tests
2017-07-25 19:44:34 -07:00
Gregory Schier
0a7e790071
Fix binary file upload method
2017-07-25 19:40:32 -07:00
Gregory Schier
a4737e1b2a
Use CURLOPT_CUSTOMREQUEST properly ( #377 )
...
* Use CURLOPT_CUSTOMREQUEST properly
* Fix content-type
2017-07-25 17:49:22 -07:00