Gregory Schier
2fc8678183
Fix lint errors
2025-12-28 15:18:01 -08:00
Gregory Schier
3c45464e34
Get everything working
2025-12-28 15:01:15 -08:00
Gregory Schier
3855058d8f
Refactor new actions apis
2025-12-28 14:27:39 -08:00
Gregory Schier
07d743db21
Use workspace from plugin context instead of accepting it as parameter
...
- Removed workspaceId parameter from ctx.folder.list() and ctx.httpRequest.list()
- Updated event handlers to get workspace from plugin context
- Use proper generated TypeScript types in Context interface
2025-12-28 14:14:09 -08:00
Gregory Schier
6d5ba685f1
Remove unnecessary ctx.file APIs - plugins can use node:fs directly
2025-12-28 14:06:35 -08:00
Gregory Schier
218fdf3715
Merge main into turchinc/main (PR #324 )
2025-12-28 13:58:12 -08:00
Gregory Schier
ba00274045
Switch back to unbounded channel
2025-12-28 08:41:56 -08:00
Gregory Schier
26a3e88715
Store and show request body in UI ( #327 )
2025-12-28 08:07:42 -08:00
Gregory Schier
5f8902e57b
Fix cookies not being persisted after HTTP requests ( #328 )
2025-12-22 10:58:03 -08:00
Gregory Schier
089c7e8dce
Http response events ( #326 )
2025-12-21 14:34:37 -08:00
Gregory Schier
7e0aa919fb
Immediate cancellation
2025-12-21 06:28:36 -08:00
Gregory Schier
5776bab288
Tweak response pane and refactor timings
2025-12-21 06:24:01 -08:00
Gregory Schier
46933059f6
Split up HTTP sending logic ( #320 )
2025-12-20 14:10:55 -08:00
Chris Turchin
e17aae246b
collection plugin actions
2025-12-16 00:47:12 +01:00
Gregory Schier
cfbfd66eef
Reformat project
2025-12-13 08:10:12 -08:00
Gregory Schier
c4b559f34b
Support client certificates ( #319 )
2025-12-10 13:54:22 -08:00
Mikhail Mamontov
ef1ba9b834
fix(gRPC): Cache descriptor pools to avoid re-reflection; add manual “Refresh Schema” to force re-fetch ( #317 )
2025-12-09 15:35:35 -08:00
Gregory Schier
d35116c494
Add license handling for expired licenses
2025-12-09 13:51:02 -08:00
Gregory Schier
7b78fac24e
Fix native titlebar. Get menu ready for native Mac menus
2025-12-05 15:14:13 -08:00
Gregory Schier
6534b3f622
Debug Window
2025-12-05 17:37:54 -08:00
Gregory Schier
5bf7278479
Add setting to use native window titlebar ( #312 )
2025-12-05 09:15:48 -08:00
Gregory Schier
a1ae065d37
PR feedback
2025-11-26 11:01:13 -08:00
Gregory Schier
79dd50474d
Conditionally disable auth
2025-11-26 10:30:16 -08:00
Gregory Schier
c4ab2965f7
Scrollable tables, specify multi-part filename, fix required prop in prompt, better tab padding
2025-11-25 08:45:33 -08:00
Gregory Schier
43a7132014
Support Any type for gRPC reflection
2025-11-21 13:15:09 -08:00
Gregory Schier
1fbf9e50c4
Better keychain function descriptions
2025-11-19 09:15:50 -08:00
Gregory Schier
84219571e8
Improved prompt function add add ctx.* functions ( #301 )
2025-11-15 08:19:58 -08:00
Gregor Majcen
593a7ab7e5
Add an option to allow jsonpath/xpath to return as array ( #297 )
...
Co-authored-by: Gregory Schier <gschier1990@gmail.com >
2025-11-13 05:57:11 -08:00
Gregory Schier
7b6278405c
Focus request/folder after creation
2025-11-11 14:11:43 -08:00
Gregory Schier
6389fd3b8f
Connection re-use for plugin networking and beta NTLM plugin ( #295 )
2025-11-10 14:41:49 -08:00
Gregory Schier
554e632c19
Minor license handling tweaks
2025-11-09 06:01:03 -08:00
Gregory Schier
0cb633e479
A bunch of fixes
2025-11-04 08:44:08 -08:00
Gregory Schier
7e1eb90d29
Show error when enabling encryption fails
2025-11-03 14:34:43 -08:00
Gregory Schier
0c54b481fb
Fix unused variable
2025-11-03 13:29:47 -08:00
Gregory Schier
e3e67c8df7
Use TRee component for Environment dialog ( #288 )
2025-10-31 09:16:29 -07:00
Gregory Schier
484b5b2fd8
Switch to vkbeautify for XML
...
https://feedback.yaak.app/p/xml-pretty-formatter-not-rendering-correctly
2025-10-28 14:03:49 -07:00
Gregory Schier
c097afe657
Skip disabled headers and URL parameters during rendering
2025-10-28 07:11:37 -07:00
Gregory Schier
b7ad490c9b
Add setting to disable checking for notifications
2025-10-28 06:55:56 -07:00
Gregory Schier
bbf85c953d
Better XML formatting, fix pointer cursor in sidebar, copy/create URL in response
2025-10-24 09:50:42 -07:00
Gregory Schier
43437abae7
Add custom DNS resolver for *.localhost ( #280 )
2025-10-24 08:01:12 -07:00
Gregory Schier
0520ef5d43
Import postman environments
...
https://feedback.yaak.app/p/import-postman-environments
2025-10-21 07:20:37 -07:00
Gregory Schier
f8478677c5
Pass the previous app version to the notification endpoint so the update notification can display all missed changelogs, not just the latest one.
2025-10-18 07:13:52 -07:00
Gregory Schier
d83aabd2be
Dynamic template function args and TTL option for request chaining ( #266 )
2025-10-16 14:39:30 -07:00
Gregory Schier
267cd079ad
New sidebar and folder view ( #263 )
2025-10-15 13:46:57 -07:00
Gregory Schier
f1355c9d15
Fix non-release build
2025-10-08 04:25:00 -07:00
Gregory Schier
485a9ea47c
Show toast on plugin event handling errors instead of crashing
...
Also set folder context on template render and fix timestamp function
2025-10-06 06:53:45 -07:00
Gregory Schier
998b5cf78a
Add RenderOptions and RenderErrorBehavior to ensure auth UI still loads with missing variables
2025-10-04 06:29:29 -07:00
Gregory Schier
87fdf17010
Fix plugin refresh toasts having no timeout
2025-10-04 05:47:39 -07:00
Gregory Schier
1a1751c23e
Fix window path issue
2025-10-02 08:25:00 -07:00
Gregory Schier
17de0678b0
Remove unused import from window.rs
2025-10-02 08:05:07 -07:00