jamesgeorge007
6729d7c7fd
refactor(common): remove redundant logs
2025-10-29 23:11:20 +05:30
Anwarul Islam
bb4f4aca54
feat(common): handle null collection and add private access hint for mock servers ( #5527 )
...
* fix(mock-server): handle null collection case in dashboard display
* feat(mock-server): add private access hint for non-public mock servers
* fix(mock-server): update private access hint for clarity
* refactor(mock-server): remove console logs from mock server creation and update
2025-10-29 23:21:05 +06:00
jamesgeorge007
ae3d73bb32
fix(js-sandbox): improve scripting value handling and serialization
...
- Fix null/undefined environment variable handling across namespaces
- Fix pm.request console.log output to display properly
- Add pm.request.id and pm.request.name type definitions
- Fix assertion error messages to show actual values
- Strip `export {};` from collection exports and legacy sandbox editor display
2025-10-29 20:55:07 +05:30
Anwarul Islam
c0e3ff49b3
fix (common): address mock server issues and improve the UI ( #5517 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: mirarifhasan <arif.ishan05@gmail.com>
2025-10-29 16:25:02 +05:30
jamesgeorge007
457ca12be9
chore: bump version to 2025.10.0
2025-10-27 23:04:50 +05:30
Mir Arif Hasan
3acc0ec9b6
feat: mock server ( #5482 )
...
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-10-27 23:03:22 +05:30
Prajjwol
76e6c3ae2f
fix: add missing token checks to request save workflow ( #5436 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-27 19:45:23 +05:30
James George
9cd6c7d6cf
feat(scripting-revamp): chai powered assertions and postman compatibility layer ( #5417 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-10-27 17:49:58 +05:30
Shreyas
ecf7d2507a
feat(relay): control redirect follow ( #5508 )
...
Add per-domain toggle to disable automatic HTTP redirect following in
the Native and Agent interceptors. When disabled, requests return the
redirect response (status code, headers, body) without following the
Location header.
Previously HTTP redirects were always followed (on browser, can't do
much about that, see
https://fetch.spec.whatwg.org/#atomic-http-redirect-handling ) without
option to inspect the redirect response itself. This prevented
developers from accessing redirect metadata needed when testing OAuth
flows (PKCE where intermediate responses contain authorization tokens),
authentication endpoints that return codes in Location headers with 302
status, and debugging API redirect chains. But on the desktop app,
redirects were just never followed, creating the opposite effect.
The browser's fetch API applies atomic HTTP redirect handling per spec,
making it impossible to intercept redirects and inspect their responses.
The Native and Agent interceptors use curl and native HTTP clients
respectively, both supporting redirect control, making this feature
viable for these specific interceptors. (Proxyscotch tbd).
2025-10-27 17:41:58 +05:30
James George
567344a9e3
fix(common): preserve file uploads in experimental scripting sandbox ( #5512 )
2025-10-26 23:34:43 +05:30
Nivedin
68d1db7e74
feat: add auth refresh token flow if token expires ( #5490 )
2025-10-26 22:24:59 +05:30
Anwarul Islam
795cc820db
fix: preserve PKCE and client secret in postman collection imports ( #5480 )
2025-10-22 19:45:39 +05:30
Nivedin
aa1583763a
fix: avoid rapid polling while fetching teams in selector ( #5485 )
2025-10-22 19:06:29 +05:30
Mir Arif Hasan
53e8b28459
chore: security patch for the dependency chain ( #5487 )
...
v2025.10.0
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-10-22 18:48:20 +05:30
Prit Rojivadiya
c31f74829d
refactor: cleanup sync logic and imports ( #5428 )
2025-10-08 13:31:29 +05:30
jamesgeorge007
bb8b9cec8f
chore: merge hoppscotch/main into hoppscotch/next
2025-10-08 11:59:09 +05:30
Abhijeet Singh
743aaa145e
chore: replace all instances of twitter.com with x.com ( #5455 )
2025-10-08 11:59:02 +05:30
jamesgeorge007
d80ea5d214
chore: bump version to 2025.9.2
2025-10-07 17:22:25 +05:30
Nivedin
a5e9f83066
fix: focus existing request tab instead of duplicating ( #5452 )
...
Addresses an issue where multiple tabs would open even when a request tab was already active. It now correctly switches to the active tab instead.
2025-10-07 17:21:00 +05:30
Nivedin
2b9b45ea76
fix: prevent syncing secret variable initial values ( #5434 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-10-07 17:15:06 +05:30
James George
11b07db12c
fix(js-sandbox): resolve errors with pw.env namespace in legacy sandbox ( #5433 )
2025-10-06 16:45:35 +05:30
jamesgeorge007
6bbfb9b8b7
chore: bump version to 2025.9.1
2025-10-01 11:18:38 +05:30
Nivedin
711d249a4d
fix: correctly resolve inherited properties before request runs ( #5418 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-30 17:43:13 +05:30
Sourav Agrawal
5039a14985
fix: highlight environment on string containing dot ( #5409 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: Nivedin <53208152+nivedin@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-29 13:29:57 +05:30
Nivedin
35e01e1280
chore: accept single character length name and trim white spaces ( #5412 )
...
Co-authored-by: mirarifhasan <arif.ishan05@gmail.com>
2025-09-29 13:25:40 +05:30
Mayank Jain
2498ee7b08
fix: race condition in active team collection tab inheritance ( #5184 )
...
Co-authored-by: Mayank <mayank@Mayanks-MacBook-Pro.local>
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-09-26 17:53:19 +05:30
jamesgeorge007
58b0736c5b
chore: bump non-major dependencies
2025-09-26 13:26:42 +05:30
Anandakrishnan CV
fc87526fbc
fix: close modal on clicking overlay for non input modals ( #5403 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-09-26 12:22:11 +05:30
Anwarul Islam
f9a1d65ad9
refactor: streamline duplicated advanced param type definitions for oauth grant types ( #5401 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-09-25 21:03:13 +05:30
jamesgeorge007
93d2e53885
chore: bump version to 2025.9.0
2025-09-24 19:47:28 +05:30
James George
b62b50c1e2
feat(scripting-revamp): introduce hopp namespace ( #5388 )
2025-09-24 17:09:55 +05:30
Mir Arif Hasan
37060638df
chore: security patch for the dependency chain ( #5400 )
...
Bump non-major dependencies
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-09-24 16:22:31 +05:30
Shreyas
3be91a4a51
fix(relay): multiple Set-Cookie headers in resp ( #5394 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-09-23 17:14:29 +05:30
Mir Arif Hasan
81fe98f25d
feature: add alphabetical sort for user and team collections ( #5383 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: Nivedin <53208152+nivedin@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-09-23 14:46:23 +05:30
Chhavi Goyal
637c380c07
fix: handle actions for logged-in users in case of token expiration ( #5249 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: Nivedin <53208152+nivedin@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-09-22 19:06:40 +05:30
Shreyas
ba700886b5
fix(desktop): window lifecycle for instance switch ( #5381 )
...
This resolves window accumulation during instance switching by
implementing proper window lifecycle management using Tauri's
WebviewWindow APIs.
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-09-22 14:55:53 +05:30
jamesgeorge007
a23a2c657d
chore: merge hoppscotch/patch into hoppscotch/next
2025-09-18 14:14:05 +05:30
Aakash Bhatia
f7b448c860
fix: prevent empty entries when dragging items past last row ( #5384 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-09-18 14:13:33 +05:30
Vignesh P
62060a0603
fix(common): correct indentation for nested endpoints in sidebar ( #5370 )
2025-09-08 16:26:55 +05:30
jamesgeorge007
75ec412076
chore: bump version to 2025.8.1
2025-09-02 15:22:35 +05:30
Nivedin
bc2f7c4f2f
fix: add support for data-schema changes after version bump ( #5368 )
2025-09-02 15:20:03 +05:30
Nivedin
5bab04a487
feat: allow non-empty shared workspace names ( #5363 )
2025-09-02 13:48:28 +05:30
Mir Arif Hasan
a7440d58cd
fix: maintain incremental orderIndex for collections and requests ( #5338 )
...
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-08-27 13:33:27 +05:30
Anwarul Islam
1df781ec0a
feat(common): support advanced parameters in OAuth grant types ( #5287 )
...
Adds support for advanced parameters in `implicit`, `password`, and `client_credentials` grant types.
2025-08-27 13:09:58 +05:30
Anschaire Pérard
6f942a7c30
chore: improve french translations ( #5340 )
...
Co-authored-by: Anschaire PERARD <aperard@decima.fr>
2025-08-27 10:57:41 +05:30
Anwarul Islam
4f393d37a5
test(common): add comprehensive unit tests for auth helpers ( #5211 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-08-27 10:24:21 +05:30
Nivedin
ed8b85bb67
fix: prevent GQL request failure caused by collection property computation ( #5350 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-08-27 10:08:12 +05:30
Nivedin
9504369ce1
fix: handle edge cases and bugs in collection variables ( #5348 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-08-26 17:24:23 +05:30
Mir Arif Hasan
a0c2635000
chore: security patch for the dependency chain ( #5349 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-08-26 14:56:48 +05:30
Vignesh P
11799c17f7
feat: add structured JSON fold indicators in response viewer ( #5347 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-08-26 14:34:25 +05:30
jamesgeorge007
6ae85ea9fa
chore: bump version to 2025.8.0
2025-08-25 12:10:44 +05:30
Nivedin
2d2e65369f
feat: collection variables ( #5325 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-08-22 14:39:42 +05:30
Shreyas
a0fbb7b076
chore(native): bump and align dependencies ( #5331 )
...
- This standardises package versions between desktop, agent, appload, relay
all the native components to resolve version inconsistencies and prepare
for unified bumps in the future.
- Account for recent minor dependency bumps as a follow-up to #5329
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-08-21 16:24:30 +05:30
James George
42089fbb55
chore: bump dependencies and account for breaking changes ( #5329 )
...
Co-authored-by: mirarifhasan <arif.ishan05@gmail.com>
2025-08-20 23:04:14 +05:30
KvS
cbdb654927
fix: show argument type on click in GQL documentation view ( #5328 )
...
Co-authored-by: Viraj <kunwar.suryavanshi@sapiens.com>
2025-08-20 18:42:28 +05:30
Anwarul Islam
bb25c59942
feat(common): add support for post/put body schemas in openapi import ( #5322 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-08-20 17:43:24 +05:30
Anwarul Islam
3994d9e9a0
fix: preserve request name when importing cURL commands ( #5337 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-08-19 20:27:53 +05:30
Nivedin
24c0f9370b
fix: update masked secret environment value after replace action ( #5335 )
2025-08-19 19:55:31 +05:30
Tom
c04faaaf27
fix: (import-export) add spacing above exporter buttons ( #5220 )
...
Co-authored-by: tom <tom@radom.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-08-08 14:40:09 +05:30
Nivedin
919eeac4a3
fix: correctly resolve request variables during collection runs ( #5313 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-08-08 14:18:57 +05:30
jamesgeorge007
43c025fa5e
chore: bump version to 2025.7.0
2025-08-08 14:13:48 +05:30
Ruyut
114a0f0e24
chore(i18n): update action block translations in tw.json ( #5315 )
2025-08-08 13:56:39 +05:30
Shreyas
eb2cc58dca
feat(desktop): explore random port for IPv6 compat ( #5311 )
...
This attempts to resolve app startup failures on Linux systems
where IPv6 is disabled at the kernel level by replacing the dual-stack
port selection logic with network interface discovery.
Closes FE-912
Closes #4962
2025-08-08 13:40:02 +05:30
Nivedin
7e10445f3b
fix: SmartEnvInput environment context bug ( #5305 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-05 13:39:43 +05:30
Xavier Bonell
0ce6468434
fix: resolve typo in i18n string ( #5300 )
2025-07-31 16:31:02 +05:30
Anwarul Islam
2ac8a15849
chore: hide advanced configuration for non-authCode grant types ( #5293 )
2025-07-30 10:44:45 +05:30
Nivedin
6597ade3f7
fix: SH admin dashboard setting and onboarding page cleanups ( #5290 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-07-29 20:59:39 +05:30
Shreyas
56fa9534c7
test(common): coverage for desktop tab navigation ( #5291 )
...
This adds test coverage for the tab navigation methods added in FE-907
the native tab keyboard shortcuts implementation.
Closes FE-909
The recently implemented desktop tab keyboard shortcuts added new tab
navigation methods to the `TabService` class (`goToNextTab()`,
`goToPreviousTab()`, `goToFirstTab()`, `goToLastTab()`,
`goToTabByIndex()`, and `reopenClosedTab()`). These methods lacked
corresponding test coverage.
2025-07-29 20:48:05 +05:30
jamesgeorge007
6473cd5af6
chore: resolve lint errors
2025-07-28 23:50:36 +05:30
jamesgeorge007
1537734374
chore: bump version to 2025.7.0
2025-07-28 23:48:07 +05:30
Anwarul Islam
b07212cb05
feat(common): add advanced configuration for auth and token request parameters ( #5253 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-07-28 23:43:08 +05:30
Mir Arif Hasan
0b7d31a20c
feature: reduce .env usage and move configurations to admin dashboard ( #5194 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-07-28 16:46:30 +05:30
Vignesh p
98fa140b55
feat: preserve response viewer scroll position per tab ( #5193 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-07-28 14:58:04 +05:30
Rafael Laidlaw
913be953c3
fix: allow aws signature to work with query params ( #5231 )
...
Co-authored-by: Twix <twix@macbookpro.home>
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-07-27 19:53:15 +05:30
Anwarul Islam
e5bb60f8b3
fix(common): added theme support for tooltips ( #5242 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-07-25 13:36:09 +05:30
James George
40aca4d35b
feat: move scripting code editors to use Monaco ( #5191 )
...
Replaces CodeMirror with Monaco for scripting editors under the experimental scripting sandbox.
The legacy CodeMirror-based editors are preserved for backwards compatibility and will
continue to power the legacy scripting sandbox.
This introduces improved type support, IntelliSense, and JSDoc hinting via Monaco, with
the backing for pre-request and post-request scripts in tabbed views. Type definitions are
isolated per editor to avoid variable leakage.
2025-07-25 13:35:37 +05:30
Nivedin
cfa2caa1db
chore: add proper error msg and disable email updation in SH ( #5247 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-07-25 12:42:51 +05:30
Anwarul Islam
f52349e734
feat(common): authorization ui panel revamp ( #5258 )
2025-07-24 22:26:54 +05:30
Luke Barrett
9751625414
feat(common): add status code and additional metadata to GraphQL responses ( #4435 )
...
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-07-24 16:52:33 +05:30
Shreyas
caadfc8c55
feat(kernel): extensible content media types ( #5244 )
2025-07-24 16:29:50 +05:30
Alexandre Rodrigues Batista
876d0fd322
fix: preserve encoded characters in cURL URLs ( #4792 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-07-24 13:14:36 +05:30
Shreyas
1f158a19ff
feat(desktop): cross-platform quit action ( #5266 )
...
This implements consistent cross-platform quit functionality that
triggers graceful application shutdown through native native commands.
Closes FE-919
The Cmd + Q quit shortcut was previously broken across platforms with
inconsistent behavior, working on Windows 11 but failing on macOS,
AppImage Linux, and Windows 10. The implementation was mixed and
unreliable.
2025-07-23 19:26:34 +05:30
jamesgeorge007
636d350c0f
chore: bump version to 2025.6.1
2025-07-14 14:28:51 +05:30
Anwarul Islam
56c8652990
feat(common): enhance URL parsing to use environment variables on openapi import ( #5232 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-07-14 14:12:28 +05:30
Shreyas
39124fb50d
fix(desktop): disk space detection on overlay fs ( #5226 )
2025-07-11 13:32:15 +05:30
Anwarul Islam
eecaa745af
chore(common): fixes lint errors and clean up code ( #5237 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-07-11 12:56:03 +05:30
Nivedin
fe5c07faed
fix: fallback env to initial and make valid url in codegen ( #5214 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-07-10 16:42:50 +05:30
Sharad Saha
bf3e135679
fix: avoid shortcut conflicts in CodeMirror editors ( #5224 )
...
Prevents `alt+up` and `alt+down` from triggering global keybindings when focus is in CodeMirror editors or other typable elements.
2025-07-10 16:23:41 +05:30
Anwarul Islam
0b605fe9cb
feat(common): retry import openapi from url with proxy interceptor on network error ( #5225 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-07-10 16:13:31 +05:30
jamesgeorge007
3452e721fa
chore: remove unused imports
2025-07-09 17:04:00 +05:30
Nivedin
5f99819a67
fix: unicode error in postman import ( #5213 )
2025-07-09 16:58:51 +05:30
Shreyas
5a79c3ba2a
feat(desktop): tab shortcuts discoverability ( #5229 )
...
This adds tab navigation shortcuts to the shortcuts help dialog for
desktop users and conditionally shows them only in desktop mode.
The shortcuts help now includes a "Tabs" section with all available tab
management shortcuts, but only displays them when running in desktop
kernel mode to avoid confusing web users with non-functional shortcuts.
Closes FE-917
The desktop app already had functional tab navigation shortcuts, but
they weren't documented in the app's shortcuts help dialog (accessible
via `?` or `Cmd/Ctrl+/`). This made the shortcuts less discoverable for
users who wanted to learn about available keyboard controls.
2025-07-09 16:33:12 +05:30
Nivedin
27392a5793
fix: tooltip alignment update ( #5217 )
2025-07-07 13:18:28 +05:30
Shreyas
b1d4ad2bf8
chore(desktop): update typescript bump hash ( #5199 )
2025-06-26 11:38:18 +05:30
Anwarul Islam
965e4e1d44
feat(common): authentication strategy improvements ( #5130 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-06-25 22:12:09 +05:30
jamesgeorge007
0d4df746cd
chore: align TypeScript version across packages
2025-06-25 16:34:08 +05:30
jamesgeorge007
d674a2e8d2
chore: bump version to 2025.6.0
2025-06-25 14:15:29 +05:30
Nivedin
7952dbf34d
feat: ability to copy initial and current env value to eachother ( #5195 )
2025-06-25 14:12:51 +05:30
Anwarul Islam
19362a4291
fix(common): auto unescape utf-8 issue in the request body ( #5185 )
2025-06-25 13:55:43 +05:30
Nivedin
427a1811a5
chore: resolve global env in team env and tooltip UI update ( #5187 )
2025-06-25 13:32:37 +05:30
Akhil
594f078b4e
fix: output raw numbers in JSON filter ( #5152 )
...
fix: JSON response filter
2025-06-24 23:23:30 +05:30
Shreyas
78e623a847
feat(desktop): native tab keyboard shortcuts ( #5190 )
2025-06-24 23:16:31 +05:30
jamesgeorge007
aa5b540412
chore: merge hoppscotch/main into hoppscotch/next
2025-06-24 15:00:01 +05:30
jamesgeorge007
580cf60766
chore: bump version to 2025.5.4
2025-06-24 14:44:25 +05:30
jamesgeorge007
b2de105012
chore: merge hoppscotch/main into hoppscotch/next
2025-06-19 16:49:28 +05:30
Nivedin
8e5b44d7a4
chore: rename test to post-request ( #5170 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-06-19 16:27:49 +05:30
Nivedin
15330b8a85
chore: remove spotlight animation ( #5171 )
2025-06-19 15:06:04 +05:30
jamesgeorge007
8a88016d00
chore: bump version to 2025.5.2
2025-06-18 18:05:26 +05:30
Nivedin
2e9f0400f9
chore: use initial value in runtime if current value is empty ( #5162 )
2025-06-18 17:01:20 +05:30
Nivedin
f6550350e0
fix: team env not migrating in edge cases ( #5160 )
2025-06-17 14:59:38 +05:30
Mayank Jain
ff8a8f5e71
fix: auth tokens not propagating to child requests ( #5154 )
...
Co-authored-by: Mayank <mayank@Mayanks-MacBook-Pro.local>
Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-06-17 12:39:42 +05:30
Nivedin
44d5289a2d
fix: add fallback for isSecret key ( #5157 )
2025-06-16 18:22:52 +05:30
jamesgeorge007
bf9e6c423d
chore: merge hoppscotch/main into hoppscotch/next
2025-06-13 16:15:56 +05:30
Nivedin
5049f6fde7
fix: team environment user access bug ( #5149 )
2025-06-13 14:29:27 +05:30
Nivedin
2bd3f36bfa
fix: schema error and test updation flow ( #5124 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-06-13 09:55:05 +05:30
Paul Vogel
c00548f1f9
chore: German i18n string entry additions ( #5142 )
2025-06-12 20:42:37 +05:30
Anwarul Islam
2a633720a5
fix(common): OpenAPI import worker not working in production ( #5140 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-06-11 19:14:45 +05:30
Ben
beb3184bb3
feat(common): change REST method text color based on selected method ( #5116 )
2025-06-11 11:56:46 +05:30
jamesgeorge007
9493b30a84
chore: bump version to 2025.5.2
2025-06-10 14:11:38 +05:30
Shreyas
b63c707624
fix(desktop): align connected instance with launch ( #5132 )
2025-06-10 13:21:54 +05:30
James George
5e33595c12
feat(common): in app console UI enhancements ( #5120 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-06-06 23:38:11 +05:30
Shreyas
26cb342969
fix(desktop): arrow inserting escape sequences ( #5108 )
...
The unstable flag was causing arrow keys to
display ANSI escape sequences as literal text
instead of performing cursor navigation.
For example the arrow keys in URL input fields
display escape sequences (`^[[C, ^[[D, ^[[A, ^[[B`)
as literal text.
Closes HFE-880
Closes #5102
The unstable feature flag was originally added to
support experimental features that were required
for functionality that is no longer needed
in the current implementation.
See:
- [Tauri Issue #9257 ] - Keyboard shortcuts broken with unstable flag
- [Tauri Issue #10194 ] - Arrow keys printing invalid characters
- [Wry Issue #1177 ] - Related macOS input handling issues
2025-06-06 14:17:30 +05:30
James George
5ac2ac40de
feat: add support for version bounded parsing and migration ( #5127 )
...
- CLI Collection runner enhancements:
- Support mixed versions - child collections based on different versions compared to the parent collection.
- Better support for incoming data via IDs conforming to older formats.
- Bump `verzod` across packages.
- Relevant updates to test suite.
- Bump `zod` under `selfhost-desktop`.
2025-06-05 14:51:19 +05:30
Nivedin
f8cd8bfce7
fix: desktop platform level env migration and codegen bug ( #5110 )
2025-05-29 19:26:21 +05:30
Nivedin
a325f2945d
fix: fill current value to existing value ( #5109 )
2025-05-29 18:36:58 +05:30
jamesgeorge007
caeddac94c
chore: bump version to 2025.5.1
2025-05-29 15:14:19 +05:30
Nivedin
805ac88688
fix: environment and rest tab state schema migration ( #5105 )
2025-05-29 15:13:14 +05:30
Anwarul Islam
82d9367843
feat: add JWT authentication support ( #5079 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-05-28 15:41:47 +05:30
Phaired
40c1c20de0
feat(lenses): enhance content type detection and lens selection logic ( #5081 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-05-28 13:30:27 +05:30
Nivedin
0212eba895
fix: update id while syncing and gist import bug ( #5100 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-05-27 16:12:55 +05:30
jamesgeorge007
a80573603b
chore: bump version to 2025.5.0
2025-05-27 13:35:29 +05:30
Anwarul Islam
cf442c5450
feat(common): support importing OpenAPI YAML definitions from URL ( #5098 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-05-27 13:33:33 +05:30
Anwarul Islam
b414496943
chore(common): improved i18n strings ( #5099 )
2025-05-27 12:31:26 +05:30
James George
656a15a983
feat: migrate to a unified scripting system based on faraday-cage ( #5090 )
...
Co-authored-by: curiouscorrelation <curiouscorrelation@gmail.com>
2025-05-23 22:54:27 +05:30
Nivedin
01d96fa577
feat: initial and current value for environment variables ( #5055 )
2025-05-23 22:38:36 +05:30
Nivedin
9371457d0d
chore: display platform links in app header ( #5091 )
2025-05-21 21:03:58 +05:30
Anwarul Islam
130facb440
fix: include request body to AWS V4 signer in effective request functions ( #5084 )
2025-05-21 21:02:07 +05:30
Shreyas
d213bec3ef
feat(kernel): multi-instance support for store ( #5083 )
2025-05-21 19:08:55 +05:30
Anwarul Islam
3980847983
feat(common): enhance HAWK authentication with payload hash calculation ( #5067 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-05-20 17:01:04 +05:30
Anwarul Islam
2232f0291c
feat(common): add support for registering and merging additional locale messages ( #5072 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-05-16 16:58:38 +05:30
jamesgeorge007
c28e4103a8
chore: merge hoppscotch/main into hoppscotch/next
2025-05-08 16:44:12 +05:30
jamesgeorge007
b5e19c9d46
chore: bump version to 2025.4.2
2025-05-08 15:38:54 +05:30
Shreyas
e9096eaca1
fix(common): url and param encoding ( #5041 )
2025-05-08 15:29:08 +05:30
Chhavi Goyal
b6e2e93457
feat: import authorization header with curl ( #4963 )
2025-05-08 15:08:50 +05:30
Akhil
f26d32c4e4
refactor: rename enum TeamMemberRole to TeamAccessRole ( #5053 )
...
Co-authored-by: mirarifhasan <arif.ishan05@gmail.com>
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
2025-05-07 17:56:10 +05:30
jamesgeorge007
609aaa4070
chore: merge main into next
2025-05-07 17:32:45 +05:30
jamesgeorge007
9e8ecd97d0
chore: bump version to 2025.4.1
2025-05-07 16:21:39 +05:30
shuaixr
dafe56cfe9
fix: default Content-Type to x-www-form-urlencoded when importing curl POST with body ( #5040 )
...
fix: handle missing Content-Type when importing curl POST
When importing a curl POST request with a body and no explicit
Content-Type, default to `application/x-www-form-urlencoded`
to match curl's behavior.
Reference: https://everything.curl.dev/http/post/content-type.html
2025-05-07 14:25:45 +05:30
Anwarul Islam
cb4ad87f08
feat(common): platform ui definition for team edit and invite ( #5037 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-05-02 20:52:13 +05:30
jamesgeorge007
77daa1f589
chore: update inspector warning regarding supported interceptors
...
Proxy interceptor doesn't support Digest & HAWK Auth.
2025-04-30 12:51:45 +05:30
jamesgeorge007
bed898b523
chore: define supported interceptors for HAWK authentication
...
Update lockfile.
2025-04-29 15:07:32 +05:30
Anwarul Islam
ccf3c6f834
feat: add support for HAWK authentication ( #4694 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-04-29 14:51:16 +05:30
Dmitry
12f35d880d
feat: add file extensions to response exports ( #4367 )
...
Co-authored-by: Dmitry Mukovkin <d.mukovkin@cft.ru>
2025-04-29 13:51:34 +05:30
jamesgeorge007
3219cb3b5d
chore: bump version to 2025.4.0
2025-04-25 20:47:28 +05:30
moaqz
a208125c7d
chore(i18n): update es translation ( #4999 )
2025-04-24 16:59:47 +05:30
Nivedin
f1b1a8894b
feat: add colour highlight for codesnippet ( #5006 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-04-24 16:54:18 +05:30
jamesgeorge007
236db8396b
chore: bump version to 2025.3.2
2025-04-15 13:16:56 +05:30
Nayan
45d99a48a2
fix(common): refine profile field validations ( #4995 )
2025-04-15 13:09:37 +05:30
atrimpe-ford
72cff75277
chore: truncate long secret environment variables ( #4958 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-04-11 17:25:12 +05:30
Shreyas
80b63545f1
fix(common): extention interceptor response meta ( #4980 )
2025-04-10 13:28:20 +05:30
Anwarul Islam
3c150ec90a
feat(common): enhanced cookie parsing from curl arguments ( #4977 )
2025-04-10 12:56:05 +05:30
Anwarul Islam
111fdccfc8
feat: allow multiple params with same key to process get request queryparams ( #4975 )
...
Co-authored-by: curiouscorrelation <curiouscorrelation@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-04-10 12:54:26 +05:30
jamesgeorge007
9a5b5323ab
chore: bump version to 2025.3.1
2025-04-09 19:47:01 +05:30
Anwarul Islam
965c722ff8
feat(common): lenient OpenAPI imports ( #4917 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-04-09 19:44:35 +05:30
Nivedin
8a1996126d
feat: add support to export http postman graphql request ( #4967 )
2025-04-09 15:53:12 +05:30
Shreyas
9cc8b68077
fix(kernel): deterministic form data processing ( #4945 )
2025-04-08 14:50:04 +05:30
Nivedin
3cf286a443
fix(common): OpenAPI response example status code bug ( #4966 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-04-08 14:46:29 +05:30
Nivedin
a263113147
chore: add organization dashboard link to profile dropdown ( #4952 )
2025-04-07 19:56:29 +05:30
Nivedin
fb2b677faf
fix: import bug with extension and agent interceptors ( #4932 )
...
Co-authored-by: curiouscorrelation <curiouscorrelation@gmail.com>
2025-03-28 17:52:45 +05:30
Christoffer Hjalmarsson
0c361faeab
fix(common): oauth2 basic header encoding ( #4927 )
2025-03-28 13:46:22 +05:30
Anwarul Islam
9e541a8a4b
feat: format JSON responses having text/plain content type ( #4916 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-03-28 13:38:32 +05:30
jamesgeorge007
4e29810f69
chore: i18n string entry updates
2025-03-27 23:23:09 +05:30
Andrew Bastin
ba64fea681
chore: bump vulnerable dependencies ( #4943 )
2025-03-27 22:45:29 +05:30
Nivedin
f564b2e34f
feat: Agent registration UX flow updates ( #4942 )
...
Co-authored-by: curiouscorrelation <curiouscorrelation@gmail.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-03-27 21:09:23 +05:30
jamesgeorge007
3c535b2ad4
chore: bump version to 2025.3.0
2025-03-27 13:15:30 +05:30
Anwarul Islam
24fbe3e01a
feat(common): create new requests without siphoning data from the previous one ( #4909 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-03-27 12:49:42 +05:30
Anwarul Islam
bedb0ffdb6
fix(common): improve authorization header handling ( #4818 )
2025-03-26 17:12:41 +05:30
Christoffer Hjalmarsson
ba165bc505
fix(common): oauth2 password flow not respecting scopes ( #4940 )
2025-03-26 16:50:36 +05:30
Pranay Pandey
b9ea5f7916
feat: search requests by endpoint in personal workspace ( #4779 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-03-26 15:22:14 +05:30
SimonAllen
f5beabed1e
chore(i18n): update tw translation ( #4920 )
2025-03-25 16:32:25 +05:30
Nivedin
e43d0f1b70
feat: add search in environment selector and sidebar ( #4872 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-03-24 22:18:19 +05:30
Anwarul Islam
1a2b9516c9
feat(common): click to activate environment from sidebar as primary ( #4873 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-03-21 13:22:46 +05:30
jamesgeorge007
d8e297f61e
chore: merge main into next
2025-03-19 16:52:23 +05:30
Shreyas
18c233b9f9
fix(common): normalize headers before final relay ( #4911 )
2025-03-19 15:47:41 +05:30
Nivedin
346a1a3688
fix: resolve issues around import via URL ( #4906 )
2025-03-19 15:10:20 +05:30
jamesgeorge007
8c67c832d2
chore: bump version to 2025.2.3
2025-03-19 14:41:08 +05:30
Shreyas
51124e91b5
fix(desktop): fix missing ca certs when client certs are not present ( #4888 )
2025-03-19 14:37:55 +05:30
Anwarul Islam
5f3a7754d5
fix(common): handle missing host and basePath in OpenAPI URL parsing ( #4908 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-03-19 13:50:03 +05:30
Shreyas
2b5395011a
fix(common): pre-process proxy response to base type ( #4910 )
2025-03-19 13:12:32 +05:30
Nivedin
e2e5d4f1d5
fix: resolve issues around rendering HTML response previews ( #4890 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-03-18 13:32:07 +05:30
jamesgeorge007
176e924bed
fix: prevent dev server crashes due to breaking changes in the vue-i18n suite of tools
...
Migrate from `vite-plugin-vue-i18n` to `@intlify/unplugin-vue-i18n`.
2025-03-18 12:29:18 +05:30
Nivedin
094ba7dfe4
chore: replace old interceptor component with new one ( #4887 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-03-14 20:50:05 +05:30
Anwarul Islam
924a7c778e
feat: improve graphql query builder ( #4742 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-03-13 17:02:14 +05:30
Anwarul Islam
f63474cd06
fix(common): correct coordinates calculation for selection end position ( #4826 )
2025-03-13 13:56:04 +05:30
Nivedin
acd190f3e9
fix: update the newline key in codemirror ( #4876 )
...
Co-authored-by: Jai A P <jai.jap.318@gmail.com>
2025-03-12 15:51:23 +05:30
jamesgeorge007
05399d874a
chore: bump version to 2025.2.2
2025-03-12 13:59:11 +05:30
luzpaz
a8bf6c0611
fix: resolve typos across packages ( #4867 )
2025-03-12 13:53:08 +05:30
jamesgeorge007
e6fee11305
fix: persist active workspace selection
...
This is observed particularly in the cloud offering. The proposed changes ensure the relevant login state is confirmed before the network call, maintaining backwards compatibility with SH.
2025-03-11 16:04:03 +05:30
Shreyas
dd3bf52711
feat(kernel): isolate type ser/de to platform ( #4860 )
2025-03-10 22:45:51 +05:30
luzpaz
072c759cd0
fix: typos in packages/hoppscotch-common/src/platform ( #4855 )
2025-03-10 12:53:42 +05:30