[PR #4591] [MERGED] Add oauth providers via cli #17427

Closed
opened 2025-11-02 13:19:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4591
Author: @techknowlogick
Created: 8/1/2018
Status: Merged
Merged: 9/12/2018
Merged by: @techknowlogick

Base: masterHead: auth-cli


📝 Commits (10+)

  • 3fb249b add oauth providers via cli
  • c14da07 update text, and change command to add
  • 8409b60 Merge branch 'master' into auth-cli
  • 081c943 add update command, and list command
  • 60613ed add delete function
  • df3e058 allow updating of individual settings
  • 0ea1516 add docs
  • f47d5f2 fix build errors
  • 6de8c90 split oauth CLIs out of cmd to reduce duplication
  • 23e5cac Merge branch 'master' into auth-cli

📊 Changes

2 files changed (+330 additions, -0 deletions)

View changed files

📝 cmd/admin.go (+286 -0)
📝 docs/content/doc/usage/command-line.md (+44 -0)

📄 Description

Related to https://github.com/go-gitea/gitea/issues/183#issuecomment-261824704

cc: @lunny

TODO:

  • Documentation

🔄 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/4591 **Author:** [@techknowlogick](https://github.com/techknowlogick) **Created:** 8/1/2018 **Status:** ✅ Merged **Merged:** 9/12/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `auth-cli` --- ### 📝 Commits (10+) - [`3fb249b`](https://github.com/go-gitea/gitea/commit/3fb249bc9fec7c202908a92497bd897b10989aba) add oauth providers via cli - [`c14da07`](https://github.com/go-gitea/gitea/commit/c14da072077a07807a7dca72463198b7643c3e6d) update text, and change command to `add` - [`8409b60`](https://github.com/go-gitea/gitea/commit/8409b607939f5b4712577660f82fa3f6c8ce4501) Merge branch 'master' into auth-cli - [`081c943`](https://github.com/go-gitea/gitea/commit/081c943bfb739f3aed302d8361d691b57d4f5c08) add update command, and list command - [`60613ed`](https://github.com/go-gitea/gitea/commit/60613edccfcddf7b21bca3b108693529ff7c07d7) add delete function - [`df3e058`](https://github.com/go-gitea/gitea/commit/df3e058f864bfe2a556c05fdfe81c1dab3c7903b) allow updating of individual settings - [`0ea1516`](https://github.com/go-gitea/gitea/commit/0ea1516bfeacb409fba1d39b26a2b7f11bb7d3b6) add docs - [`f47d5f2`](https://github.com/go-gitea/gitea/commit/f47d5f20a7d87274829c2bc4021ffd0f83f07f23) fix build errors - [`6de8c90`](https://github.com/go-gitea/gitea/commit/6de8c909bbe90c69dfa803b28f61a18162c04856) split oauth CLIs out of cmd to reduce duplication - [`23e5cac`](https://github.com/go-gitea/gitea/commit/23e5cacc9302cbad6f84b8460cde120457bd9cbd) Merge branch 'master' into auth-cli ### 📊 Changes **2 files changed** (+330 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/admin.go` (+286 -0) 📝 `docs/content/doc/usage/command-line.md` (+44 -0) </details> ### 📄 Description Related to https://github.com/go-gitea/gitea/issues/183#issuecomment-261824704 cc: @lunny TODO: - [x] Documentation --- <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 13:19:58 -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#17427