Gregory Schier
512737fd96
Some minor updates to pdf viewing
2017-06-23 08:40:43 -07:00
Antoine
8fa948e402
Preview PDF on 'Visual preview mode' #323 ( #325 )
2017-06-23 08:32:09 -07:00
Gregory Schier
ba24e4c434
A few style tweaks
2017-06-22 12:37:24 -07:00
Gregory Schier
e9e7e957dd
Add Sublime text editor mode back
2017-06-22 10:17:59 -07:00
Paul Douglas Brimicombe
cd54a74f2f
Allow wildcards in client certificate hosts ( #262 )
...
* Allow wildcards in client certificate hosts
* Add test for certificate hosts that are only wildcards
* Constants should be upper case
* Fix function import for urlMatchesCertHost
* Document certificate host wildcards
* Prefer direct function exports in library files
* Use string substitution for wildcards when parsing certificate urls
2017-06-21 13:56:19 -07:00
Gregory Schier
cdcbd56dde
Prefix markdown preview with request name
2017-06-16 18:18:31 -07:00
Gregory Schier
d8aaa0b9ff
Fix import
2017-06-16 18:08:19 -07:00
Gregory Schier
beef00eae1
Some more style tweaks
2017-06-16 15:38:09 -07:00
Gregory Schier
5b568dc5dd
theme--overlay class
2017-06-16 15:31:22 -07:00
Gregory Schier
27fcd29531
Lots more dropdown fixes
2017-06-16 15:21:41 -07:00
Gregory Schier
870ce6d3fc
Fix markdown preview scrolling
2017-06-16 14:14:22 -07:00
Gregory Schier
95bda7f1c4
Some fixes for markdown previewer with links
2017-06-16 13:40:17 -07:00
Gregory Schier
0e57b40ba3
Dedicated tab for request descriptions ( #317 )
...
* Added tab for mardown descriptions
* Some fixes
* Fix dropdown menu theme
* Track description editing
2017-06-16 13:29:22 -07:00
Gregory Schier
a5b55a38c4
Position dropdown menus relative to viewport and make tabs scroll
2017-06-16 10:44:11 -07:00
Gregory Schier
4fb52639bf
More forgiving tag editing
2017-06-15 14:26:40 -07:00
Gregory Schier
205fef8c15
Fix autocomplete constants
2017-06-15 13:04:50 -07:00
Gregory Schier
51a307e7e3
Added custom date format to 'now' extension
2017-06-15 12:10:19 -07:00
Gregory Schier
a20a011074
Cleaned up StatusTag ( Closes #309 ) and removed unused constant
2017-06-14 11:27:30 -07:00
Gregory Schier
8cf491a99d
Much better sidebar sorting ( #308 )
2017-06-13 13:45:15 -07:00
Gregory Schier
e8f3097547
Make query preview scroll ( Closes #300 )
2017-06-12 14:55:04 -07:00
Gregory Schier
93b16cc107
Track request versions and restore with response ( #305 )
2017-06-12 14:49:46 -07:00
Gregory Schier
ff58ff7e51
Add ability to delete current response
2017-06-12 14:48:17 -07:00
Gregory Schier
5597d331ed
Better status messages
2017-06-12 10:33:29 -07:00
Gregory Schier
441a9afd68
Use proper default status messages
2017-06-12 10:29:01 -07:00
Gregory Schier
0ed42bfa90
A few tweaks to multi-line file editor
2017-06-09 19:18:33 -07:00
Gregory Schier
28fd19500b
Add ability to delete custom methods ( Closes #228 )
2017-06-09 15:00:36 -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
8611016ba8
Some response filter tweaks
2017-06-07 19:53:46 -07:00
Gregory Schier
164f5f9762
Track and display response filter history ( #294 )
2017-06-07 19:42:16 -07:00
Gregory Schier
5d957ec149
Update node-libcurl ( Fixes #293 )
2017-06-07 17:28:23 -07:00
Gregory Schier
a2a187434b
Make test in markdown preview selectabl
2017-06-07 14:37:38 -07:00
Gregory Schier
fc1c7826fa
Markdown header styles and sanitize HTML ( #290 )
2017-06-07 14:36:43 -07:00
Gregory Schier
6545832afd
Bump version and some length fixes
2017-06-06 17:18:22 -07:00
Gregory Schier
c78dade7a7
Workspace duplication improvements
2017-06-06 17:07:09 -07:00
Hayden
7516b3c7b7
Feature/duplicate workspace ( #237 )
...
* rename "Danger Zone" to "Actions"
* add duplicate to workspace model
* create and pass "handleDuplicateWorkspace" into "WorkplaceSettingsModal"
* add "Duplicate Workspace" button into "Actions" section
* add semicolon
2017-06-06 14:21:06 -07:00
ttrobisch
c7dc38fe9c
Add no proxy support ( #285 )
2017-06-06 13:21:59 -07:00
Gregory Schier
712eb7b5a2
Fix client credentials setting in OAuth form
2017-06-05 14:06:12 -07:00
Gregory Schier
edc594f1c1
Some fixes to documentation editor
2017-06-05 08:09:06 -07:00
Gregory Schier
6666080f0f
Remove documentation icon clickability
2017-06-01 17:25:36 -07:00
Gregory Schier
cb0fa272b3
Tweak prompt button icon
2017-06-01 17:00:57 -07:00
Gregory Schier
4b98c23d44
Add copy button to URL Preview
2017-06-01 16:53:10 -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
Valeria
eb94f430f0
Request description with markdown ( #252 )
...
* Updated Request & Request Group with a description field
* Button and Workspace description
* Merkdown request description text editor
* Removed useless button for now
* Fixed lock.json for npm@5
* PR #252 requested changes
* _handleValueChange->props
* Removed sanitize
2017-06-01 06:54:46 -07:00
Matthew Shirley
80a29a5ef1
Add setting to disable analytics tracking ( #269 )
...
* Add setting to disable analytics tracking
Closes getinsomnia/insomnia#146
* Reorganize the default settings
2017-06-01 06:35:29 -07:00
Gregory Schier
53ff1a264e
A few tweaks to bearer auth component
2017-06-01 06:32:55 -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
8131041701
Nunjucks Template Tag Plugins MVP ( #272 )
...
* Refactor extension format and load plugins from directory
* Added some UI around plugins
* Refactor PromptModal usage
2017-05-31 19:04:27 -07:00
Gregory Schier
e95dafcf75
Some autocomplete tweaks and added ctrl+Enter shortcut
2017-05-26 11:17:35 -07:00
Gregory Schier
39d512c77f
Show folder name in response tag dialog ( #259 )
2017-05-25 13:26:24 -07:00