Commit Graph
100 Commits
Author SHA1 Message Date
Gregory Schier 862d85e48d Better inheritance empty state 2025-05-28 10:42:57 -07:00
Gregory Schier a6d03cbeeb Fix context menu closing immediately when using ctrl+click
https://feedback.yaak.app/p/right-click-on-mac-automatically-closes
2025-05-28 07:36:18 -07:00
Gregory Schier 7d1ca1c232 Render inherited auth and headers (#217) 2025-05-26 07:18:57 -07:00
Gregory Schier 261911b57e Fix weird import 2025-05-25 20:45:12 -07:00
Gregory Schier 245054cd7d Move react-pdf dynamic import 2025-05-25 20:39:14 -07:00
Gregory Schier 101582e540 Merge remote-tracking branch 'origin/master' 2025-05-25 20:25:22 -07:00
Gregory Schier 0a932798a0 API support for added template functions (eg. cookies) 2025-05-25 20:25:13 -07:00
Gregory Schier 4609c95ad5 Fix env editor switching (#216) 2025-05-25 08:03:29 -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 4d1dda0786 Fix auth none 2025-05-23 08:43:52 -07:00
Gregory Schier 31605881ac Render inherited headers in UI 2025-05-23 08:18:29 -07:00
Gregory Schier 4cd2e9cd31 Request Inheritance (#209) 2025-05-23 08:13:25 -07:00
Gregory Schier 041298b3f8 Detect JSON language if application/javascript returns JSON 2025-05-21 11:05:20 -07:00
Gregory Schier b400940f0e Fix import curl 2025-05-21 11:04:57 -07:00
Gregory Schier 2e144f064d Fix syntax highlighting 2025-05-21 08:26:15 -07:00
Gregory Schier d8b1cadae6 Fix model deletion 2025-05-21 08:25:12 -07:00
Gregory Schier c2f9760d08 Fix template parsing 2025-05-21 08:18:09 -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 4c3a02ac53 Show decrypt error in secure input 2025-05-20 07:41:32 -07:00
Gregory Schier 1974d61aa4 Fix syntax highlighting 2025-05-19 15:41:19 -07:00
Gregory Schier 0bcb092854 Update README.md 2025-05-19 15:10:56 -07:00
Gregory Schier 409620f533 More advanced template grammar
Fixes https://feedback.yaak.app/p/cannot-escape-call-to-variable-in-json-body
2025-05-19 13:37:12 -07:00
Gregory Schier 3e9037f70a No longer mark environments as external in Git 2025-05-17 06:06:36 -07:00
Gregory Schier 432b366105 Fix grpc/ws events error 2025-05-16 13:00:50 -07:00
Gregory Schier 3808215210 Better unicode un-escaping 2025-05-16 12:42:08 -07:00
Gregory Schier 73c366dc27 Hopefully fix weird env routing issue 2025-05-16 09:12:36 -07:00
Gregory Schier 0be7d0283b Add ref=<app_id> to external links pointing to yaak.app 2025-05-16 07:53:22 -07:00
Gregory Schier 749df338c5 Disable wasm-opt 2025-05-15 14:29:29 -07:00
Gregory Schier 3184c1b79e Remove dynamic imports 2025-05-15 12:29:45 -07:00
Gregory Schier b52bf7cd56 Fix HttpResponse AnyModel deserialization 2025-05-15 09:37:05 -07:00
Gregory Schier d962d7f94b remove codemirror dep and restructure a bit 2025-05-15 09:28:14 -07:00
Gregory Schier 21e2a67c1e Fix sidebar scroll drag
https://feedback.yaak.app/p/endpoinst-scrollbar-not-clickable
2025-05-15 07:10:08 -07:00
Gregory Schier c188435524 Fix obscured text overflow
https://feedback.yaak.app/p/pasting-token-auth-results-in-invisible-text
2025-05-15 07:00:25 -07:00
Gregory Schier 8a7a7ba49d Try fixing trusted-signing-cli 2025-05-14 20:43:59 -07:00
Gregory Schier cbc40230bb Fix cursor position after variable on Linux
Closes https://feedback.yaak.app/p/editing-the-url-sometimes-freezes-the-app
2025-05-14 20:05:04 -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 121fe5b3ea Fix help text 2025-05-13 11:53:46 -07:00
Gregory Schier 861609ddc0 Update encryption help 2025-05-13 11:38:02 -07:00
Gregory Schier e5070513ac Regenerate types 2025-05-13 10:45:41 -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 469d12fede Don't query KeyValue.id == NULL 2025-05-13 10:11:24 -07:00
Gregory Schier 417a02744b Don't select <Input/> text when focus is due to window focus
Closes https://feedback.yaak.app/p/url-input-auto-selects-all-text-when-regaining-focus-after
2025-05-12 22:19:16 -07:00
Gregory Schier 81e78ef24c Fix auth padding 2025-05-12 16:57:43 -07:00
Gregory Schier dad9cebb9e Don't send empty ? for ws query params 2025-05-12 16:57:13 -07:00
Gregory Schier b3ede3d6d6 Add error boundaries 2025-05-12 15:53:21 -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 5f8d99ba64 Build plugins 2025-05-11 06:46:51 -07:00
Gregory Schier 84b8d130dc Some small tweaks for plugins 2025-05-11 06:36:50 -07:00
Gregory Schier 94d4227bc1 Ability to sync environments to folder (#207) 2025-05-08 14:10:07 -07:00
Gregory Schier 77cdea2f9f Merge remote-tracking branch 'origin/master' 2025-05-08 08:02:32 -07:00
Gregory Schier 8b1ca4cb47 Fix copy response body reference
Closes https://feedback.yaak.app/p/copy-body-only-works-on-first-click
2025-05-08 08:02:27 -07:00
Gregory Schier d3b8a42180 Update README.md 2025-05-07 12:00:34 -07:00
Gregory Schier 95f39c514a Update README.md 2025-05-07 11:59:01 -07:00
Gregory Schier 18664975a9 Padding on encrypted input 2025-04-26 07:33:32 -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 9fa0650647 Add scrollbar to sidebar
Fixes: https://feedback.yaak.app/p/missing-scrollbar-on-request-list
2025-04-22 07:48:34 -07:00
Gregory Schier b8c42677ca Fix cmd+p filtering reference
https://feedback.yaak.app/p/search-doesnt-actually-search-through-all-the-apis
2025-04-22 07:46:10 -07:00
Gregory Schier 2eb3c2241c Fix duration tag
Closes: https://feedback.yaak.app/p/elapsed-time-not-stopping-on-failed-request
2025-04-22 07:29:17 -07:00
Gregory Schier 8fb7bbfe2e Don't prompt user for keychain password more than once 2025-04-22 07:23:05 -07:00
Gregory Schier 52eba74151 Handle no text 2025-04-22 07:01:48 -07:00
Gregory Schier e651760713 Merge remote-tracking branch 'origin/master' 2025-04-22 06:59:11 -07:00
Gregory Schier 82451a26f6 Use mimeType for response viewer 2025-04-22 06:58:53 -07:00
Gregory Schier 2f8b2a81c7 Fix jotai/index imports 2025-04-21 07:08:13 -07:00
Gregory Schier 6d4fdc91fe Fix text decoding when no content-type
Closes https://feedback.yaak.app/p/not-rendering-response
2025-04-21 06:54:03 -07:00
Gregory Schier faca29c789 Fix key/value re-render issue 2025-04-20 07:08:46 -07:00
Gregory Schier 1ab937aae4 Fix infinite GraphQL render loop 2025-04-17 14:45:33 -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 14a6079176 Fix URL grammar for path parameters 2025-04-17 06:30:48 -07:00
Gregory Schier 6c513616c0 Don't vendor keyring (libdbus) 2025-04-16 10:46:12 -07:00
Gregory Schier cdf5f1b7a5 Fix vite and top-level-await build error 2025-04-15 07:57:32 -07:00
Gregory Schier 6566857d54 Adjust keychain config for dev 2025-04-15 07:28:01 -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 92be088e6c useClickOutside account for right click 2025-03-31 11:57:50 -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 006284b99c Fix scrollbars 2025-03-25 09:38:15 -07:00
Gregory Schier bac3968aac Revert scrollbar fix 2025-03-25 09:23:45 -07:00
Gregory Schier e5fa044eda Merge remote-tracking branch 'origin/master' 2025-03-25 09:23:33 -07:00
Gregory Schier 5969120140 Fix folder upsert 2025-03-25 09:23:26 -07:00
Gregory Schier 1d37d46130 Database access refactor (#190) 2025-03-25 08:35:10 -07:00
Gregory Schier 445c30f3a9 Fix iframe scrollbar 2025-03-23 06:57:36 -07:00
Gregory Schier 5fedea38c2 Fix lint error 2025-03-21 07:42:05 -07:00
Gregory Schier d86549f492 Always show GQL schema dropdown.
Fixes https://feedback.yaak.app/p/unable-to-disable-graphql-automatic-introspection
2025-03-21 07:28:08 -07:00
Gregory Schier 4c4eaba7d2 Queries now use AppHandle instead of Window (#189) 2025-03-20 09:43:14 -07:00
Gregory Schier cf8f8743bb Remove non-existing import 2025-03-20 06:23:36 -07:00
Gregory Schier 2c41b243b6 Some cleanup around window creation 2025-03-20 06:05:17 -07:00
Gregory Schier 6aea343d4f Shorten data directory description 2025-03-19 11:41:14 -07:00
Gregory Schier c300e8cbd5 Fix dropdown refresh after Git init 2025-03-19 11:35:20 -07:00
Gregory Schier dce1455be7 Inline to_fixed_hash fn 2025-03-19 08:52:02 -07:00
Gregory Schier 736025b12f Move editor search to top 2025-03-19 08:22:57 -07:00
Gregory Schier cb9e9a67a3 Try registering URL scheme 2025-03-19 07:58:12 -07:00
Gregory Schier 93c323458f Tweak Git history table 2025-03-19 06:59:54 -07:00
Gregory Schier 6f8c03d8c1 Fix git confid for commit 2025-03-19 06:59:43 -07:00