Emanuele Concas
29ff23343b
Add Show App Logs Folder to help ( #2728 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-10-21 00:01:47 +13:00
Ben Scholzen
294777b0ed
Add PKCE support ( #2652 )
...
* Add PKCE support
* Fix failing unit test and add new test for PKCE
* Update packages/insomnia-app/app/network/o-auth-2/grant-authorization-code.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Update packages/insomnia-app/app/network/o-auth-2/grant-authorization-code.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Fix prettier report
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-10-20 20:58:16 +13:00
Julien Giovaresco
d201cd1807
Rename button label of the Save and Download
action save dialog ( #2727 )
...
The label was `Send and Save`, it is confusing because actually the request was already sent.
2020-10-20 20:36:04 +13:00
Julien Giovaresco
ceead25167
Fix infinite request spinner when cancelling "Send and Download" ( #2721 )
...
We were hiding the spinner at the end of the _handleSendAndDownloadRequestWithEnvironment method. However, we
were exiting early we the user cancel the save dialog (L672).
To prevent that, I've moved the code in a finally block, therefore we make sure that the spinner will be hidden
Closes #2718
2020-10-20 19:45:48 +13:00
Antoine
27d5881684
Reloading GraphQL docs on schema reload ( #2747 )
2020-10-20 17:35:53 +13:00
David Marby
b0b7613f26
Fix sync issues when switching between workspaces ( #2724 )
2020-10-15 23:42:16 +02:00
David Marby
4fc8b21827
Add file logging ( #2716 )
2020-10-13 18:05:41 +02:00
Timothy Lim
a9e22075fb
Prevent newlines for singleline Code editor ( #2704 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-10-13 18:46:25 +13:00
Isaac Moore
81ad8ba2c8
Change bulk header editor setting verbiage ( #2717 )
...
This change is to be consistent with #2713 .
2020-10-13 16:15:51 +13:00
Isaac Moore
474da01295
Add required annotation to Kubernetes config ( #2709 )
...
Fixes #2706
2020-10-13 10:32:25 +13:00
karolineKarkoschDrKlein
984881c0cb
Don't clear oAuth2 session on restart ( #2701 )
...
* Don't clear oAuth2 session on restart
Offer button to user where it can be cleared without restart
* PR improvements
* remove accidental newline
* PR improvements 2
* cleanup
* capitalize insomnia
2020-10-10 09:33:21 +13:00
Selamanse
03d83a8f52
Cancel the active request instead of the most recent request ( #2696 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-10-09 06:17:37 +13:00
Antoine
0092723a8d
del. top/btm padding from CodeMirror-dialog #2646 ( #2697 )
2020-10-08 10:39:56 -04:00
Opender Singh
8d88cf9c69
An effort to figure out why spectron sometimes hangs on Windows CI ( #2698 )
2020-10-08 15:48:20 +13:00
Opender Singh
1bbbf38a96
Support hyphen -
and other special characters in variable names ( #2601 )
2020-10-02 07:49:05 +13:00
Mike Ellan
9bf5d29160
Toast based logo fixes, consistent names, fixing positioning ( #2676 )
...
* Toast based logos locally sourced, consistent names, fixing positioning
* Pulling unused classes
* Using APP_ID_INSOMNIA over appName method, styling footer, adding alt tags
* Removing gravatar from src and component library
2020-09-30 17:05:00 -04:00
Opender Singh
601c6060a4
Update o2k readme examples ( #2679 )
2020-09-30 19:38:44 +13:00
Opender Singh
6cafe6ae47
Update babelrc to node 12 for all packages ( #2670 )
2020-09-29 18:33:03 +13:00
Julien Giovaresco
64c7b429aa
Expose network context to requestHook & responseHook scopes ( #2662 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-09-29 15:10:51 +13:00
Julien Giovaresco
9bdb13c6bb
Bump httpsnippet to fix Copy as Curl not respecting header case ( #2668 )
...
Closes #2615
2020-09-27 01:07:33 +12:00
Mike Ellan
19a9d6a7e7
Export import unit tests ( #2663 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-09-25 12:16:51 +12:00
Julien Giovaresco
9d4390de2f
Introduce a checkbox in Basic Auth form to choose ISO-8859-1 encoding for credentials. ( #2642 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-09-25 08:58:28 +12:00
Opender Singh
8a6c5cc9b3
Run tests for builds vs packages using env variable ( #2660 )
2020-09-25 08:14:54 +12:00
Opender Singh
3e7be75a4f
Refactor and reuse app launch logic, launch app with a fresh data directory, prepare for tests in release pipeline ( #2659 )
2020-09-25 07:55:27 +12:00
Opender Singh
567ddd2b70
Add babel to smoke tests ( #2658 )
2020-09-25 07:23:23 +12:00
Rajiv Singh
875bae217b
Corrected verbiage in move folder to workspace modal ( #2661 )
2020-09-24 17:54:29 +12:00
Julien Giovaresco
c9f009a838
Change default keyboard shortcut to bring up the keyboard settings ( #2649 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-09-24 15:35:28 +12:00
Opender Singh
4d17a92f73
Improve reliability of E2E tests ( #2654 )
...
Co-authored-by: David Marby <david@dmarby.se>
2020-09-24 10:49:25 +12:00
David Marby
403ddf20ad
Merge branch 'release/2020.4.1' into develop
2020-09-23 23:17:12 +02:00
Mike Ellan
52ae23deec
Sidebar method styling & click regions ( #2632 )
...
Method badges & styling updates
2020-09-22 19:36:56 -04:00
Opender Singh
47e68b228f
lib@2.2.25
2020-09-23 10:38:00 +12:00
Opender Singh
3b2981043c
Bump to 2020.4.1
2020-09-23 10:31:40 +12:00
Opender Singh
0dce7af5e1
Merge branch 'develop' of github.com:Kong/insomnia into release/2020.4.1
2020-09-23 10:29:51 +12:00
Opender Singh
5d28501b34
Update debounce timeout pause ( #2651 )
2020-09-23 08:06:54 +12:00
Opender Singh
98127bfa70
Bump version to beta.1
2020-09-22 12:07:04 +12:00
Opender Singh
c2d989e1e0
lib@2.2.24
2020-09-22 11:45:33 +12:00
Opender Singh
919422fc57
Bump versions
2020-09-22 09:12:35 +12:00
Opender Singh
4885d00e0f
Update pdfjs-dist ( #2645 )
...
* add e2e test and update pdfjs version and interface changes
* Remove test focus
* Simplify
* Update test because canvas sizes vary
* Update
2020-09-21 20:45:36 +12:00
Opender Singh
2132e59f2a
CodeMirror debounce wait for smoke tests ( #2644 )
2020-09-21 18:17:31 +12:00
Opender Singh
21ee2ae790
Upgrade apiconnect-wsdl to remove yargs-parser dependency ( #2637 )
2020-09-19 15:02:51 +12:00
Mike Ellan
336bbad922
Section visibility toggle ( #2634 )
...
* Moving click handler up to parent item, preventing dupe calls on checkbox
* Alignment and setting CBs to read only
* Label alignment when sibling of input
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-09-18 16:58:06 -04:00
Gregory Schier
a1c96fb6ac
Remove whitelist logic for pivot release ( #2460 )
...
Co-authored-by: David Marby <david@dmarby.se>
2020-09-18 15:40:30 +02:00
dependabot[bot]
92c37bf413
Bump node-forge from 0.8.5 to 0.10.0 in /packages/insomnia-app ( #2612 )
...
* Bump node-forge from 0.8.5 to 0.10.0 in /packages/insomnia-app
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 0.8.5 to 0.10.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases )
- [Changelog](https://github.com/digitalbazaar/forge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/0.8.5...0.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Marby <david@dmarby.se>
2020-09-18 15:18:38 +02:00
dependabot[bot]
3314c23ecf
Bump papaparse from 4.6.3 to 5.2.0 in /packages/insomnia-app ( #2590 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2020-09-18 06:05:53 +12:00
Opender Singh
0451ca4631
Ignore x- keys for methods in the design sidebar paths section ( #2622 )
2020-09-17 14:00:45 +12:00
Julien Giovaresco
c4affa1650
Add shortcuts to foldAll and unfoldAll JSON nodes ( #2626 )
...
Use `Shift Cmd -` or `Shift Ctrl -` to fold all nodes
Use `Shift Cmd =` or `Shift Ctrl =` to unfold all nodes
Closes #2252
2020-09-17 14:00:10 +12:00
Mike Ellan
74a3967fce
Auto focus filter and improve click targets in design sidebar ( #2617 )
...
* Set cursor focus on active filter
* Click targets and info panel fix
Fixing inconsistently treated click targets and info panel items.
* Font (for SVGs) sizing and layout fixes.
* Layout & alignment fixes
* Update packages/insomnia-components/components/sidebar/sidebar-info.js
Co-authored-by: Opender Singh <opender94@gmail.com>
* Spacing increase on first child elment in panel, click specificity
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-09-16 11:11:42 -04:00
Mike Ellan
51d3a5de32
Editor toggling, visual design spec. integration, various stylistic tweaks ( #2598 )
...
Collapsable editor and visual design integration.
2020-09-15 12:26:04 -04:00
Tobias Rundbom
4a1ee5f9c5
Save and pre-select last used export format ( #2586 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-09-15 17:24:06 +12:00
Joe Flint
f10b36d335
Handle server-side OAuth2 redirects to non-existent protocols ( #2557 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2020-09-15 17:01:57 +12:00