mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #158] [MERGED] OAuth 2 #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/158
Author: @gschier
Created: 1/23/2025
Status: ✅ Merged
Merged: 1/26/2025
Merged by: @gschier
Base:
master← Head:oauth-2📝 Commits (10+)
d215d4bGot showing window hooked up9fe3734Don't add plugin if it doesn't bootd3b2d0eOAuth 2.0 Authorization Code grant PoC working30bbfa9Merge branch 'master' into oauth-27b45122Dynamic form config for auth29431c8Tweake78adf5Support autocompletion and some other stuff48ffcfaMultiline stufffaca3e0Key/value interface for plugins8be2679Implement kv get/delete📊 Changes
99 files changed (+3491 additions, -1582 deletions)
View changed files
📝
package-lock.json(+44 -44)📝
package.json(+1 -1)➖
packages/plugin-runtime-types/src/bindings/events.ts(+0 -290)➕
packages/plugin-runtime-types/src/bindings/gen_events.ts(+405 -0)📝
packages/plugin-runtime-types/src/bindings/gen_models.ts(+0 -0)📝
packages/plugin-runtime-types/src/helpers.ts(+1 -0)📝
packages/plugin-runtime-types/src/index.ts(+2 -2)📝
packages/plugin-runtime-types/src/plugins/AuthenticationPlugin.ts(+20 -4)📝
packages/plugin-runtime-types/src/plugins/Context.ts(+18 -17)📝
packages/plugin-runtime-types/src/plugins/HttpRequestActionPlugin.ts(+1 -1)📝
packages/plugin-runtime-types/src/plugins/ImporterPlugin.ts(+8 -23)📝
packages/plugin-runtime-types/src/plugins/TemplateFunctionPlugin.ts(+1 -1)📝
packages/plugin-runtime/src/index.worker.ts(+166 -22)➕
packages/plugin-runtime/src/migrations.ts(+25 -0)📝
src-tauri/Cargo.lock(+30 -31)📝
src-tauri/Cargo.toml(+2 -1)📝
src-tauri/capabilities/capabilities.json(+7 -6)📝
src-tauri/gen/schemas/capabilities.json(+1 -1)➕
src-tauri/migrations/20250123192023_plugin-kv.sql(+11 -0)📝
src-tauri/src/http_request.rs(+10 -12)...and 79 more files
📄 Description
Implement OAuth 2 and necessary changes to the plugin APIs
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.