Gregory Schier
b3414ee60f
Fix ephemeral response body reading
2025-09-22 14:07:25 -07:00
Gregory Schier
eb3d1c409b
Merge pull request #256
...
* Update environment model to get ready for request/folder environments
* Folder environments in UI
* Folder environments working
* Tweaks and fixes
* Tweak environment encryption UX
* Tweak environment encryption UX
* Address comments
* Update fn name
* Add tsc back to lint rules
* Update src-web/components/EnvironmentEditor.tsx
* Merge remote-tracking branch 'origin/folder-environments' into folder…
2025-09-21 07:54:26 -07:00
Hao Xiang
fec64b5c02
fix http response load when filter ( #251 )
2025-09-16 13:01:00 -07:00
Gabriel Oliveira
f8b0510d08
feat(settings): add do not check for updates ( #246 )
...
Co-authored-by: Gregory Schier <gschier1990@gmail.com >
2025-08-08 13:25:55 -07:00
Gregory Schier
b71bc2cc92
Fix gRPC/WS hang because of ALPN
...
https://feedback.yaak.app/p/grpc-stalls-at-inspecting-schema-no-timeout-no-manual-proto
2025-08-02 09:37:28 -07:00
Gregory Schier
38529cc89e
Plugin init/dispose
2025-07-26 14:28:59 -07:00
Gregory Schier
0d98b95b61
Don't prompt for updates on Linux unless APPIMAGE env exists
2025-07-25 15:10:04 -07:00
Gregory Schier
20681e5be3
Scoped OAuth 2 tokens
2025-07-23 22:03:03 -07:00
Gregory Schier
a258a80fbd
Prevent auth from adding lone ? to URL
...
https://feedback.yaak.app/p/using-inherited-api-key-causes-a-question-mark-to-be
2025-07-23 17:20:17 -07:00
Song
0b38948826
add template-function-datetime ( #244 )
2025-07-23 12:41:24 -07:00
Gregory Schier
144faad31f
Add API key auth
...
https://feedback.yaak.app/p/header-as-auth-option
2025-07-20 09:15:03 -07:00
Gregory Schier
bcde4de4a7
Tweak workspace settings and a bunch of small things
2025-07-18 08:47:14 -07:00
Gregory Schier
c94331f454
Support GET GraphQL queries
...
https://feedback.yaak.app/p/support-get-graphql-queries-out-of-the-box
2025-07-10 14:06:54 -07:00
Gregory Schier
a31f818424
Don't show plugin error for response filter
...
https://feedback.yaak.app/p/increase-debounce-time-for-jsonpath-xpath-filter
https://feedback.yaak.app/p/possibility-to-cancel-request
2025-07-10 13:49:53 -07:00
Gregory Schier
840f15c997
Always update response if error
...
https://feedback.yaak.app/p/cant-re-send-request-if-there-is-one-ongoing
2025-07-10 12:51:04 -07:00
Gregory Schier
333b64e7f3
Resolve requests for request actions
...
https://feedback.yaak.app/p/plugin-cannot-get-inhereted-parameters-when-rendering-a-request
2025-07-10 11:32:03 -07:00
Gregory Schier
19ffcd18a6
gRPC request actions and "copy as gRPCurl" ( #232 )
2025-07-05 15:40:41 -07:00
Gregory Schier
19c6ad9d97
Theme plugins ( #231 )
2025-07-03 13:06:30 -07:00
Gregory Schier
25d50246c0
Revert notification endpoint URL for dev
2025-06-27 11:58:04 -07:00
Gregory Schier
bb0cc16a70
Use API client for notifications/license
2025-06-25 08:17:17 -07:00
Gregory Schier
cb7c44cc65
Install plugins from Yaak plugin registry ( #230 )
2025-06-23 08:55:38 -07:00
Gregory Schier
b5620fcdf3
Merge pull request #227
...
* Search and install plugins PoC
* Checksum
* Tab sidebar for settings
* Fix nested tabs, and tweaks
* Table for plugin results
* Deep links working
* Focus window during deep links
* Merge branch 'master' into plugin-directory
* More stuff
2025-06-22 07:06:43 -07:00
Gregory Schier
be0a8fc27a
Add proxy bypass setting and rewrite proxy logic
2025-06-09 14:29:12 -07:00
Gregory Schier
9fab37fb17
Custom font selection ( #226 )
2025-06-08 22:48:27 -07:00
Gregory Schier
01d40f5b0d
Fix context_id for Workspace/Folder auth
2025-06-03 13:08:48 -07:00
Gregory Schier
158487e3a6
sqlx log DEBUG to debug failed migrations
2025-06-03 11:01:51 -07:00
Gregory Schier
9e68e276a1
Fix plugin runtime not quitting on cmd+Q
...
Related https://github.com/tauri-apps/tauri/issues/9198
2025-06-01 07:46:31 -07:00
Andy Bao
bd1986f31f
Fix "Validate TLS Certificates" option for WS and GRPC ( #218 )
2025-05-29 07:02:27 -07:00
Gregory Schier
7d1ca1c232
Render inherited auth and headers ( #217 )
2025-05-26 07:18:57 -07:00
Gregory Schier
9d54e40aa8
Add list/get cookie plugin APIs
2025-05-25 08:02:36 -07:00
Gregory Schier
9ec9222216
Fix cookie jar not updating during chained requests
...
https://feedback.yaak.app/p/request-chaining-cookie-not-appear
2025-05-25 07:04:40 -07:00
Gregory Schier
4cd2e9cd31
Request Inheritance ( #209 )
2025-05-23 08:13:25 -07:00
Gregory Schier
a4c600cb48
Lint errors
2025-05-20 08:15:19 -07:00
Gregory Schier
bc3a5e3e58
Include license status in notification endpoint
2025-05-20 08:13:57 -07:00
Gregory Schier
bc4c3178c9
Add Content-Length: 0 default for post/put/patch
...
https://feedback.yaak.app/p/missing-content-length
2025-05-13 21:58:00 -07:00
Gregory Schier
f5c3798df9
Ability to disable proxy config
...
Closes https://feedback.yaak.app/p/proxy-save-last-data
2025-05-13 10:35:02 -07:00
Gregory Schier
035fe54df0
Send grpc metadata/auth with reflection requests
...
Closes https://feedback.yaak.app/p/send-metadata-during-grpc-reflection
2025-05-11 07:20:57 -07:00
Gregory Schier
94d4227bc1
Ability to sync environments to folder ( #207 )
2025-05-08 14:10:07 -07:00
Gregory Schier
bb014b7c43
Remove folder/environment foreign keys to make sync/import easier, and simplify batch upsert code.
2025-04-24 19:57:02 -07:00
Gregory Schier
45fcea1954
Real-time response time
...
Closes https://feedback.yaak.app/p/real-time-display-of-request-execution-timer
2025-04-17 14:16:10 -07:00
Gregory Schier
73554078d1
Add elapsed after headers
2025-04-17 07:01:31 -07:00
Gregory Schier
a42a88de7b
Don't parse URI for HTTP requests anymore.
...
Fixes https://feedback.yaak.app/p/using-chinese-characters-in-request-parameters-can-result-in-errors
2025-04-17 06:48:39 -07:00
Gregory Schier
2e55a1bd6d
[WIP] Encryption for secure values ( #183 )
2025-04-15 07:18:26 -07:00
Gregory Schier
e114a85c39
Render gRPC request for reflection.
...
Closes https://feedback.yaak.app/p/grpc-address-reflection-and-address-bar-issues
2025-03-31 12:26:07 -07:00
Gregory Schier
f1757ae427
Generalized frontend model store ( #193 )
2025-03-31 11:56:17 -07:00
Gregory Schier
ce885c3551
port window ext from encryption PR
2025-03-26 11:46:55 -07:00
Gregory Schier
17657a4d04
plugin:yaak-models|upsert PoC
2025-03-26 09:54:42 -07:00
Gregory Schier
b7f62b78b1
Clean up DB refactor access ( #192 )
2025-03-26 07:54:58 -07:00
Gregory Schier
1d37d46130
Database access refactor ( #190 )
2025-03-25 08:35:10 -07:00
Gregory Schier
5fedea38c2
Fix lint error
2025-03-21 07:42:05 -07:00