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
Gregory Schier
bddcd63b6f
Fix Content type active checkmark
2017-10-12 21:11:06 +02:00
Gregory Schier
0d56b84c21
Rewrote broken PDF viewer
2017-10-12 19:58:49 +02:00
Gregory Schier
5b9db10060
Fix autocomplete breaking with no-arg tags
2017-10-11 11:24:49 +02:00
Gregory Schier
de08895092
Support for tag editor dynamic variable args ( #512 )
2017-10-10 19:54:42 +02:00
Gregory Schier
904b369c46
Flow and robustness to tag editor ( #511 )
2017-10-10 16:46:32 +02:00
Gregory Schier
b1c439c76f
Fix React warnings
2017-09-30 22:15:35 +02:00
Gregory Schier
a51fe44f74
Upgrade Electron and React
2017-09-30 22:10:57 +02:00
Gregory Schier
a2517713c5
Autoselect active env in editor and update flow ( #497 )
2017-09-25 23:32:58 +02:00
Gregory Schier
3cd50d8014
Slightly better cookie handling
2017-09-23 22:36:52 +02:00
Gregory Schier
8eecb55515
Better XPath handling ( Fixes #492 )
2017-09-22 15:48:47 +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
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