Commit Graph

484 Commits

Author SHA1 Message Date
Gregory Schier
7adf8591c1
Switch to Google Analytics API (#609)
* Almost working

* First working implementation

* Simplified analytics utils

* Fix tests
2017-11-18 22:47:54 +00:00
Gregory Schier
041ec5139e
Move Database to Electron Main Process (#607)
* Working concept of DB on backend

* Local DB is local
2017-11-17 12:10:37 +00:00
Gregory Schier
4d70a495a8
Custom headers parsing (#594) 2017-11-13 23:10:53 +00:00
Gregory Schier
84ee247255 Small fix for curl highlighting 2017-11-13 23:02:14 +00:00
Gregory Schier
24118a40eb Merge branch 'feature/multipart-response-viewer' into develop 2017-11-13 19:06:10 +00:00
Gregory Schier
d3c95e9c87 Add flow to EnvironmentsDropdown 2017-11-13 19:05:46 +00:00
Gregory Schier
2547e57dad
Add new multipart response viewer (#590) 2017-11-13 01:18:27 +00:00
Gregory Schier
3bac7fea9c Add new multipart response viewer 2017-11-13 00:50:26 +00:00
Gregory Schier
e05377b513 Add flow to response-viewer 2017-11-12 19:05:26 +00:00
Gregory Schier
6432a3cfc5 Bump version and small fix 2017-11-10 18:03:36 +01:00
Gregory Schier
638c85ee99
Prompt user to change Content-Type for binary file (#586) 2017-11-10 16:50:33 +01:00
Gregory Schier
8b8a20d78c Keyboard shortcut to delete request (Closes #460) 2017-11-10 15:13:03 +01:00
Gregory Schier
5d0f28db7b Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2017-11-10 12:29:51 +01:00
Gregory Schier
e0bed8c114 Force env editor to refresh on sync change (Closes #563) 2017-11-10 12:29:18 +01:00
Gregory Schier
d506e0b4c1
Use Insomnia network stack for OAuth 2.0 requests (#582)
* Use Insomnia network stack for OAuth 2.0 requests

* Fix zombie docs
2017-11-10 11:50:39 +01:00
Gregory Schier
75d45639b5 Fix Flow error 2017-11-10 07:27:47 +01:00
Gregory Schier
a5ce4d8f05 Don't allow dragging into itself (Fixes #583) 2017-11-10 00:36:09 +01:00
Gregory Schier
d48d396aa2 Add flow to environment editor 2017-11-10 00:18:59 +01:00
Gregory Schier
fd8435de2b Update legacy documentation links 2017-11-08 18:12:36 +01:00
Gregory Schier
c1e98f8bd6 Hopefully fix text matching bug 2017-11-07 22:33:22 +01:00
Gregory Schier
3739a38c3f Fix ASAP build errors 2017-11-07 19:19:16 +01:00
Gerry Tan
f67f220c6d Atlassian ASAP authentication support (https://s2sauth.bitbucket.io/) (#565) (#566) 2017-11-07 19:14:08 +01:00
Gregory Schier
e5cae0836b Faster tag editor loading 2017-11-06 23:04:30 +01:00
Gregory Schier
777f823909 Add more OAuth 1.0 params 2017-11-06 22:43:00 +01:00
Gregory Schier
2dc44f9d7e Added Token to OAuth 1.0 (Rel #197) 2017-11-06 21:44:55 +01:00
Roman Besolov
d3e8a05fc7 oAuth 1.0a Support (#571) 2017-11-06 20:26:31 +01:00
Gregory Schier
e99a74201a Fixed raw cookie editor deleting cookies 2017-11-03 19:32:22 +01:00
Gregory Schier
05923e8ee4 Remove cmd+enter shortcut in sublime keymap (Fixes #365) 2017-11-01 21:03:15 +01:00
Gregory Schier
6fb9c208d9 Fix weird scrolling issues in key-value editors (Fixes #520) 2017-11-01 20:49:13 +01:00
Gregory Schier
b0fbe4cea5 Add shortcut to reload plugins (Closes #544) 2017-11-01 16:00:14 +01:00
Gregory Schier
163f30a63d
Drag and drop import files (#562) 2017-11-01 15:13:51 +01:00
Gregory Schier
ecfce11d7b Minor UX improvements to HAR export 2017-11-01 13:40:24 +01:00
Gregory Schier
ccdd0c0a8b
Add hash template tag (#560) 2017-11-01 12:24:00 +01:00
Atvaark
f6d00d3d99 WIP: Exporting the workspace / all workspaces as HAR file (#523)
* Implemented exporting the workspace / all workspaces as HAR file

* Added HAR export unit tests
2017-11-01 12:23:22 +01:00
Gregory Schier
f9521a3456
New Template Tag to read file from filesystem (#557)
* Template tag to read from file

* Add tests
2017-11-01 10:57:07 +01:00
Gregory Schier
ce9b72bf07 Add ability to delete all cookies 2017-10-31 22:10:08 +01:00
Gregory Schier
52fe473063
New ClientCertificate model and ability to have private certificates (#555)
* Pull out client certificates

* Add test for the migration
2017-10-31 19:05:35 +01:00
Gregory Schier
00deb967c5 Minor tweak 2017-10-31 13:35:53 +01:00
Gregory Schier
0c48d0027d Send first named query as operationName 2017-10-30 13:55:04 +01:00
Gregory Schier
74804b27c9 Fix code editor non-string crash 2017-10-29 10:47:54 +01:00
Gregory Schier
1011929490 Make sure render returns something 2017-10-27 19:56:35 +02:00
Gregory Schier
f5871213a4 Fix new cookies being destroyed on edit 2017-10-16 23:09:42 +02:00
Gregory Schier
a14bac2aa9 Fix extra import 2017-10-13 21:21:50 +02:00
Gregory Schier
b27515edb6 Fix env editor debounce so no longer lose changes 2017-10-13 21:15:31 +02:00
Gregory Schier
c83c58b65a Disable tag editor variable <select> when no variables 2017-10-13 21:02:30 +02:00
Gregory Schier
7f86b46417 Added error boundaries for better failures (#527)
* Added error boundaries for better failing

* Fix regex escaping (fixes #525)

* Many more error boundaries
2017-10-13 15:01:27 +02:00
Gregory Schier
01f6363eeb Adjust cookie filter render fallback 2017-10-13 12:21:10 +02:00
Gregory Schier
a9605fdc04 Add setting to enable nunjucks power mode (#524) 2017-10-13 10:22:13 +02:00
Gregory Schier
3973f13daf Add boolean type to template tags (#521)
* Fix multipart newlines for Windows

* Revert multipart

* Fix tests

* Rewrote broken PDF viewer

* Fix Content type active checkmark

* Add boolean arg type for template tags
2017-10-13 02:06:51 +02:00
Gregory Schier
c6023eca81 Handle render failures in cookies modal (Fixes #516) 2017-10-12 23:34:53 +02:00