[PR #309] [MERGED] Add ability to conditionally disable auth #231

Closed
opened 2025-12-29 07:19:59 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: conditionally-disable-auth


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/309 **Author:** [@gschier](https://github.com/gschier) **Created:** 11/26/2025 **Status:** ✅ Merged **Merged:** 11/26/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `conditionally-disable-auth` --- ### 📝 Commits (2) - [`79dd504`](https://github.com/mountain-loop/yaak/commit/79dd50474d07a3008ee8f74f58e108fb2f51025f) Conditionally disable auth - [`a1ae065`](https://github.com/mountain-loop/yaak/commit/a1ae065d376bfe0f93d152ed4fda01c1a68d2c8e) PR feedback ### 📊 Changes **11 files changed** (+346 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description https://github.com/user-attachments/assets/81381538-e8cc-4749-945b-896b49b1cbd0 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:59 +01:00
adam closed this issue 2025-12-29 07:19:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#231