[PR #686] [MERGED] Add account settings #12867

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/686
Author: @braginini
Created: 2/13/2023
Status: Merged
Merged: 2/13/2023
Merged by: @braginini

Base: mainHead: feature/enable_disable_peer_expiration


📝 Commits (3)

📊 Changes

6 files changed (+75 additions, -37 deletions)

View changed files

📝 management/server/account.go (+40 -16)
📝 management/server/account_test.go (+2 -1)
📝 management/server/file_store.go (+5 -2)
📝 management/server/grpcserver.go (+2 -2)
📝 management/server/peer.go (+4 -3)
📝 management/server/peer_test.go (+22 -13)

📄 Description

Describe your changes

Add account settings with a global peer expiration flag and duration

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/686 **Author:** [@braginini](https://github.com/braginini) **Created:** 2/13/2023 **Status:** ✅ Merged **Merged:** 2/13/2023 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `feature/enable_disable_peer_expiration` --- ### 📝 Commits (3) - [`c15da50`](https://github.com/netbirdio/netbird/commit/c15da50eb779ee898122e2beafdee17118828843) Add account settings - [`2732e60`](https://github.com/netbirdio/netbird/commit/2732e607408b3ded3151c665f8429a4afa5f8b3b) Fix tests - [`5e4cd62`](https://github.com/netbirdio/netbird/commit/5e4cd623e4630dab91b2dafcc0d649e5edbad729) Fix Codacy issues ### 📊 Changes **6 files changed** (+75 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `management/server/account.go` (+40 -16) 📝 `management/server/account_test.go` (+2 -1) 📝 `management/server/file_store.go` (+5 -2) 📝 `management/server/grpcserver.go` (+2 -2) 📝 `management/server/peer.go` (+4 -3) 📝 `management/server/peer_test.go` (+22 -13) </details> ### 📄 Description ## Describe your changes Add account settings with a global peer expiration flag and duration ## Issue ticket number and link ### 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 02:06:52 -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#12867