Gregory Schier and GitHub
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
aadfbfdfca
Fix lint errors
2025-06-10 08:16:02 -07:00
Gregory Schier
383fd05c6c
Split appearance settings into theme/interface
2025-06-09 21:19:44 -07:00
Gregory Schier
be0a8fc27a
Add proxy bypass setting and rewrite proxy logic
2025-06-09 14:29:12 -07:00
Gregory Schier
648a1ac53c
Update DEVELOPMENT.md
2025-06-08 22:49:43 -07:00
Gregory Schier and GitHub
9fab37fb17
Custom font selection ( #226 )
2025-06-08 22:48:27 -07:00
Gregory Schier
e0aaa33ccb
Update README
2025-06-08 08:17:11 -07:00
Gregory Schier
20f7d20031
Enable socks reqwest feature
2025-06-08 08:10:55 -07:00
Gregory Schier
4d90bc78b1
Link docs in readme
2025-06-08 08:05:59 -07:00
Gregory Schier
97763a1301
Add README to types package
2025-06-08 08:03:11 -07:00
Gregory Schier
d8b5a201b6
I'm stupid
2025-06-07 20:17:28 -07:00
Gregory Schier
88e87a1999
Fix stupid typo
2025-06-07 20:15:32 -07:00
Gregory Schier
2c4c1abd20
Pin tauri cli
2025-06-07 20:04:04 -07:00
Gregory Schier
67026fc5b3
Tweak
2025-06-07 19:37:28 -07:00
Gregory Schier
423a1a0a52
Fix environment color editing
2025-06-07 19:32:23 -07:00
Gregory Schier
1abe01aa5a
Embed migrations into Rust binary
2025-06-07 19:25:36 -07:00
Gregory Schier and GitHub
d0fde99b1c
Environment colors ( #225 )
2025-06-07 18:21:54 -07:00
Gregory Schier
27901231dc
Clarify proxy HTTP/HTTPS setting
2025-06-06 20:34:23 -07:00
Gregory Schier
1d9d80319b
Upgrade dependencies
2025-06-06 19:32:25 -07:00
Gregory Schier
f62e90297d
Fix recent workspaces when open in new window
2025-06-06 14:10:30 -07:00
Gregory Schier
fcda6f8d32
Fix lint errors
2025-06-04 11:33:10 -07:00
Gregory Schier
021f2171d6
Show error dialog on migration failure
2025-06-04 11:20:28 -07:00
Gregory Schier
2562cf7c55
Setting to colorize HTTP methods
...
https://feedback.yaak.app/p/support-colors-for-http-method-in-sidebar
2025-06-04 10:59:40 -07:00
Gregory Schier
58873ea606
Fix text streaming breaking scroll
2025-06-04 10:38:55 -07:00
Gregory Schier and GitHub
9d9e83d59f
Remove sqlx for migrations ( #224 )
2025-06-03 14:42:32 -07:00
Gregory Schier
01d40f5b0d
Fix context_id for Workspace/Folder auth
2025-06-03 13:08:48 -07:00
Gregory Schier
bdb1adcce1
Fix TS type
2025-06-03 12:44:14 -07:00
Gregory Schier
9f6a3da8d3
Disable auth for OAuth token http requests
2025-06-03 12:42:31 -07:00
Gregory Schier
158487e3a6
sqlx log DEBUG to debug failed migrations
2025-06-03 11:01:51 -07:00
Gregory Schier
c1b18105b5
Fix log toast
2025-06-03 09:33:03 -07:00
Gregory Schier
6eb16afd96
Add debug logs for oauth plugin
2025-06-03 09:27:54 -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
Gregory Schier and GitHub
af230a8f45
Separate model for GQL introspection data ( #222 )
2025-06-01 06:56:00 -07:00
Gregory Schier
f9ac36caf0
SyncState migration to include sync_dir in unique index:
...
https://feedback.yaak.app/p/after-setting-up-sync-to-folder-there-is-a-yaml
2025-05-31 12:56:13 -07:00
Gregory Schier
a7a301ceba
Add JSON language check
2025-05-30 10:02:43 -07:00
Gregory Schier
4166daf0a2
Hide escape character for forward slash in JSON
2025-05-30 10:00:17 -07:00
Gregory Schier
b52570bf58
Support id_token for OAuth 2.0
...
https://feedback.yaak.app/p/unable-to-use-idtoken-for-auth-in-authorization-code-oauth2
2025-05-30 08:02:29 -07:00
Gregory Schier
1e27e1d8cb
Remove .idea
2025-05-29 21:45:58 -07:00
Gregory Schier
7047260697
Remove yaakapp/cli from release CI
2025-05-29 21:44:41 -07:00
Gregory Schier
a70768b61d
Merge remote-tracking branch 'origin/master'
2025-05-29 08:03:06 -07:00
Gregory Schier
8e3826b6c3
Delete unneeded
2025-05-29 08:02:57 -07:00
Gregory Schier
101efdd512
Merge plugins repo into mono
2025-05-29 08:02:24 -07:00
Gregory Schier
723e8d2874
Move everything into subdir for repo merge
2025-05-29 07:16:39 -07:00
Gregory Schier
085b640b3c
Update plugins
2025-05-28 14:07:00 -07:00
Gregory Schier
d07272003b
Fix JSONPath function quoting strings
2025-05-28 14:06:17 -07:00
Gregory Schier
bbf2b6dec0
Remove console.log
2025-05-28 13:14:46 -07:00
Gregory Schier
399cd35b2b
Don't return "undefined" when no XPath match
2025-05-28 13:14:32 -07:00
Gregory Schier
72dd768f55
Proper handling of boolean template function args
2025-05-28 13:08:43 -07:00
Gregory Schier
053cbe49f9
UUID, json/x path
2025-05-28 13:07:29 -07:00
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 and GitHub
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
21b9e5a02b
Url encode/decode functions
2025-05-25 20:34:05 -07:00
Gregory Schier
6d6012fe67
More template functions
2025-05-25 20:27:04 -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 and GitHub
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 and GitHub
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
d02883282f
Merge remote-tracking branch 'origin/main'
2025-05-20 08:09:11 -07:00
Gregory Schier
2c3fb25932
Fix Insomnia v5 importer
2025-05-20 08:08:56 -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 and GitHub
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
c73f0b02bd
print body in OAuth 2 http errors
2025-05-16 08:16:18 -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
9615d3e29b
Add audience parameter to OAuth 2
...
Closes https://feedback.yaak.app/p/how-do-i-send-an-audience-using-oauth2
2025-05-16 07:17: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