[PR #1981] [CLOSED] feat: oidc profile picture and display name #2431

Closed
opened 2025-12-29 03:21:15 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1981
Author: @adipierro
Created: 6/17/2024
Status: Closed

Base: mainHead: feat-oidc


📝 Commits (2)

  • 6a9704c feat: oidc profile picture and display name
  • cf4341c unit test fixes

📊 Changes

15 files changed (+201 additions, -76 deletions)

View changed files

📝 gen/go/headscale/v1/apikey.pb.go (+1 -1)
📝 gen/go/headscale/v1/device.pb.go (+1 -1)
📝 gen/go/headscale/v1/headscale.pb.go (+1 -1)
📝 gen/go/headscale/v1/node.pb.go (+1 -1)
📝 gen/go/headscale/v1/preauthkey.pb.go (+1 -1)
📝 gen/go/headscale/v1/routes.pb.go (+1 -1)
📝 gen/go/headscale/v1/user.pb.go (+62 -42)
📝 gen/openapiv2/headscale/v1/headscale.swagger.json (+6 -0)
📝 hscontrol/db/db.go (+14 -0)
📝 hscontrol/db/users.go (+43 -0)
📝 hscontrol/db/users_test.go (+14 -0)
📝 hscontrol/mapper/mapper.go (+13 -6)
📝 hscontrol/oidc.go (+27 -8)
📝 hscontrol/types/users.go (+11 -11)
📝 proto/headscale/v1/user.proto (+5 -3)

📄 Description


🔄 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/juanfont/headscale/pull/1981 **Author:** [@adipierro](https://github.com/adipierro) **Created:** 6/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-oidc` --- ### 📝 Commits (2) - [`6a9704c`](https://github.com/juanfont/headscale/commit/6a9704c57268bc5f3454998b0714c488d1ce567a) feat: oidc profile picture and display name - [`cf4341c`](https://github.com/juanfont/headscale/commit/cf4341ce233000a06daf580e3b4d79f512095d61) unit test fixes ### 📊 Changes **15 files changed** (+201 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `gen/go/headscale/v1/apikey.pb.go` (+1 -1) 📝 `gen/go/headscale/v1/device.pb.go` (+1 -1) 📝 `gen/go/headscale/v1/headscale.pb.go` (+1 -1) 📝 `gen/go/headscale/v1/node.pb.go` (+1 -1) 📝 `gen/go/headscale/v1/preauthkey.pb.go` (+1 -1) 📝 `gen/go/headscale/v1/routes.pb.go` (+1 -1) 📝 `gen/go/headscale/v1/user.pb.go` (+62 -42) 📝 `gen/openapiv2/headscale/v1/headscale.swagger.json` (+6 -0) 📝 `hscontrol/db/db.go` (+14 -0) 📝 `hscontrol/db/users.go` (+43 -0) 📝 `hscontrol/db/users_test.go` (+14 -0) 📝 `hscontrol/mapper/mapper.go` (+13 -6) 📝 `hscontrol/oidc.go` (+27 -8) 📝 `hscontrol/types/users.go` (+11 -11) 📝 `proto/headscale/v1/user.proto` (+5 -3) </details> ### 📄 Description <!-- Please tick if the following things apply. You… --> - [x] have read the [CONTRIBUTING.md](./CONTRIBUTING.md) file - [x] raised a GitHub issue or discussed it on the projects chat beforehand https://github.com/juanfont/headscale/issues/1980 - [ ] added unit tests (soon) - [ ] added integration tests (soon) - [ ] updated documentation if needed (soon) - [ ] updated CHANGELOG.md (soon) <!-- If applicable, please reference the issue using `Fixes #XXX` and add tests to cover your new code. --> --- <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 03:21:15 +01:00
adam closed this issue 2025-12-29 03:21:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2431