[PR #3211] [MERGED] Change SSL Mode from checkbox to string in admin page #16829

Closed
opened 2025-11-02 12:20:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3211
Author: @strk
Created: 12/16/2017
Status: Merged
Merged: 12/16/2017
Merged by: @lafriks

Base: release/v1.3Head: v1.3-ssl-mode-disable


📝 Commits (1)

  • 5a20064 Change SSL Mode from checkbox to string in admin page

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 templates/admin/config.tmpl (+1 -1)

📄 Description

Closes #3207 for 1.3 branch

Use a string, not a checkbox because "require", "verify-full",
"verify-ca" and "disable" values are supported ...


🔄 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/go-gitea/gitea/pull/3211 **Author:** [@strk](https://github.com/strk) **Created:** 12/16/2017 **Status:** ✅ Merged **Merged:** 12/16/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `release/v1.3` ← **Head:** `v1.3-ssl-mode-disable` --- ### 📝 Commits (1) - [`5a20064`](https://github.com/go-gitea/gitea/commit/5a2006470a663adb59b3654618f716d77ef943c7) Change SSL Mode from checkbox to string in admin page ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `templates/admin/config.tmpl` (+1 -1) </details> ### 📄 Description Closes #3207 for 1.3 branch Use a string, not a checkbox because "require", "verify-full", "verify-ca" and "disable" values are supported ... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:20:04 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16829