Gregory Schier
4d70a495a8
Custom headers parsing ( #594 )
2017-11-13 23:10:53 +00:00
Gregory Schier
41e903714b
Accept header now overridable
2017-11-12 18:35:01 +00: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
6d455b4324
Use Content-Disposition header when downloading files when available ( Closes #475 )
2017-09-18 20:19:04 +02:00
Gregory Schier
8e64995b07
Leave already-encoded characters alone ( Fixes #473 )
2017-09-09 12:26:13 +00:00
Gregory Schier
7c4800023e
Hawk improvements and fuzzy filtering everywhere
2017-08-21 11:11:52 -07:00
Gregory Schier
851116e3f0
Added menu item for keyboard shortcuts and many small fixes
2017-08-04 09:54:11 -07:00
Gregory Schier
bc5845b947
GraphQL variables now object instead of string ( #397 )
2017-08-03 14:44:55 -07:00
Gregory Schier
09c219fb6d
More Plugin Hooks ( #352 )
...
* Playing around with pre-request hooks
* Added response hooks
* More flow types
* Flow types on wrapper.js
* Flow types on plugin folder
* Basic tests for plugin hooks
* Make DB initilize for all tests no matter what
* Touch
2017-07-19 18:55:40 -07:00
Gregory Schier
c90ea4d35a
More verbose flow types
2017-07-18 19:54:03 -07:00
Gregory Schier
de610f419b
Move response bodies out of DB ( #338 )
...
* Move response bodies out of DB
* Small tweak
2017-06-29 20:30:22 -07:00
Gregory Schier
3056921fda
Support multiline text in form data editors ( #299 )
...
* Support multiline text in form data editors
* Some tweaks around rendering and syntax
* Embed markdown editor
2017-06-09 14:42:19 -07:00
Gregory Schier
fd7a25e1ac
New 'request' tag and a lot of improvements ( #296 )
...
* New 'request' tag and a lot of improvements
* Update request extension to render all values
* Custom value of tag editor now inherits current
2017-06-08 18:10:12 -07:00
Gregory Schier
e7bc8bb860
UI/UX and tweaks to Markdown Descriptions ( #279 )
...
* Styles and editor done for requests
* Add description markdown to WOrkspace settings
* Show file icon beside request with description
* Add tracking
2017-06-01 15:58:09 -07:00
Hiroyuki Toda
7987774f26
Add Bearer Authorization Support ( #274 )
...
* add bearer authentication support
* remove unexpected trailing comma
2017-06-01 06:18:42 -07:00
Gregory Schier
f145b968be
Fix some minor bugs ( #139 )
...
* Keyboard shortcut for hotkeys
* Fixed some small bugs
2017-04-11 14:20:01 -07:00
Gregory Schier
59e396e3f3
Fixed content-length on uploads ( #135 )
2017-04-09 14:53:46 -07:00
Gregory Schier
75fbf60274
A bunch more smaller things for v5 ( #124 )
...
* Use Curl constants for info
* Extra timeline info and cookie url encoding setting
* Add warning to environment selector
* Title attribute on the autocomplete types
* Added test
2017-03-29 16:09:28 -07:00
Gregory Schier
2cdd4761c8
Remaining V5 Features ( #122 )
...
* Add digest auth and response timeline
* Some css fixes
* Fixed Button
* More auth methods, fixed URL regex, and fix gzip
* Get rid of negotiate auth
* Fix proxy
* Fixed GA tracking
* Some very small changes and fixes
* Fix content type names
* Even better auth switching and timeline syntax
* Some auth tweaks
* CSS tweaks
* Reworked toasts
* Fixed timer rounding quirk
* Request settings and render errors
* Fixed tests
* Vertical dragging and stuff
* Remove beta
2017-03-28 15:45:23 -07:00
Gregory Schier
3f5e7e2e14
First-Party OAuth 2.0 Support ( #120 )
...
* Proof of concept authorize call
* Authorize and Refresh endpoints done
* OAuth2 editor started
* Some small fixes
* Set OAuth headers on request
* Started on some OAuth tests
* Updated network logic with new OAuth API
* OAuth forms and refactor flows
* Fix grant type handling
* Moved auth handling out of render pipeline
* Fixed legacy auth header
* Fix vertical center
* Prompt user on auth type change
* Refresh tokens working (I think) and better UI
* Catch same type auth change
* POC refresh token and small refactor
* Better token handling
* LOading state to token refresh
* Show o-auth-2 errors
* Some minor updates
2017-03-23 15:10:42 -07:00
Gregory Schier
f1595f7d4b
Don't default protocol on empty URLs ( #104 )
...
* Fixed duplication kve bug
* Don't add protocol to empty urls
2017-03-05 19:00:43 -08:00
Gregory Schier
1d45367aa1
Added eslint and fixed all problems ( #101 )
...
* Fixed duplication kve bug
* Added semistandard and updated code
* Actually got it working
* Even better
* I think it should work on Windows now
2017-03-03 12:09:08 -08:00
Gregory Schier
b198e6170b
React performance sweep ( #96 )
...
* Removed some unnecessary rendering
* Only PureComponents and some other stuff
* Removed all functional components
* Only deal with nunjucks marks
* Remove ref assign functions in modals
* Lots of tweaks
* A bit snappier
* A bit snappier
2017-02-28 13:32:23 -08:00
Gregory Schier
43339dcffc
Fix/cookies and urlencoding ( #87 )
...
* Version bump
* Fixed cookies on redirect and urlencoding
2017-02-16 09:38:59 -08:00
Gregory Schier
0c66afbf4b
Dont encode '+' symbols and add share menu item back
2017-01-12 16:45:15 -08:00
Gregory Schier
ac5fc055db
A bunch of small fixes
2016-12-30 15:06:27 -08:00
Gregory Schier
3317bb17a6
Added accept header and some small tweaks
2016-12-08 12:29:40 -08:00
Gregory Schier
77b3ff4a8a
Fixed encoding, import, and some small things
2016-11-30 15:11:36 -08:00
Gregory Schier
d6e5f2f873
Added file upload support ( #48 )
2016-11-22 14:26:52 -08:00
Gregory Schier
5d5d6eecc4
Switch Request body to be object instead of string ( #47 )
...
* Basic import summary
* Started (broken)
2016-11-22 11:42:10 -08:00
Gregory Schier
e160b7375f
Fix pass-by-reference bug
2016-11-19 22:41:23 -08:00
Gregory Schier
0cb7266599
Updated import screen, better curl paste, and better model defaults
2016-11-18 23:11:10 -08:00
Gregory Schier
e9c7aff251
Start using insomnia-importers
2016-11-18 19:21:15 -08:00
Gregory Schier
b05b144184
Allow commas in querystring values
2016-11-17 13:55:48 -08:00
Gregory Schier
8914b74dcd
Better url encoding
2016-11-17 13:36:55 -08:00
Gregory Schier
85940179e1
CC style fixes and relax URL encoding
2016-11-17 13:22:19 -08:00
Gregory Schier
c08407eec6
Some refactoring of debouncing
2016-11-10 13:03:12 -08:00
Gregory Schier
92ac295227
More tests
2016-11-10 09:33:28 -08:00
Gregory Schier
afae300761
And more tests
2016-11-10 01:00:29 -08:00
Gregory Schier
7c81d8944b
Moved some things into constants.js
2016-11-09 18:40:53 -08:00