mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #309] [MERGED] Add ability to conditionally disable auth #231
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/309
Author: @gschier
Created: 11/26/2025
Status: ✅ Merged
Merged: 11/26/2025
Merged by: @gschier
Base:
main← Head:conditionally-disable-auth📝 Commits (2)
79dd504Conditionally disable autha1ae065PR feedback📊 Changes
11 files changed (+346 additions, -110 deletions)
View changed files
📝
plugins/auth-oauth2/src/index.ts(+0 -1)📝
src-tauri/src/lib.rs(+5 -1)📝
src-tauri/src/render.rs(+64 -9)📝
src-tauri/yaak-crypto/src/manager.rs(+0 -1)📝
src-tauri/yaak-ws/src/render.rs(+34 -5)📝
src-web/components/HttpAuthenticationEditor.tsx(+102 -26)📝
src-web/components/MarkdownEditor.tsx(+2 -0)📝
src-web/components/TemplateFunctionDialog.tsx(+7 -6)📝
src-web/components/core/SegmentedControl.tsx(+101 -52)📝
src-web/components/core/Select.tsx(+1 -0)📝
src-web/hooks/useRenderTemplate.ts(+30 -9)📄 Description
https://github.com/user-attachments/assets/81381538-e8cc-4749-945b-896b49b1cbd0
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.