[PR #2276] [MERGED] Add OpenID configuration in install page #16321

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2276
Author: @strk
Created: 8/8/2017
Status: Merged
Merged: 8/19/2017
Merged by: @bkcsoft

Base: masterHead: install-time-openid-config


📝 Commits (10+)

  • 9415e6f Add OpenID configuration in install page
  • c406ef2 Always make openid routes available
  • 66ad276 Have openid registration checkbox follow general registration one
  • 2026491 Forbid all openid routes when openid is disabled
  • b77de5b lint: remove space after negation operator
  • 47221ad Add more checks for EnableOpenIDSignIn
  • 99a98c9 Fix openid checkbox state handling
  • 153b430 Enable OpenID sign-in by default at installation time
  • 34b9bee Use 'Enable' for OpenID registration
  • 3597f64 Use filters to determine if openid routes are available or not

📊 Changes

7 files changed (+67 additions, -26 deletions)

View changed files

📝 modules/auth/user_form.go (+2 -0)
📝 options/locale/locale_en-US.ini (+4 -0)
📝 public/js/index.js (+13 -0)
📝 routers/install.go (+4 -0)
📝 routers/routes/routes.go (+31 -18)
📝 routers/user/auth_openid.go (+1 -8)
📝 templates/install.tmpl (+12 -0)

📄 Description

Allows enabling OpenID signin via installation page GUI


🔄 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/2276 **Author:** [@strk](https://github.com/strk) **Created:** 8/8/2017 **Status:** ✅ Merged **Merged:** 8/19/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `install-time-openid-config` --- ### 📝 Commits (10+) - [`9415e6f`](https://github.com/go-gitea/gitea/commit/9415e6f95a365114bb1261b67ede3a77cf57d03b) Add OpenID configuration in install page - [`c406ef2`](https://github.com/go-gitea/gitea/commit/c406ef25c029f549243e937ea309f6e3d9811698) Always make openid routes available - [`66ad276`](https://github.com/go-gitea/gitea/commit/66ad276e9e3a6e072d278009afc670c6df5c4d3b) Have openid registration checkbox follow general registration one - [`2026491`](https://github.com/go-gitea/gitea/commit/2026491a88045f9927fb176a8b985574820632f4) Forbid all openid routes when openid is disabled - [`b77de5b`](https://github.com/go-gitea/gitea/commit/b77de5bb33ae6e544526d8b1dde696edf8997c76) lint: remove space after negation operator - [`47221ad`](https://github.com/go-gitea/gitea/commit/47221ad7f0d28c6ae8a192954966c021cce61b12) Add more checks for EnableOpenIDSignIn - [`99a98c9`](https://github.com/go-gitea/gitea/commit/99a98c99b14ee7816f904722852ee56f1160df6c) Fix openid checkbox state handling - [`153b430`](https://github.com/go-gitea/gitea/commit/153b430abd1fcbec03d65c91a88f5a590ecc5a61) Enable OpenID sign-in by default at installation time - [`34b9bee`](https://github.com/go-gitea/gitea/commit/34b9bee7772a4c321a17fdcf19754aa3b4e226ff) Use 'Enable' for OpenID registration - [`3597f64`](https://github.com/go-gitea/gitea/commit/3597f64009ab948a56e268ffae6264d297bf759f) Use filters to determine if openid routes are available or not ### 📊 Changes **7 files changed** (+67 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `modules/auth/user_form.go` (+2 -0) 📝 `options/locale/locale_en-US.ini` (+4 -0) 📝 `public/js/index.js` (+13 -0) 📝 `routers/install.go` (+4 -0) 📝 `routers/routes/routes.go` (+31 -18) 📝 `routers/user/auth_openid.go` (+1 -8) 📝 `templates/install.tmpl` (+12 -0) </details> ### 📄 Description Allows enabling OpenID signin via installation page GUI --- <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:07:42 -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#16321