[PR #3822] [MERGED] [client] Add FreeBSD desktop client support to OAuth flow #23789

Closed
opened 2026-08-05 06:07:51 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3822
Author: @hakansa
Created: 5/14/2025
Status: Merged
Merged: 5/14/2025
Merged by: @hakansa

Base: mainHead: fix/freebsd-desktop


📝 Commits (4)

  • d376786 Add FreeBSD desktop client support to OAuth flow
  • 0b74a7d update commment
  • 44f140a Refactor OAuth flow to unify desktop client checks for Linux and FreeBSD
  • 584906b Fix isUnixRunningDesktop logic to correctly check for Linux and FreeBSD desktop environments

📊 Changes

7 files changed (+599 additions, -600 deletions)

View changed files

📝 client/cmd/login.go (+12 -8)
📝 client/cmd/up.go (+11 -11)
📝 client/internal/auth/oauth.go (+2 -7)
📝 client/proto/daemon.pb.go (+564 -564)
📝 client/proto/daemon.proto (+1 -1)
📝 client/server/server.go (+1 -1)
📝 client/ui/client_ui.go (+8 -8)

📄 Description

Describe your changes

[client] Add FreeBSD desktop client support to OAuth flow

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/3822 **Author:** [@hakansa](https://github.com/hakansa) **Created:** 5/14/2025 **Status:** ✅ Merged **Merged:** 5/14/2025 **Merged by:** [@hakansa](https://github.com/hakansa) **Base:** `main` ← **Head:** `fix/freebsd-desktop` --- ### 📝 Commits (4) - [`d376786`](https://github.com/netbirdio/netbird/commit/d3767860134900f9009e4baad3aa9eee20b5d5a7) Add FreeBSD desktop client support to OAuth flow - [`0b74a7d`](https://github.com/netbirdio/netbird/commit/0b74a7d7aa098a93e607dfecf4add0255bfdb1d4) update commment - [`44f140a`](https://github.com/netbirdio/netbird/commit/44f140ac76604a970d1314b400519604d9587bff) Refactor OAuth flow to unify desktop client checks for Linux and FreeBSD - [`584906b`](https://github.com/netbirdio/netbird/commit/584906b81f55c0b05bf7f55db4b7515342602512) Fix isUnixRunningDesktop logic to correctly check for Linux and FreeBSD desktop environments ### 📊 Changes **7 files changed** (+599 additions, -600 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/login.go` (+12 -8) 📝 `client/cmd/up.go` (+11 -11) 📝 `client/internal/auth/oauth.go` (+2 -7) 📝 `client/proto/daemon.pb.go` (+564 -564) 📝 `client/proto/daemon.proto` (+1 -1) 📝 `client/server/server.go` (+1 -1) 📝 `client/ui/client_ui.go` (+8 -8) </details> ### 📄 Description ## Describe your changes [client] Add FreeBSD desktop client support to OAuth flow ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 06:07:51 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#23789