Commit Graph

381 Commits

Author SHA1 Message Date
Gregory Schier
6d455b4324 Use Content-Disposition header when downloading files when available (Closes #475) 2017-09-18 20:19:04 +02:00
Gregory Schier
3df4e36104 Fix response-viewer shouldComponentUpdate 2017-09-18 19:11:31 +02:00
Gregory Schier
28ab0af409 Flow for RequestGroup and sidebar children component 2017-09-18 18:25:51 +02:00
Gregory Schier
3311892910 Merge branch 'develop' of github.com:getinsomnia/insomnia into develop 2017-09-17 16:07:36 +02:00
Gregory Schier
f76e382387 Revamp Keyboard Shortcuts (#487)
* More shortcuts and accessibility tweaks

* Use hotkey objects everywhere

* A few last-minute tweaks
2017-09-17 16:04:56 +02:00
Gregory Schier
a51253d83d Handle plugin require() errors better 2017-09-17 16:04:46 +02:00
Gregory Schier
cf4ad0b08f Fix cookie list scrolling (Fixes #484) 2017-09-14 16:18:57 +02:00
Gregory Schier
a20ea65c4c Async model migrations 2017-09-13 08:11:49 +02:00
Dylan
fe7781998b Add a button to refresh the GraphQL schema (#481) 2017-09-13 06:43:04 +01:00
Gregory Schier
4f49c57c0c Add basic HTML content-type detection (Closes #466) 2017-09-09 13:24:44 +00:00
Fabio Margarido
4afb7bc55c Add response preview for audio payloads (#467)
* Add response preview for audio payloads

* Fix linter issue
2017-09-03 15:38:16 -07:00
Gregory Schier
94119f6b68 Fix tests 2017-08-22 20:42:44 -07:00
Gregory Schier
33b126ee87 Even more robust cookie editing 2017-08-22 20:33:07 -07:00
Gregory Schier
c69c8d2dd0 Better cookie handling/editing 2017-08-22 18:16:21 -07:00
Gregory Schier
2887282032 Fixed tests and types 2017-08-22 17:06:56 -07:00
Gregory Schier
9e3d79ccc0 More changes to cookie editing 2017-08-22 16:54:31 -07:00
Gregory Schier
d654feca82 Updates to cookie editor 2017-08-22 16:13:46 -07:00
Gregory Schier
21aadc36c8 Merge branch 'develop' into cookies 2017-08-22 14:27:48 -07:00
Gregory Schier
0bc2919407 Fix lint error 2017-08-22 14:09:53 -07:00
Marcus Pohorely
0d14393f2e [Improvement] Add Method to Tag Editor Request Select Field (#453)
* added method to Request Selectfield in Tag editor

* rm console
2017-08-22 14:08:00 -07:00
Gregory Schier
4b9a570a49 Merge branch 'develop' into cookie-improvements 2017-08-21 11:12:28 -07:00
Gregory Schier
7c4800023e Hawk improvements and fuzzy filtering everywhere 2017-08-21 11:11:52 -07:00
Julien Giovaresco
2fcf98536f Implement Hawk Authentication (#446)
* Implement Hawk Authentication

* fix the missing label of inputs

* Fix PR reviews
2017-08-21 10:43:12 -07:00
Adam Haglund
fc6ea3f34d fixed cookie edit saving logic 2017-08-20 00:56:14 +02:00
Adam Haglund
69b771e245 rewrote cookie editing 2017-08-20 00:34:16 +02:00
Adam Haglund
35ba85dc97 added modal reload function 2017-08-20 00:07:55 +02:00
Gregory Schier
012b1f757b Prevent modal from closing after escaping autocomplete 2017-08-18 09:29:27 -07:00
Gregory Schier
2867cd2527 Fix large response blocker (Fixes #440) 2017-08-16 16:26:30 -07:00
Gregory Schier
b84b3c1671 Some tweaks 2017-08-16 14:31:14 -07:00
Gregory Schier
9d5b896b00 Add max redirects setting to test 2017-08-16 10:08:29 -07:00
Gregory Schier
9b6cb3fb5d No more Git deps 2017-08-15 20:49:58 -07:00
Gregory Schier
852a6e6f14 Slower response refresh 2017-08-15 17:19:02 -07:00
Gregory Schier
ee70a697b5 Remove broken tab tracking from settings 2017-08-15 11:43:58 -07:00
Gregory Schier
a92ef82e9f Fix checkmark in content type dropdown 2017-08-14 12:28:49 -07:00
Gregory Schier
eb0faa011e Fix flow error 2017-08-14 12:04:46 -07:00
Gregory Schier
1cd827c6bb Catch graphql schema render errors 2017-08-14 11:56:34 -07:00
Gregory Schier
85708a2b44 Fix GraphQL environment variable usage (Fixes #425) 2017-08-14 09:31:11 -07:00
Gregory Schier
fb3833d9d8 Fix copying of large text contents (Fixes #430) 2017-08-14 09:24:31 -07:00
Gregory Schier
ff0e911e32 Make sure to show() modals after setting initial state (Fixes #429) 2017-08-12 14:56:24 -07:00
Gregory Schier
4b01909810 Different changelog URL for dev 2017-08-12 09:58:22 -07:00
Gregory Schier
b70d6dba50 Fix request creation bug 2017-08-12 09:19:43 -07:00
Gregory Schier
c18d85b8dc Flow for some more components 2017-08-11 14:54:58 -07:00
Gregory Schier
c4933badba Add response.bytesContent and use for size check (Closes #412) 2017-08-11 14:44:34 -07:00
Gregory Schier
919e0c7ed8 Fix sync dropdown and add flow 2017-08-10 16:19:25 -07:00
Gregory Schier
225e430bdb GraphQL updates and fixes (#421) 2017-08-10 15:26:06 -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
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