mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 07:43:25 +01:00
[PR #183] [MERGED] [WIP] Encryption for secure values #109
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/183
Author: @gschier
Created: 3/14/2025
Status: ✅ Merged
Merged: 4/15/2025
Merged by: @gschier
Base:
master← Head:encryption📝 Commits (10+)
30201f9Started implementing encryption88ab010Getting close!a6ed186Merge branch 'master' into encryption174d827A bunch more refactoringc72e110Merge remote-tracking branch 'origin/encryption' into encryption03929a5Don't use agefb4961cMerge branch 'master' into encryption7057780Merge branch 'master' into encryption5c98f42Add unique tag to identify encryption data0fb1ee8Better key storage format📊 Changes
208 files changed (+4054 additions, -28689 deletions)
View changed files
📝
package-lock.json(+160 -84)📝
package.json(+4 -2)📝
packages/plugin-runtime-types/src/bindings/gen_events.ts(+9 -4)📝
packages/plugin-runtime-types/src/bindings/gen_models.ts(+1 -1)📝
packages/plugin-runtime-types/src/bindings/serde_json/JsonValue.ts(+1 -1)📝
packages/plugin-runtime/src/PluginInstance.ts(+14 -29)📝
src-tauri/.gitignore(+5 -0)📝
src-tauri/Cargo.lock(+495 -196)📝
src-tauri/Cargo.toml(+16 -15)📝
src-tauri/capabilities/capabilities.json(+2 -0)➖
src-tauri/gen/schemas/acl-manifests.json(+0 -1)➖
src-tauri/gen/schemas/capabilities.json(+0 -1)➖
src-tauri/gen/schemas/desktop-schema.json(+0 -6068)➖
src-tauri/gen/schemas/linux-schema.json(+0 -5643)➖
src-tauri/gen/schemas/macOS-schema.json(+0 -6068)➖
src-tauri/gen/schemas/windows-schema.json(+0 -5643)➕
src-tauri/migrations/20250401122407_encrypted-key.sql(+1 -0)➕
src-tauri/migrations/20250402144842_encryption-key-challenge.sql(+1 -0)➕
src-tauri/src/commands.rs(+40 -0)📝
src-tauri/src/error.rs(+16 -0)...and 80 more files
📄 Description
🚧
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.